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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
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