aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/walreceiver.h
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce replication slots.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* 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
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* 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
* 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
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-31
* Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian2011-09-03
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-01
* 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
* 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
* 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
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-03
* pgindent run for 9.0Bruce Momjian2010-02-26
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-19
* Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas2010-02-03
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-27
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-20
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15