postgresql/src/backend/access
Tom Lane ed5c4e4a14 Improve documentation about reasoning behind the order of operations
in GetSnapshotData, GetNewTransactionId, CommitTransaction, AbortTransaction,
etc.  Correct race condition in transaction status testing in
HeapTupleSatisfiesVacuum --- this wasn't important for old VACUUM with
exclusive lock on its table, but it sure is important now.  All per
pghackers discussion 7/11/01 and 7/12/01.
2001-07-16 22:43:34 +00:00
..
common Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
gist Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
hash Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
heap Minor code cleanup/beautification in RelationPutHeapTuple. 2001-07-13 22:52:58 +00:00
index Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
nbtree Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
rtree Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
transam Improve documentation about reasoning behind the order of operations 2001-07-16 22:43:34 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00