]> granicus.if.org Git - postgresql/history - src/include/replication
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / include / replication /
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-23 Robert HaasFix typo in comment.
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
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-11-07 Heikki LinnakangasMake the streaming replication protocol messages archit...
2012-10-11 Heikki LinnakangasImprove replication connection timeouts.
2012-10-05 Heikki LinnakangasUse the regular main processing loop also in walsenders.
2012-08-28 Alvaro Herrerasyncrep.h must include xlogdefs.h
2012-08-09 Simon RiggsTurn off WalSender keepalives by default, users can...
2012-08-09 Simon RiggsEnsure all replication message info is available and...
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-07-02 Robert HaasMake walsender more responsive.
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-30 Simon RiggsVarious minor comments changes from bgwriter to checkpo...
2012-01-24 Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
2011-09-14 Alvaro HerreraSplit walsender.h in public/private headers
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-04 Bruce Momjianwalsender.h doesn't need xlog.h, per Tom.
2011-09-04 Bruce MomjianMove AllowCascadeReplication() define from xlog.h to...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-10 Tom LaneRemove wal_sender_delay GUC, because it's no longer...
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-06 Tom LaneClean up ill-advised attempt to invent a private set...
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-04 Simon RiggsAvoid assuming there will be only 3 states for synchron...
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-10 Robert HaasMore synchronous replication tweaks.
2011-03-10 Robert HaasRemove obsolete comment.
2011-03-10 Robert HaasMinor sync rep corrections.
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-06 Simon RiggsAdd new files for syncrep missed in previous commit
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-01 Heikki LinnakangasChange pg_last_xlog_receive_location() not to move...
2011-02-18 Simon RiggsSeparate messages for standby replies and hot standby...
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-30 Magnus HaganderAdd option to include WAL in base backup
2011-01-23 Magnus HaganderMake walsender options order-independent
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-14 Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-14 Magnus HaganderExit from base backups when shutdown is requested
2011-01-11 Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-10 Magnus HaganderBackend support for streaming base backups
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
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-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
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-17 Itagaki TakahiroRemove prototype of GetOldestWALSendPointer(), that...
2010-06-03 Tom LaneAdd current WAL end (as seen by walsender, ie, GetWrite...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
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.