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
/
syncrep.c
Commit message (
Expand
)
Author
Age
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix incorrect format placeholders
Peter Eisentraut
2023-12-27
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Speedup and increase usability of set proc title functions
David Rowley
2023-02-20
*
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Avoid unnecessary acquisition of SyncRepLock in transaction commit time.
Fujii Masao
2020-09-02
*
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add some assertions in syncrep.c
Michael Paquier
2019-11-01
*
Fix race condition at backend exit when deleting element in syncrep queue
Michael Paquier
2019-11-01
*
Fix typo in comment of syncrep.c
Michael Paquier
2019-10-31
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix handling of synchronous replication for stopping WAL senders
Michael Paquier
2018-11-29
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Make spelling of "acknowledgment" consistent
Peter Eisentraut
2018-10-15
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix race condition when changing synchronous_standby_names
Simon Riggs
2017-12-29
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.
Heikki Linnakangas
2017-07-12
*
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Set the priorities of all quorum synchronous standbys to 1.
Fujii Masao
2017-04-26
*
Improve documentation and comment for quorum-based sync replication.
Fujii Masao
2017-04-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
*
Ensure that num_sync is greater than zero in synchronous_standby_names.
Fujii Masao
2016-12-17
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Code cleanup in SyncRepWaitForLSN()
Simon Riggs
2016-08-12
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Remove warning about num_sync being too large in synchronous_standby_names.
Tom Lane
2016-04-30
[next]