index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
timeline.c
Commit message (
Expand
)
Author
Age
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
2014-11-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Message style improvements
Peter Eisentraut
2013-07-28
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Oops, meant to change the comment in writeTimeLineHistory.
Heikki Linnakangas
2012-12-05
*
Write exact xlog position of timeline switch in the timeline history file.
Heikki Linnakangas
2012-12-04
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
Fix archive_cleanup_command.
Heikki Linnakangas
2012-11-19
*
Fix two bugs introduced in the xlog.c split.
Heikki Linnakangas
2012-10-03
*
Add #includes needed on some platforms in the new files.
Heikki Linnakangas
2012-10-02
*
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas
2012-10-02