aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/timeline.c
Commit message (Expand)AuthorAge
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao2014-11-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Message style improvementsPeter Eisentraut2013-07-28
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas2012-12-05
* Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas2012-12-04
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Fix archive_cleanup_command.Heikki Linnakangas2012-11-19
* Fix two bugs introduced in the xlog.c split.Heikki Linnakangas2012-10-03
* Add #includes needed on some platforms in the new files.Heikki Linnakangas2012-10-02
* Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas2012-10-02