postgresql/src/backend/access
Tom Lane ef4d38c86c Rename recently-added pg_stat_activity column from txn_start to xact_start,
for consistency with other column names such as in pg_stat_database.
2007-09-11 03:28:05 +00:00
..
common Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
gin Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
gist Improve page split in rtree emulation. Now if splitted result has 2007-09-07 17:04:26 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
heap Don't take ProcArrayLock while exiting a transaction that has no XID; there is 2007-09-07 20:59:26 +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 Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
transam Rename recently-added pg_stat_activity column from txn_start to xact_start, 2007-09-11 03:28:05 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00