summaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
AgeCommit message (Expand)Author
2023-04-08For cascading replication, wake physical and logical walsenders separatelyAndres Freund
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-01-26Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-16Fix slowdown in TAP tests due to recent walreceiver change.Thomas Munro
2022-11-08Suppress useless wakeups in walreceiver.Thomas Munro
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-05-18Fix typo in walreceiver.cMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-09-09Fix issue with WAL archiving in standby.Fujii Masao
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-29Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2021-06-29Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2021-06-29Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-03Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-03-12Add condition variable for walreceiver shutdown.Thomas Munro
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-18Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-13Correct behavior descriptions in comments, and correct a test name.Noah Misch
2020-11-24Centralize logic for skipping useless ereport/elog calls.Tom Lane
2020-11-12Use standard SIGHUP and SIGTERM handlers in walreceiver.Fujii Masao
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao
2020-09-16Centralize setup of SIGQUIT handling for postmaster child processes.Tom Lane
2020-09-11Accept SIGQUIT during error recovery in auxiliary processes.Tom Lane
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-05-17Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-08Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-27Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera
2020-03-11Refactor ps_status.c APIPeter Eisentraut