index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogarchive.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-16
Move extra code out of the Pre/PostRestoreCommand() section.
Nathan Bossart
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-01-18
Refactor code for restoring files via shell commands
Michael Paquier
2023-01-16
Refactor code in charge of running shell-based recovery commands
Michael Paquier
2023-01-12
Code cleanup
Peter Eisentraut
2023-01-11
Common function for percent placeholder replacement
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-22
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-11
Improve performance of pgarch_readyXlog() with many status files.
Robert Haas
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-20
Emit log when restore_command succeeds but archived file faills to be restored.
Fujii Masao
2020-09-24
Standardize the printf format for st_size
Peter Eisentraut
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-23
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-03-31
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-24
Move routine building restore_command to src/common/
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-11
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-09-28
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-22
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
[next]