summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2016-02-29Fix typosAlvaro Herrera
2015-11-21Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-06-21Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2014-09-25Fix VPATH builds of the replication parser from git for some !gcc compilers.Andres Freund
2014-07-15Reset master xmin when hot_standby_feedback disabled.Simon Riggs
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-28Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-06Fix use of free in walsender error handling after a sysid mismatch.Heikki Linnakangas
2014-03-17Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao
2014-02-01Fix some more bugs in signal handlers and process shutdown logic.Tom Lane
2014-01-07Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander
2013-06-26Support clean switchover.Fujii Masao
2013-03-25In base backup, only include our own tablespace version directory.Heikki Linnakangas
2012-12-21Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas
2012-11-23pg_stat_replication.sync_state was displayed incorrectly at page boundary.Heikki Linnakangas
2012-09-28Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane
2012-07-12Fix walsender processes to establish a SIGALRM handler.Tom Lane
2012-07-04Always treat a standby returning an an invalid flush location as asyncMagnus Hagander
2012-06-11Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander
2012-03-23Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane
2012-03-21Fix bug where walsender goes into a busy loop if connection is terminated.Heikki Linnakangas
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-10-22Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas
2011-10-20Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane
2011-10-18Exclude postmaster.opts from base backupsMagnus Hagander
2011-10-06Ensure walsenders can be SIGTERMed while in non-walsender codeMagnus Hagander
2011-08-10Back-patch assorted latch-related fixes.Tom Lane
2011-08-09Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane
2011-08-09Documentation improvement and minor code cleanups for the latch facility.Tom Lane
2011-08-06Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane
2011-07-08Message style improvementsPeter Eisentraut
2011-06-22Add missing -I switch for VPATH builds.Tom Lane
2011-06-22Message style and spelling improvementsPeter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-04-29Lowercase status labels in pg_stat_replication view.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-04-04Merge synchronous_replication setting into synchronous_commit.Robert Haas
2011-04-03Avoid possible hang during smart shutdown.Robert Haas
2011-04-01Fix compiler warning.Robert Haas
2011-03-30Automatically terminate replication connections that are idle for moreHeikki Linnakangas
2011-03-30Adjust error message, now that we expect other message types than connectionHeikki Linnakangas
2011-03-26Additional test for each commit in sync rep path to plug minuteSimon Riggs
2011-03-25Make walreceiver send a reply after receiving data but before flushing it.Robert Haas