aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
Commit message (Expand)AuthorAge
* Refactor postmaster child process launchingHeikki Linnakangas2024-03-18
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Fix incorrect placeholder in walreceiver.cMichael Paquier2024-01-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03
* Make use of initReadOnlyStringInfo() in more placesDavid Rowley2023-11-07
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-08
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane2023-01-26
* Code review for commit 05a7be935.Tom Lane2023-01-26
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix slowdown in TAP tests due to recent walreceiver change.Thomas Munro2022-11-17
* Suppress useless wakeups in walreceiver.Thomas Munro2022-11-08
* Rename shadowed local variablesDavid Rowley2022-10-05
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-01
* Fix typo in walreceiver.cMichael Paquier2022-05-18
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* 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