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
/
xlogarchive.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
*
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-22
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-13
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Replace a few strncmp() calls with strlcpy().
Noah Misch
2014-08-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Report exit code from external recovery commands properly
Peter Eisentraut
2013-12-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
*
Fix archive_cleanup_command.
Heikki Linnakangas
2012-11-19
*
Remove leftover LWLockRelease() call
Alvaro Herrera
2012-11-09
*
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