postgresql/src/backend/access
Tom Lane 8771634666 Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus
idea from the start since the variable is only meant to track commit/abort
events.  This patch reverts the logic around the variable to what it was in
8.4, except that the value is now kept in shared memory rather than a static
variable, so that it can be reported correctly by CreateRestartPoint (which is
executed in the bgwriter).
2010-07-03 22:15:45 +00:00
..
common Ensure default-only storage parameters for TOAST relations 2010-06-07 02:59:02 +00:00
gin pgindent run for 9.0 2010-02-26 02:01:40 +00:00
gist Typo fix. Kevin Grittner. 2010-04-14 20:17:26 +00:00
hash pgindent run for 9.0 2010-02-26 02:01:40 +00:00
heap Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum. 2010-05-02 22:37:43 +00:00
index pgindent run for 9.0 2010-02-26 02:01:40 +00:00
nbtree Fix handling of b-tree reuse WAL records when hot standby is disabled, 2010-04-30 06:34:29 +00:00
transam Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus 2010-07-03 22:15:45 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00