postgresql/src/backend/commands
Simon Riggs f6e092701c Only send cleanup_info messages if VACUUM removes any tuples.
There is no other purpose for this message type than to report
the latestRemovedXid of removed tuples, prior to index scans.
Removes overlooked path for sending invalid latestRemovedXid.
Fixes buildfarm failure on centaur.
2010-04-21 19:53:24 +00:00
..
aggregatecmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
alter.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
analyze.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
async.c Improve phrasing of warning message for NOTIFY queue getting too full. 2010-04-05 00:42:24 +00:00
cluster.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
comment.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
constraint.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
conversioncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
copy.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
dbcommands.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
define.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
discard.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
explain.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
foreigncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
functioncmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
indexcmds.c Shorten suffix of automatically created indexes to "_excl" when using 2010-03-22 15:24:11 +00:00
lockcmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
Makefile Support deferrable uniqueness constraints. 2009-07-29 20:56:21 +00:00
opclasscmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
operatorcmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
portalcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
prepare.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
proclang.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
schemacmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
sequence.c Clean up handling of XactReadOnly and RecoveryInProgress checks. 2010-02-20 21:24:02 +00:00
tablecmds.c Forbid renaming columns of objects whose column names are system-generated. 2010-03-20 00:43:42 +00:00
tablespace.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
trigger.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
tsearchcmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
typecmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
user.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
vacuum.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
vacuumlazy.c Only send cleanup_info messages if VACUUM removes any tuples. 2010-04-21 19:53:24 +00:00
variable.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
view.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00