postgresql/src/backend/access
Tom Lane 77947c51c0 Fix up pgstats counting of live and dead tuples to recognize that committed
and aborted transactions have different effects; also teach it not to assume
that prepared transactions are always committed.

Along the way, simplify the pgstats API by tying counting directly to
Relations; I cannot detect any redeeming social value in having stats
pointers in HeapScanDesc and IndexScanDesc structures.  And fix a few
corner cases in which counts might be missed because the relation's
pgstat_info pointer hadn't been set.
2007-05-27 03:50:39 +00:00
..
common Make 'col IS NULL' clauses be indexable conditions. 2007-04-06 22:33:43 +00:00
gin Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
gist Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
hash Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
heap Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
index Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
nbtree Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
transam Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
Makefile