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