aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/syncrep.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Split walsender.h in public/private headersAlvaro Herrera2011-09-13
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Additional test for each commit in sync rep path to plug minuteSimon Riggs2011-03-26
* Move synchronous_standbys_defined updates from WAL writer to BG writer.Robert Haas2011-03-18
* Make synchronous replication query cancel/die messages more consistent.Robert Haas2011-03-18
* Fix various possible problems with synchronous replication.Robert Haas2011-03-17
* Make error handling of synchronous_standby_names consistent.Robert Haas2011-03-10
* More synchronous replication typo fixes.Robert Haas2011-03-10
* More synchronous replication tweaks.Robert Haas2011-03-10
* Minor sync rep corrections.Robert Haas2011-03-10
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-10
* Silence compiler warning about undefined function when compiling withoutHeikki Linnakangas2011-03-07
* Add new files for syncrep missed in previous commitSimon Riggs2011-03-06