aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* 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
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-31
* Split walsender.h in public/private headersAlvaro Herrera2011-09-13
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Clean up the #include mess a little.Tom Lane2011-09-04
* walsender.h doesn't need xlog.h, per Tom.Bruce Momjian2011-09-03
* Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian2011-09-03
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-10
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Fix various possible problems with synchronous replication.Robert Haas2011-03-17
* More synchronous replication tweaks.Robert Haas2011-03-10
* Remove obsolete comment.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
* 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
* Separate messages for standby replies and hot standby feedback.Simon Riggs2011-02-18
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Add option to include WAL in base backupMagnus Hagander2011-01-30
* Make walsender options order-independentMagnus Hagander2011-01-23
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-23
* Use a lexer and grammar for parsing walsender commandsMagnus Hagander2011-01-14
* Exit from base backups when shutdown is requestedMagnus Hagander2011-01-14
* Track walsender state in shared memory and expose in pg_stat_replicationMagnus Hagander2011-01-11
* Backend support for streaming base backupsMagnus Hagander2011-01-10
* New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro2011-01-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas2010-09-13
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.Itagaki Takahiro2010-06-17
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-03
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* pgindent run for 9.0Bruce Momjian2010-02-26