postgresql/src/backend
Robert Haas af2543e884 Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.
pg_class is a special case for CLUSTER and VACUUM FULL, so although
commit 3cff1879f8 caused these
operations to advance relfrozenxid and relminmxid for all other
tables, it did not provide the same benefit for pg_class.  This
plugs that gap.

Andres Freund
2014-03-04 11:08:18 -05:00
..
access Introduce logical decoding. 2014-03-03 16:32:18 -05:00
bootstrap Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
catalog Introduce logical decoding. 2014-03-03 16:32:18 -05:00
commands Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class. 2014-03-04 11:08:18 -05:00
executor Introduce logical decoding. 2014-03-03 16:32:18 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq Another round of Coverity fixes 2014-03-03 03:18:51 -05:00
main Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
nodes Avoid repeated name lookups during table and index DDL. 2014-02-17 09:33:31 -05:00
optimizer Fix bogus handling of "postponed" lateral quals. 2014-01-30 14:51:16 -05:00
parser Remove broken code that tried to handle OVERLAPS with a single argument. 2014-02-18 12:44:20 -05:00
po Translation updates 2013-12-02 00:17:07 -05:00
port Rename huge_tlb_pages to huge_pages, and improve docs. 2014-03-03 20:52:48 +02:00
postmaster Show xid and xmin in pg_stat_activity and pg_stat_replication. 2014-02-25 12:34:04 -05:00
regex Allow regex operations to be terminated early by query cancel requests. 2014-03-01 15:20:56 -05:00
replication Minor corrections to logical decoding patch. 2014-03-04 11:07:54 -05:00
rewrite Update copyright for 2014 2014-01-07 16:05:30 -05:00
snowball Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 2014-02-23 16:59:05 -05:00
storage Introduce logical decoding. 2014-03-03 16:32:18 -05:00
tcop Introduce logical decoding. 2014-03-03 16:32:18 -05:00
tsearch Another round of Coverity fixes 2014-03-03 03:18:51 -05:00
utils Introduce logical decoding. 2014-03-03 16:32:18 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Get rid of use of dlltool in Mingw builds. 2014-02-11 12:56:20 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00