]> granicus.if.org Git - postgresql/history - src/backend/replication/walsender.c
Teach xlogreader to follow timeline switches
[postgresql] / src / backend / replication / walsender.c
2017-03-22 Simon RiggsTeach xlogreader to follow timeline switches
2017-03-18 Robert HaasCreate and use wait events for read, write, and fsync...
2017-03-14 Peter EisentrautAdd option to control snapshot export to CREATE_REPLICA...
2017-03-07 Simon RiggsEnsure ThisTimeLineID is valid before START_REPLICATION
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-21 Fujii MasaoMake walsender always initialize the buffers.
2017-02-09 Robert HaasRename user-facing tools with "xlog" in the name to...
2017-02-01 Robert HaasRefactor other replication commands to use DestRemoteSi...
2017-01-24 Robert HaasAdd a SHOW command to the replication command language.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-19 Fujii MasaoSupport quorum-based synchronous replication.
2016-12-17 Magnus HaganderFix typos in comments
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-11-22 Robert HaasSupport condition variables.
2016-10-20 Robert HaasRename "pg_xlog" directory to "pg_wal".
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-09-12 Simon RiggsIdentify walsenders in pg_stat_activity
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-03 Greg StarkFix various common mispellings.
2016-04-29 Andres FreundRemember asking for feedback during walsender shutdown.
2016-04-27 Tom LaneClean up parsing of synchronous_standby_names GUC variable.
2016-04-12 Fujii MasaoRemove unused function GetOldestWALSendPointer from...
2016-04-06 Fujii MasaoSupport multiple synchronous standby servers.
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-13 Magnus HaganderConsistently set all fields in pg_stat_replication...
2015-12-13 Magnus HaganderProperly initialize write, flush and replay locations...
2015-10-27 Alvaro HerreraMeasure string lengths only once
2015-10-06 Robert HaasRemove more volatile qualifiers.
2015-09-06 Andres FreundAdd ability to reserve WAL upon slot creation via repli...
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-11 Andres FreundIntroduce macros determining if a replication slot...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-12 Heikki LinnakangasRemove duplicated words in comments.
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-02-06 Heikki LinnakangasReport WAL flush, not insert, position in replication...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-17 Andres FreundReplace walsender's latch with the general shared latch.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Fujii MasaoRemove duplicate include of slot.h.
2014-12-16 Heikki LinnakangasMisc comment typo fixes.
2014-12-12 Heikki LinnakangasPut the logic to decide which synchronous standby is...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-10-20 Robert HaasFix typos.
2014-09-12 Fujii MasaoAdd GUC to enable logging of replication commands.
2014-08-12 Andres FreundBe less aggressive in asking for feedback of logical...
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-05-28 Andres FreundDon't pay heed to wal_sender_timeout while creating...
2014-05-22 Fujii MasaoFix typos in comments.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-17 Fujii MasaoFix bug in clean shutdown of walsender that pg_receivin...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-06 Heikki LinnakangasSend keepalives from walsender even when busy sending...
2014-03-04 Heikki LinnakangasError out on send failure in walsender loop.
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-24 Robert HaasUse pg_lsn data type in pg_stat_replication, too.
2014-02-02 Fujii MasaoFix typos in docs and comments.
2014-02-01 Tom LaneFix some more bugs in signal handlers and process shutd...
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-28 Peter EisentrautMessage style improvements
2013-06-25 Fujii MasaoSupport clean switchover.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-02-27 Heikki LinnakangasCannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.
2013-02-04 Simon RiggsReset master xmin when hot_standby_feedback disabled.
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-14 Heikki LinnakangasReturn value of lseek() can be negative on failure.
2013-01-03 Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-12-27 Alvaro HerreraAssign InvalidXLogRecPtr instead of MemSet(0)
2012-12-21 Heikki LinnakangasFix sloppiness in the timeline switch over streaming...
2012-12-20 Heikki LinnakangasFollow TLI of last replayed record, not recovery target...
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-09 Heikki LinnakangasRemove stray newline in comment.
2012-10-08 Heikki LinnakangasFix walsender handling of postmaster shutdown, to not...
2012-10-05 Heikki LinnakangasUse the regular main processing loop also in walsenders.
2012-09-05 Heikki LinnakangasFix bugs in cascading replication with recovery_target_...
2012-08-09 Simon RiggsTurn off WalSender keepalives by default, users can...
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-07-04 Magnus HaganderAlways treat a standby returning an an invalid flush...
2012-07-02 Robert HaasMake walsender more responsive.
2012-06-25 Peter EisentrautUnify calling conventions for postgres/postmaster sub...
2012-06-25 Robert HaasFix typo in DEBUG message, introduced by recent WAL...
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-06-24 Heikki LinnakangasDon't waste the last segment of each 4GB logical log...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-24 Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-13 Simon RiggsMinor but necessary improvements to WAL keepalives
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-10-20 Tom LaneSimplify and improve ProcessStandbyHSFeedbackMessage...
next