postgresql/src/backend/access
Itagaki Takahiro 472e29bf87 Fix STOP WAL LOCATION in backup history files no to return the next
segment of XLOG_BACKUP_END record even if the the record is placed
at a segment boundary. Furthermore the previous implementation could
return nonexistent segment file name when the boundary is in segments
that has "FE" suffix; We never use segments with "FF" suffix.

Backpatch to 8.0, where hot backup was introduced.

Reported by Fujii Masao.
2010-02-19 01:04:39 +00:00
..
common Fix handling of autovacuum reloptions. 2009-08-27 17:19:31 +00:00
gin Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry 2010-02-09 20:31:35 +00:00
gist Fix wrong WAL info value generated when gistContinueInsert() performs an 2009-12-24 17:52:11 +00:00
hash Dept of second thoughts: after studying index_getnext() a bit more I realize 2009-11-01 22:31:02 +00:00
heap Fix a violation of WAL coding rules in the recent patch to include an 2009-08-24 02:18:40 +00:00
index 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
nbtree Make sure that GIN fast-insert and regular code paths enforce the same 2009-10-02 21:14:11 +00:00
transam Fix STOP WAL LOCATION in backup history files no to return the next 2010-02-19 01:04:39 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00