]> granicus.if.org Git - postgresql/history - src/include/replication/walreceiver.h
Update copyright for 2019
[postgresql] / src / include / replication / walreceiver.h
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-03-31 Tom LanePortability fix for commit 9a895462d.
2018-03-30 Fujii MasaoEnhance pg_stat_wal_receiver view to display host and...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-03 Tom LaneFix race condition with unprotected use of a latch...
2017-06-30 Alvaro HerreraFix locking in WAL receiver/sender shmem state structs
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-23 Peter EisentrautRemove trailing comma from enum definition
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-14 Peter EisentrautAdd option to control snapshot export to CREATE_REPLICA...
2017-01-20 Peter EisentrautLogical replication
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-02 Alvaro HerreraFix Windows build for 78c8c814390f
2016-12-02 Peter EisentrautRefactor libpqwalreceiver
2016-12-02 Peter EisentrautUse latch instead of select() in walreceiver
2016-06-29 Alvaro HerreraAdd conninfo to pg_stat_wal_receiver
2016-04-14 Tom LaneAdjust signature of walrcv_receive hook.
2016-03-30 Robert HaasAdd new replication mode synchronous_commit = 'remote_a...
2016-01-07 Alvaro Herrerapgstat: add WAL receiver status view & SRF
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-01-18 Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-10-11 Heikki LinnakangasImprove replication connection timeouts.
2012-08-09 Simon RiggsEnsure all replication message info is available and...
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
2011-09-04 Bruce MomjianMove AllowCascadeReplication() define from xlog.h to...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-01 Heikki LinnakangasChange pg_last_xlog_receive_location() not to move...
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-13 Heikki LinnakangasRemove prototype for non-existent function from walrece...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-03 Tom LaneAdd current WAL end (as seen by walsender, ie, GetWrite...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Heikki LinnakangasDon't use O_DIRECT when writing WAL files if archiving...
2010-02-03 Heikki LinnakangasAdd a message type header to the CopyData messages...
2010-01-27 Heikki LinnakangasMake standby server continuously retry restoring the...
2010-01-20 Heikki LinnakangasNow that much of walreceiver has been pulled back into...
2010-01-20 Heikki LinnakangasRethink the way walreceiver is linked into the backend...
2010-01-16 Tom LanePGDLLIMPORT-ize the remaining variables needed by walre...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.