aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Replace walsender's latch with the general shared latch.Andres Freund2015-01-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas2014-12-12
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-13
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-07
* Introduce logical decoding.Robert Haas2014-03-03
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-27
* Introduce replication slots.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix typo in comment.Robert Haas2013-05-23
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-18
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-05
* syncrep.h must include xlogdefs.hAlvaro Herrera2012-08-28
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Make walsender more responsive.Robert Haas2012-07-02
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* 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