aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/syncrep.c
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander2012-06-11
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs2012-01-30
* Various minor comments changes from bgwriter to checkpointer.Simon Riggs2012-01-30
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-24
* 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