summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogarchive.c
AgeCommit message (Expand)Author
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-20Emit log when restore_command succeeds but archived file faills to be restored.Fujii Masao
2020-09-24Standardize the printf format for st_sizePeter Eisentraut
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-24Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-11Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-09-28Fix WAL recycling on standbys depending on archive_modeMichael Paquier
2018-09-08Remove duplicated words split across lines in commentsMichael Paquier
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-03-09Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-22At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-04-13Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-18Replace a few strncmp() calls with strlcpy().Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-02Report exit code from external recovery commands properlyPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-15Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-30Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas
2012-12-13Make xlog_internal.h includable in frontend context.Heikki Linnakangas
2012-11-19Fix archive_cleanup_command.Heikki Linnakangas
2012-11-09Remove leftover LWLockRelease() callAlvaro Herrera
2012-10-02Add #includes needed on some platforms in the new files.Heikki Linnakangas
2012-10-02Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas