postgresql/src/backend/access
Tom Lane eac825aa68 Ensure that we validate the page header of the first page of a WAL file
whenever we start to read within that file.  The first page carries
extra identification information that really ought to be checked, but
as the code stood, this was only checked when we switched sequentially
into a new WAL file, or if by chance the starting checkpoint record was
within the first page.  This patch ensures that we will detect bogus
'long header' information before we start replaying the WAL sequence.
2006-04-20 04:07:38 +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 Ensure that we validate the page header of the first page of a WAL file 2006-04-20 04:07:38 +00:00
Makefile R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00