index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
walsender.c
Commit message (
Expand
)
Author
Age
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
*
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2021-06-25
*
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
*
doc: wire protocol data type for history file content is bytea
Bruce Momjian
2020-11-12
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
*
walsnd: Don't set waiting_for_ping_response spuriously
Alvaro Herrera
2020-08-08
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-08
*
Don't call elog() while holding spinlock.
Fujii Masao
2020-06-02
*
Fix walsender error cleanup code
Alvaro Herrera
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
*
Fix obsolete references to "XLogRead"
Alvaro Herrera
2020-05-11
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Check slot->restart_lsn validity in a few more places
Alvaro Herrera
2020-04-28
*
In caught-up logical walsender, sleep only in WalSndWaitForWal().
Noah Misch
2020-04-25
*
Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()."
Noah Misch
2020-04-25
*
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
*
When WalSndCaughtUp, sleep only in WalSndWaitForWal().
Noah Misch
2020-04-11
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Fix resource management bug with replication=database.
Robert Haas
2020-04-03
*
Generate backup manifests for base backups, and validate them.
Robert Haas
2020-04-03
*
Remove logical_read_local_xlog_page
Alvaro Herrera
2020-03-17
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Reduce the number of GetFlushRecPtr() calls done by walsenders.
Tom Lane
2020-01-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
*
Fix unportable printf format introduced in commit 9290ad198.
Tom Lane
2019-11-25
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
*
Fix timestamp of sent message for write context in logical decoding
Michael Paquier
2019-11-06
*
Fix minor bug in logical-replication walsender shutdown
Alvaro Herrera
2019-10-17
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
[next]