postgresql/src/backend/access
Tom Lane b46bd55a6c Make archive recovery always start a new timeline, rather than only when a
recovery stop time was used.  This avoids a corner-case risk of trying to
overwrite an existing archived copy of the last WAL segment, and seems
simpler and cleaner all around than the original definition.  Per example
from Jon Colverson and subsequent analysis by Simon.
2007-09-29 01:36:10 +00:00
..
common Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
gin HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +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 Some small tuptoaster improvements from Greg Stark. Avoid unnecessary 2007-09-26 23:29:10 +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 Make archive recovery always start a new timeline, rather than only when a 2007-09-29 01:36:10 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00