aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* pg_stat_replication.sync_state was displayed incorrectly at page boundary.Heikki Linnakangas2012-11-23
* Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Fix walsender processes to establish a SIGALRM handler.Tom Lane2012-07-12
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander2012-06-11
* Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane2012-03-23
* Fix bug where walsender goes into a busy loop if connection is terminated.Heikki Linnakangas2012-03-21
* Fix corner cases in readlink() usage.Tom Lane2011-12-07
* Avoid using readlink() on platforms that don't support itMagnus Hagander2011-12-07
* Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas2011-10-22
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Exclude postmaster.opts from base backupsMagnus Hagander2011-10-18
* Ensure walsenders can be SIGTERMed while in non-walsender codeMagnus Hagander2011-10-06
* Back-patch assorted latch-related fixes.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
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* Message style improvementsPeter Eisentraut2011-07-08
* Add missing -I switch for VPATH builds.Tom Lane2011-06-22
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Lowercase status labels in pg_stat_replication view.Bruce Momjian2011-04-29
* 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
* Avoid possible hang during smart shutdown.Robert Haas2011-04-03
* Fix compiler warning.Robert Haas2011-04-01
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Adjust error message, now that we expect other message types than connectionHeikki Linnakangas2011-03-30
* Additional test for each commit in sync rep path to plug minuteSimon Riggs2011-03-26
* Make walreceiver send a reply after receiving data but before flushing it.Robert Haas2011-03-25
* 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
* Remove bogus comment.Robert Haas2011-03-17
* 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
* Replication README updates.Robert Haas2011-03-10
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-10
* Mention gcc version in C comment.Bruce Momjian2011-03-09
* Silence compiler warning about undefined function when compiling withoutHeikki Linnakangas2011-03-07
* Dynamic array required within pg_stat_replication.Simon Riggs2011-03-07
* Add new files for syncrep missed in previous commitSimon Riggs2011-03-06
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-01
* Avoid excessive Hot Standby feedback messages.Robert Haas2011-03-01
* Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas2011-02-26
* Make a hard state change from catchup to streaming mode.Simon Riggs2011-02-18