index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
walreceiver.h
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
*
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
2012-08-09
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-31
*
Move AllowCascadeReplication() define from xlog.h to replication include
Bruce Momjian
2011-09-03
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-03-01
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
*
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Remove prototype for non-existent function from walreceiver.h. Tidy up by
Heikki Linnakangas
2010-09-13
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
*
Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)
Tom Lane
2010-06-03
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
*
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-02-03
*
Make standby server continuously retry restoring the next WAL segment with
Heikki Linnakangas
2010-01-27
*
Now that much of walreceiver has been pulled back into the postgres
Heikki Linnakangas
2010-01-20
*
Rethink the way walreceiver is linked into the backend. Instead than shoving
Heikki Linnakangas
2010-01-20
*
PGDLLIMPORT-ize the remaining variables needed by walreceiver.
Tom Lane
2010-01-16
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15