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
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Portability fix for commit 9a895462d.
Tom Lane
2018-03-30
*
Enhance pg_stat_wal_receiver view to display host and port of sender server.
Fujii Masao
2018-03-31
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-10-03
*
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove trailing comma from enum definition
Peter Eisentraut
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
*
Logical replication
Peter Eisentraut
2017-01-20
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix Windows build for 78c8c814390f
Alvaro Herrera
2016-12-02
*
Refactor libpqwalreceiver
Peter Eisentraut
2016-12-01
*
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
*
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
*
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
pgstat: add WAL receiver status view & SRF
Alvaro Herrera
2016-01-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
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
[next]