aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walsender.c
Commit message (Expand)AuthorAge
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-30
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-05
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Make walsender always initialize the buffers.Fujii Masao2017-02-22
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-27
* Remove unused function GetOldestWALSendPointer from walsender code.Fujii Masao2016-04-13
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander2015-12-13
* Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander2015-12-13
* Measure string lengths only onceAlvaro Herrera2015-10-27
* Remove more volatile qualifiers.Robert Haas2015-10-06
* Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund2015-09-06
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-11
* pgindent run for 9.5Bruce Momjian2015-05-23
* Remove duplicated words in comments.Heikki Linnakangas2015-04-12
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas2015-02-06
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Replace walsender's latch with the general shared latch.Andres Freund2015-01-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Remove duplicate include of slot.h.Fujii Masao2014-12-25
* Misc comment typo fixes.Heikki Linnakangas2014-12-16
* Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas2014-12-12
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Fix typos.Robert Haas2014-10-20
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-13
* Be less aggressive in asking for feedback of logical walsender clients.Andres Freund2014-08-12
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund2014-05-29
* Fix typos in comments.Fujii Masao2014-05-22
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao2014-03-17
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas2014-03-06
* Error out on send failure in walsender loop.Heikki Linnakangas2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03
* Use pg_lsn data type in pg_stat_replication, too.Robert Haas2014-02-24
* Fix typos in docs and comments.Fujii Masao2014-02-02
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-01
* Introduce replication slots.Robert Haas2014-01-31