aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walsender.c
Commit message (Expand)AuthorAge
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Make walsenders show their replication commands in pg_stat_activity.Tom Lane2021-06-25
* Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao2021-01-14
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* doc: wire protocol data type for history file content is byteaBruce Momjian2020-11-12
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Restore replication protocol's duplicate command tagsAlvaro Herrera2020-10-14
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera2020-08-08
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* Don't call elog() while holding spinlock.Fujii Masao2020-06-02
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13
* Fix obsolete references to "XLogRead"Alvaro Herrera2020-05-11
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Check slot->restart_lsn validity in a few more placesAlvaro Herrera2020-04-28
* In caught-up logical walsender, sleep only in WalSndWaitForWal().Noah Misch2020-04-25
* Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()."Noah Misch2020-04-25
* Fix race conditions in synchronous standby management.Tom Lane2020-04-18
* When WalSndCaughtUp, sleep only in WalSndWaitForWal().Noah Misch2020-04-11
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Fix resource management bug with replication=database.Robert Haas2020-04-03
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* Remove logical_read_local_xlog_pageAlvaro Herrera2020-03-17
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Reduce the number of GetFlushRecPtr() calls done by walsenders.Tom Lane2020-01-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Remove XLogFileNameP() from the treeMichael Paquier2019-12-03
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Fix unportable printf format introduced in commit 9290ad198.Tom Lane2019-11-25
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Fix timestamp of sent message for write context in logical decodingMichael Paquier2019-11-06
* Fix minor bug in logical-replication walsender shutdownAlvaro Herrera2019-10-17
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Initial pgindent run for v12.Tom Lane2019-05-22