]> granicus.if.org Git - postgresql/history - src/backend/replication/walsender.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / replication / walsender.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-06 Andres FreundWire up query cancel interrupt for walsender backends.
2017-06-06 Andres FreundUnify SIGHUP handling between normal and walsender...
2017-06-06 Andres FreundPrevent possibility of panics during shutdown checkpoint.
2017-06-06 Andres FreundHave walsenders participate in procsignal infrastructure.
2017-06-06 Andres FreundRevert "Prevent panic during shutdown checkpoint"
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-12 Peter EisentrautStandardize "WAL location" terminology
2017-05-12 Simon RiggsLag tracking for logical replication
2017-05-05 Peter EisentrautPrevent panic during shutdown checkpoint
2017-04-27 Andres FreundDon't build full initial logical decoding snapshot...
2017-04-27 Andres FreundPreserve required !catalog tuples while computing initi...
2017-04-23 Simon RiggsFix LagTrackerRead() for timeline increments
2017-04-20 Fujii MasaoPrevent log_replication_commands from causing SQL comma...
2017-04-02 Magnus HaganderFix some typos and spelling errors in comments
2017-03-27 Robert HaasShow more processes in pg_stat_activity.
2017-03-26 Tom LaneFix typos in logical replication support for initial...
2017-03-25 Simon RiggsReport catalog_xmin separately in hot_standby_feedback
2017-03-23 Simon RiggsReplication lag tracking for walsenders
2017-03-23 Peter EisentrautLogical replication support for initial data copy
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...
next