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 notices for year 2012.
Bruce Momjian
2012-01-01
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
*
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-09
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
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
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Additional test for each commit in sync rep path to plug minute
Simon Riggs
2011-03-26
*
Move synchronous_standbys_defined updates from WAL writer to BG writer.
Robert Haas
2011-03-18
*
Make synchronous replication query cancel/die messages more consistent.
Robert Haas
2011-03-18
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
*
Make error handling of synchronous_standby_names consistent.
Robert Haas
2011-03-10
*
More synchronous replication typo fixes.
Robert Haas
2011-03-10
*
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
*
Silence compiler warning about undefined function when compiling without
Heikki Linnakangas
2011-03-07
*
Add new files for syncrep missed in previous commit
Simon Riggs
2011-03-06