postgresql/src/backend/access
Simon Riggs 68219aaf6b Correct epoch of txid_current() when executed on a Hot Standby server.
Initialise ckptXidEpoch from starting checkpoint and maintain the correct
value as we roll forwards. This allows GetNextXidAndEpoch() to return the
correct epoch when executed during recovery. Backpatch to 9.0 when the
problem is first observable by a user.

Bug report from Daniel Farina
2012-03-29 14:55:30 +01:00
..
common Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore. 2012-03-09 08:07:56 +02:00
gin Fix some more bugs in GIN's WAL replay logic. 2012-02-26 15:12:17 -05:00
gist When a GiST page is split during index build, it might not have a buffer. 2012-03-02 13:16:09 +02:00
hash Clean up compiler warnings from unused variables with asserts disabled 2012-03-21 23:33:10 +02:00
heap Code cleanup for heap_freeze_tuple. 2012-03-26 11:03:06 -04:00
index Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nbtree Don't clear btpo_cycleid during _bt_vacuum_one_page. 2012-02-21 15:03:36 -05:00
spgist Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly. 2012-03-12 16:10:28 -04:00
transam Correct epoch of txid_current() when executed on a Hot Standby server. 2012-03-29 14:55:30 +01:00
Makefile Add SP-GiST (space-partitioned GiST) index access method. 2011-12-17 16:42:30 -05:00