postgres/src/backend/commands
Heikki Linnakangas 2a931efb76 Fix typos in comments.
Backpatch to all supported versions, where applicable, to make backpatching
of future fixes go more smoothly.

Josh Soref

Discussion: https://www.postgresql.org/message-id/CACZqfqCf+5qRztLPgmmosr-B0Ye4srWzzw_mo4c_8_B_mtjmJQ@mail.gmail.com
2017-02-06 11:34:32 +02:00
..
aggregatecmds.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
alter.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
analyze.c Fix misestimation of n_distinct for a nearly-unique column with many nulls. 2016-08-07 18:52:02 -04:00
async.c Improve LISTEN startup time when there are many unread notifications. 2015-09-30 23:32:23 -04:00
cluster.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
collationcmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
comment.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
constraint.c Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:28 -04:00
conversioncmds.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
copy.c Be more careful to not lose sync in the FE/BE protocol. 2015-02-02 17:09:35 +02:00
createas.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
dbcommands.c Fix typos in comments. 2017-02-06 11:34:32 +02:00
define.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
discard.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dropcmds.c Don't trash input list structure in does_not_exist_skipping(). 2012-11-08 11:34:37 -05:00
explain.c Fix typos in comments. 2017-02-06 11:34:32 +02:00
extension.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
foreigncmds.c adjust ACL owners for REASSIGN and ALTER OWNER TO 2015-12-21 19:16:15 -03:00
functioncmds.c Fix typos in comments. 2017-02-06 11:34:32 +02:00
indexcmds.c Fix typos in comments. 2017-02-06 11:34:32 +02:00
lockcmds.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
Makefile Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 2012-03-19 21:38:12 -04:00
opclasscmds.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
operatorcmds.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
portalcmds.c Fix subtransaction cleanup after an outer-subtransaction portal fails. 2015-09-04 13:36:50 -04:00
prepare.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
proclang.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
schemacmds.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
seclabel.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
sequence.c Reconsider when to wait for WAL flushes/syncrep during commit. 2015-02-26 12:50:07 +01:00
tablecmds.c Fix typos in comments. 2017-02-06 11:34:32 +02:00
tablespace.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
trigger.c Fix column-privilege leak in error-message paths 2015-01-28 12:32:56 -05:00
tsearchcmds.c Fix REASSIGN OWNED for text search objects 2014-07-15 13:24:07 -04:00
typecmds.c Rework internals of changing a type's ownership 2015-12-21 19:49:15 -03:00
user.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00
vacuum.c Fetch XIDs atomically during vac_truncate_clog(). 2016-05-24 15:47:51 -04:00
vacuumlazy.c Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL 2016-09-09 11:45:40 +01:00
variable.c Reject out-of-range numeric timezone specifications. 2014-07-21 22:41:30 -04:00
view.c Remove tabs after spaces in C comments 2014-05-06 11:26:27 -04:00