aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Fix issue with WAL archiving in standby.Fujii Masao2021-09-09
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2021-06-28
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2021-06-28
* Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch2021-06-28
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-16
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund2021-04-02
* Rename Default Roles to Predefined RolesStephen Frost2021-04-01
* Add condition variable for walreceiver shutdown.Thomas Munro2021-03-12
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao2021-02-18
* Update copyright for 2021Bruce Momjian2021-01-02
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-12
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-23
* Use standard SIGHUP and SIGTERM handlers in walreceiver.Fujii Masao2020-11-12
* Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao2020-09-29
* Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane2020-09-16
* Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane2020-09-11
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier2020-05-17
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Use pg_pwrite() in more places.Thomas Munro2020-02-11
* Fix compiler warning about format on WindowsPeter Eisentraut2020-01-14
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-14
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Remove XLogFileNameP() from the treeMichael Paquier2019-12-03
* Use procsignal_sigusr1_handler for auxiliary processes.Robert Haas2019-11-25
* Fix typos in the codeMichael Paquier2019-10-30
* Initial pgindent run for v12.Tom Lane2019-05-22
* In walreceiver, don't try to do ereport() in a signal handler.Tom Lane2019-04-29
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Add walreceiver API to get remote server versionPeter Eisentraut2019-03-15
* Set fallback_application_name for a walreceiver to cluster_namePeter Eisentraut2019-02-27
* Update copyright for 2019Bruce Momjian2019-01-02
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23