summaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-075-5/+5
* pgindent run for release 9.3Bruce Momjian2013-05-291-5/+5
* Fix typo in comment.Robert Haas2013-05-231-1/+1
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-231-1/+0
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-181-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-015-5/+5
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-133-15/+40
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-071-128/+0
* Improve replication connection timeouts.Heikki Linnakangas2012-10-114-2/+15
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-051-2/+3
* syncrep.h must include xlogdefs.hAlvaro Herrera2012-08-281-0/+1
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-091-0/+1
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-091-0/+6
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-181-1/+0
* Make walsender more responsive.Robert Haas2012-07-021-0/+24
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-252-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-103-4/+5
* Various minor comments changes from bgwriter to checkpointer.Simon Riggs2012-01-301-1/+1
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-242-4/+17
* Update copyright notices for year 2012.Bruce Momjian2012-01-016-6/+6
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-312-0/+30
* Split walsender.h in public/private headersAlvaro Herrera2011-09-132-91/+111
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-092-1/+2
* Clean up the #include mess a little.Tom Lane2011-09-042-9/+2
* walsender.h doesn't need xlog.h, per Tom.Bruce Momjian2011-09-031-1/+0
* Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian2011-09-032-0/+5
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+1
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-101-1/+0
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-101-2/+2
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-062-64/+2
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-191-1/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-105-31/+31
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-1/+1
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-041-1/+1
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-041-2/+1
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-301-0/+1
* Fix various possible problems with synchronous replication.Robert Haas2011-03-172-1/+10
* More synchronous replication tweaks.Robert Haas2011-03-101-2/+3
* Remove obsolete comment.Robert Haas2011-03-101-2/+1
* Minor sync rep corrections.Robert Haas2011-03-101-2/+1
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-102-3/+4
* Add new files for syncrep missed in previous commitSimon Riggs2011-03-061-0/+48
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-061-0/+22
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-011-4/+10
* Separate messages for standby replies and hot standby feedback.Simon Riggs2011-02-181-2/+13
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-162-0/+10
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-103-1/+33
* Add option to include WAL in base backupMagnus Hagander2011-01-301-0/+1
* Make walsender options order-independentMagnus Hagander2011-01-232-4/+4
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-232-1/+2