postgresql/src/backend/access
Tom Lane b9f3a929ee Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the
validity checking rules for VACUUM.  Make some other rearrangements of the
VACUUM code to allow more code to be shared between full and lazy VACUUM.
Minor code cleanups and added comments for TransactionId manipulations.
2001-07-12 04:11:13 +00:00
..
common Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, 2001-06-25 21:11:45 +00:00
gist Repair logic error for multi-key indexes. From Oleg Bartunov. 2001-06-28 16:00:07 +00:00
hash Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00
heap Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the 2001-07-12 04:11:13 +00:00
index Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00
nbtree Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00
rtree Remove RelationGetBufferWithBuffer(), which is horribly confused about 2001-06-09 18:16:59 +00:00
transam Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the 2001-07-12 04:11:13 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00