summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2013-08-24Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander
2013-06-25Support clean switchover.Fujii Masao
2013-03-25In base backup, only include our own tablespace version directory.Heikki Linnakangas
2013-02-23Add quotes to messagesPeter Eisentraut
2013-01-03Tolerate timeline switches while "pg_basebackup -X fetch" is running.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-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs
2012-08-08Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2012-07-18Fix management of pendingOpsTable in auxiliary processes.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-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-24Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane
2012-01-30Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs
2012-01-30Various minor comments changes from bgwriter to checkpointer.Simon Riggs
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-24Add new replication mode synchronous_commit = 'write'.Simon Riggs
2012-01-13Typo fix.Robert Haas
2012-01-13Minor but necessary improvements to WAL keepalivesSimon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-31Send new protocol keepalive messages to standby servers.Simon Riggs
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-11-01Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs
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-09-14Split walsender.h in public/private headersAlvaro Herrera
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-08Tweak string for uniformityAlvaro Herrera
2011-09-07Emit cascaded standby message on shutdown only when appropriate.Simon Riggs
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-27Allow more include files to be compiled in their own by adding missingBruce Momjian
2011-08-10Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane
2011-08-10Change the autovacuum launcher to use WaitLatch instead of a poll loop.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-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas