aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walsender.c
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2014Bruce Momjian2014-01-07
* Message style improvementsPeter Eisentraut2013-07-28
* Support clean switchover.Fujii Masao2013-06-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-08
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.Heikki Linnakangas2013-02-27
* Reset master xmin when hot_standby_feedback disabled.Simon Riggs2013-02-04
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Return value of lseek() can be negative on failure.Heikki Linnakangas2013-01-15
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-27
* Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas2012-12-21
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Remove stray newline in comment.Heikki Linnakangas2012-10-09
* Fix walsender handling of postmaster shutdown, to not go into endless loop.Heikki Linnakangas2012-10-08
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-05
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-04
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-09
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* Make walsender more responsive.Robert Haas2012-07-02
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-25
* Fix typo in DEBUG message, introduced by recent WAL refactoring.Robert Haas2012-06-25
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-24