index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
walreceiver.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
*
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-09
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-28
*
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-16
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-04-02
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Fujii Masao
2021-02-18
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-12-12
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
*
Use standard SIGHUP and SIGTERM handlers in walreceiver.
Fujii Masao
2020-11-12
*
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-29
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
*
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-09-11
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-17
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
*
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
*
Fix compiler warning about format on Windows
Peter Eisentraut
2020-01-14
*
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Use procsignal_sigusr1_handler for auxiliary processes.
Robert Haas
2019-11-25
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
In walreceiver, don't try to do ereport() in a signal handler.
Tom Lane
2019-04-29
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-15
*
Set fallback_application_name for a walreceiver to cluster_name
Peter Eisentraut
2019-02-27
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
[next]