postgresql/src/backend/access
Tom Lane 7326e78c42 Ensure that all TransactionId comparisons are encapsulated in macros
(TransactionIdPrecedes, TransactionIdFollows, etc).  First step on the
way to transaction ID wrap solution ...
2001-08-23 23:06:38 +00:00
..
common Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
gist Update GiST for new pg_opclass arrangement (finally a clean solution 2001-08-22 18:24:26 +00:00
hash Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
heap Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
index Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
nbtree Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
rtree Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
transam Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00