summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogarchive.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-16Move extra code out of the Pre/PostRestoreCommand() section.Nathan Bossart
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-16Refactor code in charge of running shell-based recovery commandsMichael Paquier
2023-01-12Code cleanupPeter Eisentraut
2023-01-11Common function for percent placeholder replacementPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-11Improve performance of pgarch_readyXlog() with many status files.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
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-23Fix 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-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-20Make 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-10Avoid 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