postgresql/src/backend/storage
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
..
buffer Repair a low-probability race condition identified by Qingqing Zhou. 2006-04-14 03:38:56 +00:00
file Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
freespace Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
ipc Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
large_object Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
lmgr Repair a low-probability race condition identified by Qingqing Zhou. 2006-04-14 03:38:56 +00:00
page Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
smgr Make the world safe for full_page_writes. Allow XLOG records that try to 2006-04-14 20:27:24 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00