summaryrefslogtreecommitdiff
path: root/src/include/replication/walprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-071-128/+0
* Improve replication connection timeouts.Heikki Linnakangas2012-10-111-0/+12
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* 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/+22
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-7/+7
* 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-161-0/+9
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-101-0/+21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-3/+3
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-031-0/+53