postgresql/src/backend/access
Alvaro Herrera 3b0347b36e Move the tuple freezing point in CLUSTER to a point further back in the past,
to avoid losing useful Xid information in not-so-old tuples.  This makes
CLUSTER behave the same as VACUUM as far a tuple-freezing behavior goes
(though CLUSTER does not yet advance the table's relfrozenxid).

While at it, move the actual freezing operation in rewriteheap.c to a more
appropriate place, and document it thoroughly.  This part of the patch from
Tom Lane.
2007-05-17 15:28:29 +00:00
..
common Make 'col IS NULL' clauses be indexable conditions. 2007-04-06 22:33:43 +00:00
gin Fix a few typos in comments in GiN. 2007-02-01 04:16:08 +00:00
gist Minor tweaking of index special-space definitions so that the various 2007-04-09 22:04:08 +00:00
hash Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching 2007-05-03 16:45:58 +00:00
heap Move the tuple freezing point in CLUSTER to a point further back in the past, 2007-05-17 15:28:29 +00:00
index Refactor the index AM API slightly: move currentItemData and 2007-01-20 18:43:35 +00:00
nbtree Code review for btree page split WAL reduction patch. Make it actually work 2007-04-11 20:47:38 +00:00
transam During WAL recovery, when reading a page that we intend to overwrite completely 2007-05-02 23:18:03 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00