summaryrefslogtreecommitdiff
path: root/src/backend/replication/walsender.c
Commit message (Expand)AuthorAgeFilesLines
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-131-2/+9
* Be less aggressive in asking for feedback of logical walsender clients.Andres Freund2014-08-121-2/+4
* Consistency improvements for slot and decoding code.Andres Freund2014-06-121-2/+7
* Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund2014-05-291-5/+26
* Fix typos in comments.Fujii Masao2014-05-221-2/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-80/+84
* Fix bug in clean shutdown of walsender that pg_receiving is connecting to.Fujii Masao2014-03-171-1/+11
* Allow logical decoding via the walsender interface.Robert Haas2014-03-101-131/+782
* Send keepalives from walsender even when busy sending WAL.Heikki Linnakangas2014-03-061-24/+29
* Error out on send failure in walsender loop.Heikki Linnakangas2014-03-041-1/+1
* Introduce logical decoding.Robert Haas2014-03-031-5/+8
* Use pg_lsn data type in pg_stat_replication, too.Robert Haas2014-02-241-14/+5
* Fix typos in docs and comments.Fujii Masao2014-02-021-2/+2
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-011-6/+12
* Introduce replication slots.Robert Haas2014-01-311-5/+192
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Message style improvementsPeter Eisentraut2013-07-281-1/+1
* Support clean switchover.Fujii Masao2013-06-261-4/+8
* pgindent run for release 9.3Bruce Momjian2013-05-291-88/+94
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-081-19/+41
* Move pqsignal() to libpgport.Tom Lane2013-03-171-1/+0
* Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE.Heikki Linnakangas2013-02-271-10/+16
* Reset master xmin when hot_standby_feedback disabled.Simon Riggs2013-02-041-1/+4
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-231-9/+48
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-171-6/+44
* Return value of lseek() can be negative on failure.Heikki Linnakangas2013-01-151-2/+2
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-031-7/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-13/+13
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-271-1/+1
* Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas2012-12-211-47/+54
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-201-22/+60
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-131-124/+463
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-071-64/+82
* Improve replication connection timeouts.Heikki Linnakangas2012-10-111-32/+56
* Remove stray newline in comment.Heikki Linnakangas2012-10-091-1/+0
* Fix walsender handling of postmaster shutdown, to not go into endless loop.Heikki Linnakangas2012-10-081-2/+5
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-051-210/+59
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-041-2/+26
* Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs2012-08-091-1/+1
* Introduce timeout handling frameworkAlvaro Herrera2012-07-161-1/+2
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-041-2/+9
* Make walsender more responsive.Robert Haas2012-07-021-1/+10
* Unify calling conventions for postgres/postmaster sub-main functionsPeter Eisentraut2012-06-251-5/+5
* Fix typo in DEBUG message, introduced by recent WAL refactoring.Robert Haas2012-06-251-3/+3
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-26/+16
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-241-45/+26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-30/+31
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-241-1/+2
* Minor but necessary improvements to WAL keepalivesSimon Riggs2012-01-131-0/+5