summaryrefslogtreecommitdiff
path: root/src/include/replication/walreceiver.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Introduce replication slots.Robert Haas2014-01-311-2/+9
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-5/+5
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-181-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-131-13/+39
* Improve replication connection timeouts.Heikki Linnakangas2012-10-111-0/+2
* 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
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-311-0/+8
* Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian2011-09-031-0/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-7/+7
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-011-4/+10
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-161-0/+1
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-101-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-111-0/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas2010-09-131-2/+4
* pgindent run for 9.0, second runBruce Momjian2010-07-061-6/+7
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-031-12/+22
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-031-1/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-14/+14
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-191-1/+3
* Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas2010-02-031-2/+3
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-271-5/+7
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-201-2/+2
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-201-1/+13
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-161-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-0/+70