aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walsender.c
Commit message (Expand)AuthorAge
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Ignore server-side delays when enforcing wal_sender_timeout.Noah Misch2018-08-31
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-12
* Default monitoring roles - errataSimon Riggs2018-01-28
* Properly set base backup backends to active in pg_stat_activityMagnus Hagander2017-12-29
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-14
* Improve error message in WAL senderPeter Eisentraut2017-09-13
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Fix race conditions in replication slot operationsAlvaro Herrera2017-07-25
* Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera2017-06-30
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-30
* Improve replication lag interpolation after idle periodSimon Riggs2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Wire up query cancel interrupt for walsender backends.Andres Freund2017-06-05
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-05
* Revert "Prevent panic during shutdown checkpoint"Andres Freund2017-06-05
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Lag tracking for logical replicationSimon Riggs2017-05-12
* Prevent panic during shutdown checkpointPeter Eisentraut2017-05-05
* Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.Andres Freund2017-04-27
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Fix LagTrackerRead() for timeline incrementsSimon Riggs2017-04-23
* Prevent log_replication_commands from causing SQL commands to be logged.Fujii Masao2017-04-21
* Fix some typos and spelling errors in commentsMagnus Hagander2017-04-02
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Fix typos in logical replication support for initial data copy.Tom Lane2017-03-26
* Report catalog_xmin separately in hot_standby_feedbackSimon Riggs2017-03-25
* Replication lag tracking for walsendersSimon Riggs2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Teach xlogreader to follow timeline switchesSimon Riggs2017-03-22
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-14
* Ensure ThisTimeLineID is valid before START_REPLICATIONSimon Riggs2017-03-07
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Make walsender always initialize the buffers.Fujii Masao2017-02-22
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Refactor other replication commands to use DestRemoteSimple.Robert Haas2017-02-01
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support quorum-based synchronous replication.Fujii Masao2016-12-19
* Fix typos in commentsMagnus Hagander2016-12-17
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Support condition variables.Robert Haas2016-11-22
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20