index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlogarchive.c
Age
Commit message (
Expand
)
Author
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-24
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-02
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-19
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-09
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
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-08-18
Replace a few strncmp() calls with strlcpy().
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-02
Report exit code from external recovery commands properly
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-15
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-30
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-11-19
Fix archive_cleanup_command.
Heikki Linnakangas
2012-11-09
Remove leftover LWLockRelease() call
Alvaro Herrera
2012-10-02
Add #includes needed on some platforms in the new files.
Heikki Linnakangas
2012-10-02
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas