index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
syncrep.h
Commit message (
Expand
)
Author
Age
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Put the logic to decide which synchronous standby is active into a function.
Heikki Linnakangas
2014-12-12
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix typo in comment.
Robert Haas
2013-05-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
syncrep.h must include xlogdefs.h
Alvaro Herrera
2012-08-28
*
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
*
More synchronous replication tweaks.
Robert Haas
2011-03-10
*
Minor sync rep corrections.
Robert Haas
2011-03-10
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
*
Add new files for syncrep missed in previous commit
Simon Riggs
2011-03-06