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
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
/
syncrep.c
Age
Commit message (
Expand
)
Author
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-01-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
syncrep parser: pure parser and reentrant scanner
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-27
Fix incorrect format placeholders
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
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
[next]