index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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
2021-02-18
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-13
Correct behavior descriptions in comments, and correct a test name.
Noah Misch
2020-11-24
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-12
Use standard SIGHUP and SIGTERM handlers in walreceiver.
Fujii Masao
2020-09-29
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-16
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-11
Accept SIGQUIT during error recovery in auxiliary processes.
Tom Lane
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-05-17
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-08
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-03-31
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-27
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-11
Refactor ps_status.c API
Peter Eisentraut
[next]