aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
Commit message (Expand)AuthorAge
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Fix integer overflow in debug message of walreceiverTatsuo Ishii2015-03-14
* Commonalize process startup code.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix bogus time printout in walreceiver's debug log messages.Tom Lane2014-04-04
* Introduce logical decoding.Robert Haas2014-03-03
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-01
* Introduce replication slots.Robert Haas2014-01-31
* Fix Hot Standby feedback sending when streaming busily.Heikki Linnakangas2014-01-16
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13
* Message style improvementsPeter Eisentraut2013-07-28
* Minor spell checkingPeter Eisentraut2013-05-30
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Reset master xmin when hot_standby_feedback disabled.Simon Riggs2013-02-04
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-18
* I added a result set to START_STREAMING command, but neglected walreceiver.Heikki Linnakangas2013-01-17
* Delay reading timeline history file until it's fetched from master.Heikki Linnakangas2013-01-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* 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
* Fix typo in comment.Heikki Linnakangas2012-10-15
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Ensure all replication message info is available and correct via WalRcvSimon Riggs2012-08-09
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Don't initialize TLI variable to -1, as TimeLineID is unsigned.Heikki Linnakangas2012-07-14
* Always treat a standby returning an an invalid flush location as asyncMagnus Hagander2012-07-04
* I neglected many comments in the log+seg -> 64-bit segno patch. Fix.Heikki Linnakangas2012-06-27
* 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
* Typo fix.Robert Haas2012-01-13
* Minor but necessary improvements to WAL keepalivesSimon Riggs2012-01-13
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-31
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Make walreceiver send a reply after receiving data but before flushing it.Robert Haas2011-03-25
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas2011-03-01
* Avoid excessive Hot Standby feedback messages.Robert Haas2011-03-01