aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
Commit message (Expand)AuthorAge
* Fix issue with WAL archiving in standby.Fujii Masao2021-09-09
* Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao2021-02-18
* Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao2020-09-29
* 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
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-17
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-31
* Default monitoring roles - errataSimon Riggs2018-01-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Fix race condition with unprotected use of a latch pointer variable.Tom Lane2017-10-03
* Fix coding rules violations in walreceiver.cAlvaro Herrera2017-10-03
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Default monitoring rolesSimon Riggs2017-03-30
* Report catalog_xmin separately in hot_standby_feedbackSimon Riggs2017-03-25
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-22
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Reset hot standby xmin on master after restartSimon Riggs2017-01-26