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
*
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
*
Put the logic to decide which synchronous standby is active into a function.
Heikki Linnakangas
2014-12-12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix typo in comment.
Heikki Linnakangas
2013-09-03
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Prevent non-streaming replication connections from being selected sync slave
Magnus Hagander
2012-06-11
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Minor bug fix and cleanup from self-review of sync rep queues patch.
Simon Riggs
2012-01-30
*
Various minor comments changes from bgwriter to checkpointer.
Simon Riggs
2012-01-30
*
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
[next]