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
*
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
*
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