postgresql/src/backend/access
Heikki Linnakangas 5c805d0a81 Fix timestamp in end-of-recovery WAL records.
We used time(null) to set a TimestampTz field, which gave bogus results.
Noticed while looking at pg_xlogdump output.

Backpatch to 9.3 and above, where the fast promotion was introduced.
2014-12-19 17:04:20 +02:00
..
brin Minor cleanup of function declarations for BRIN. 2014-12-02 14:07:54 -05:00
common Rename pending_list_cleanup_size to gin_pending_list_limit. 2014-11-13 12:14:48 +09:00
gin No need to call XLogEnsureRecordSpace when the relation is unlogged. 2014-11-21 15:13:15 +02:00
gist Improve hash_create's API for selecting simple-binary-key hash functions. 2014-12-18 13:36:36 -05:00
hash Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
heap Improve hash_create's API for selecting simple-binary-key hash functions. 2014-12-18 13:36:36 -05:00
index Split builtins.h to a new header ruleutils.h 2014-10-08 18:10:47 -03:00
nbtree Add a few paragraphs to B-tree README explaining L&Y algorithm. 2014-11-24 13:43:33 +02:00
rmgrdesc Print new track_commit_timestamp in rm_desc of a parameter-change record. 2014-12-05 12:11:43 +02:00
spgist Revamp the WAL record format. 2014-11-20 18:46:41 +02:00
transam Fix timestamp in end-of-recovery WAL records. 2014-12-19 17:04:20 +02:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00