aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
Commit message (Expand)AuthorAge
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-01
* Fix Hot Standby feedback sending when streaming busily.Heikki Linnakangas2014-01-16
* 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
* Separate messages for standby replies and hot standby feedback.Simon Riggs2011-02-18
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* WAL receiver shouldn't try to send a reply when dying.Robert Haas2011-02-16
* Typo fixes. receivedUpto should be capitalized consistently.Robert Haas2011-02-11
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Before exiting walreceiver, fsync() all the WAL received.Heikki Linnakangas2011-01-17
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-15