postgresql/src/backend/access
Teodor Sigaev bf5ccf382c - Add check of already changed page while replay WAL. This touches only
ginRedoInsert(), because other ginRedo* functions rewrite whole page or
make changes which could be applied several times without consistent's loss

- Remove check of identifying of corresponding split record:
it's possible that replaying of WAL starts after actual page split, but before
removing of that split from incomplete splits list. In this case, that check
cause FATAL error.

Per stress test which reproduces bug reported by Craig McElroy
<craig.mcelroy@contegix.com>
2007-10-29 19:26:57 +00:00
..
common Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
gin - Add check of already changed page while replay WAL. This touches only 2007-10-29 19:26:57 +00:00
gist HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
hash Fix regex, LIKE, and some other second-rank text-manipulation functions 2007-09-21 22:52:52 +00:00
heap Keep heap_page_prune from marking the buffer dirty when it didn't 2007-10-24 13:05:57 +00:00
index HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
nbtree HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
transam Rearrange vacuum-related bits in PGPROC as a bitmask, to better support 2007-10-24 20:55:36 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00