postgresql/src/include/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
..
attnum.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
clog.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
genam.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
gist.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
gist_private.h Improve gist XLOG code to follow the coding rules needed to prevent 2006-03-30 23:03:10 +00:00
gistscan.h Eliminate ajust scan code. Since concurrent GiST it doesn't 2006-04-03 13:44:33 +00:00
hash.h Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 2006-03-31 23:32:07 +00:00
heapam.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
hio.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
htup.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
itup.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
multixact.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
nbtree.h Fix an ancient oversight in btree xlog replay. When trying to determine if an 2006-04-13 03:53:05 +00:00
printtup.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
relscan.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
rmgr.h R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00
sdir.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
skey.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
slru.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
subtrans.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
transam.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tupdesc.h Clean up representation of function RTEs for functions returning RECORD. 2006-03-16 00:31:55 +00:00
tupmacs.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tuptoaster.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
twophase.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
twophase_rmgr.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
valid.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
xact.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
xlog.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
xlog_internal.h Add a field to the first page of each WAL file to indicate the 2006-04-05 03:34:05 +00:00
xlogdefs.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
xlogutils.h Make the world safe for full_page_writes. Allow XLOG records that try to 2006-04-14 20:27:24 +00:00