postgresql/src/backend/access
Tom Lane 4dbb880d3c Rearrange pg_subtrans handling as per recent discussion. pg_subtrans
updates are no longer WAL-logged nor even fsync'd; we do not need to,
since after a crash no old pg_subtrans data is needed again.  We truncate
pg_subtrans to RecentGlobalXmin at each checkpoint.  slru.c's API is
refactored a little bit to separate out the necessary decisions.
2004-08-23 23:22:45 +00:00
..
common Infrastructure for I/O of composite types: arrange for the I/O routines 2004-06-06 00:41:28 +00:00
gist Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
hash Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
heap Invent WAL timelines, as per recent discussion, to make point-in-time 2004-07-21 22:31:26 +00:00
index Tweak indexscan and seqscan code to arrange that steps from one page to 2004-04-21 18:24:26 +00:00
nbtree Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial 2004-08-17 23:15:33 +00:00
rtree Invent ResourceOwner mechanism as per my recent proposal, and use it to 2004-07-17 03:32:14 +00:00
transam Rearrange pg_subtrans handling as per recent discussion. pg_subtrans 2004-08-23 23:22:45 +00:00
Makefile