postgresql/src/backend/access
Tom Lane defe93463c Make the world safe for full_page_writes. Allow XLOG records that try to
update no-longer-existing pages to fall through as no-ops, but make a note
of each page number referenced by such records.  If we don't see a later
XLOG entry dropping the table or truncating away the page, complain at
the end of XLOG replay.  Since this fixes the known failure mode for
full_page_writes = off, revert my previous band-aid patch that disabled
that GUC variable.
2006-04-14 20:27:24 +00:00
..
common Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
gist Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we 2006-04-03 16:45:50 +00:00
hash Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
heap Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
index Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
nbtree Fix an ancient oversight in btree xlog replay. When trying to determine if an 2006-04-13 03:53:05 +00:00
transam Make the world safe for full_page_writes. Allow XLOG records that try to 2006-04-14 20:27:24 +00:00
Makefile R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00