aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walsender.c
Commit message (Expand)AuthorAge
* 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
* 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 "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Ensure walsenders can be SIGTERMed while in non-walsender codeMagnus Hagander2011-10-06
* Split walsender.h in public/private headersAlvaro Herrera2011-09-13
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Emit cascaded standby message on shutdown only when appropriate.Simon Riggs2011-09-07
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-10
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* 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
* Message style improvementsPeter Eisentraut2011-07-08
* Lowercase status labels in pg_stat_replication view.Bruce Momjian2011-04-29
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid possible hang during smart shutdown.Robert Haas2011-04-03
* Fix compiler warning.Robert Haas2011-04-01