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
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-02-05
*
Allow setting failover property in the replication command.
Amit Kapila
2024-01-29
*
Fix incorrect placeholder in walreceiver.c
Michael Paquier
2024-01-19
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-12-03
*
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-11-07
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-26
*
Code review for commit 05a7be935.
Tom Lane
2023-01-26
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix slowdown in TAP tests due to recent walreceiver change.
Thomas Munro
2022-11-17
*
Suppress useless wakeups in walreceiver.
Thomas Munro
2022-11-08
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
*
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
*
Change some unnecessary MemSet calls
Peter Eisentraut
2022-07-01
*
Fix typo in walreceiver.c
Michael Paquier
2022-05-18
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
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
[next]