aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogarchive.c
Commit message (Expand)AuthorAge
* Make archiver process an auxiliary process.Fujii Masao2021-03-15
* Update copyright for 2021Bruce Momjian2021-01-02
* Emit log when restore_command succeeds but archived file faills to be restored.Fujii Masao2020-11-20
* Standardize the printf format for st_sizePeter Eisentraut2020-09-24
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Move routine building restore_command to src/common/Michael Paquier2020-03-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao2019-10-11
* Update copyright for 2019Bruce Momjian2019-01-02
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Fix WAL recycling on standbys depending on archive_modeMichael Paquier2018-09-28
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Update copyright for 2016Bruce Momjian2016-01-02
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Update copyright for 2015Bruce Momjian2015-01-06
* Replace a few strncmp() calls with strlcpy().Noah Misch2014-08-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Report exit code from external recovery commands properlyPeter Eisentraut2013-12-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Update copyrights for 2013Bruce Momjian2013-01-01
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Fix archive_cleanup_command.Heikki Linnakangas2012-11-19
* Remove leftover LWLockRelease() callAlvaro Herrera2012-11-09
* 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