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
*
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
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.
Fujii Masao
2016-04-11
*
Use proper format specifier %X/%X for LSN, again.
Fujii Masao
2016-04-06
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Use proper format specifier %X/%X for LSN.
Fujii Masao
2016-03-31
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Fix typos
Alvaro Herrera
2016-02-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove duplicate word.
Robert Haas
2015-12-18
*
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-26
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Add barriers to the latch code.
Andres Freund
2015-01-13
*
Update copyright for 2015
Bruce Momjian
2015-01-06
[next]