postgresql/src/backend/access
Tom Lane f2b604ecf4 Add some debugging details to some of the elog(STOP) conditions for WAL.
Standardize on %X/%X as the formatting for XLOG position display --- we
had a couple of different formats before, and none of 'em were as useful
as hex offsets IMHO.
2001-09-06 02:02:48 +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 Add some debugging details to some of the elog(STOP) conditions for WAL. 2001-09-06 02:02:48 +00:00
Makefile