index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
walreceiver.c
Age
Commit message (
Expand
)
Author
14 days
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-04-04
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-03-06
Add more monitoring data for WAL writes in the WAL receiver
Michael Paquier
2025-03-05
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-02-21
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-07-11
Improve logical replication connection-failure messages.
Tom Lane
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-05
Enhance libpqrcv APIs to support slot synchronization.
Amit Kapila
2024-01-29
Allow setting failover property in the replication command.
Amit Kapila
2024-01-19
Fix incorrect placeholder in walreceiver.c
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-03
Refactor CreateSharedMemoryAndSemaphores
Heikki Linnakangas
2023-11-06
Make use of initReadOnlyStringInfo() in more places
David Rowley
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-03-30
Add new predefined role pg_create_subscription.
Robert Haas
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-26
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-26
Code review for commit 05a7be935.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-16
Fix slowdown in TAP tests due to recent walreceiver change.
Thomas Munro
2022-11-08
Suppress useless wakeups in walreceiver.
Thomas Munro
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-14
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-06-30
Change some unnecessary MemSet calls
Peter Eisentraut
2022-05-18
Fix typo in walreceiver.c
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-09-09
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-29
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-03
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-04-01
Rename Default Roles to Predefined Roles
Stephen Frost
2021-03-12
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
[next]