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
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-31
*
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-12
*
Default monitoring roles - errata
Simon Riggs
2018-01-28
*
Properly set base backup backends to active in pg_stat_activity
Magnus Hagander
2017-12-29
*
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-14
*
Improve error message in WAL sender
Peter Eisentraut
2017-09-13
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
*
Fix walsender to exit promptly if client requests shutdown.
Tom Lane
2017-06-30
*
Improve replication lag interpolation after idle period
Simon Riggs
2017-06-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Wire up query cancel interrupt for walsender backends.
Andres Freund
2017-06-05
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
*
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-05
*
Have walsenders participate in procsignal infrastructure.
Andres Freund
2017-06-05
*
Revert "Prevent panic during shutdown checkpoint"
Andres Freund
2017-06-05
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Lag tracking for logical replication
Simon Riggs
2017-05-12
*
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
*
Don't build full initial logical decoding snapshot if NOEXPORT_SNAPSHOT.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Fix LagTrackerRead() for timeline increments
Simon Riggs
2017-04-23
*
Prevent log_replication_commands from causing SQL commands to be logged.
Fujii Masao
2017-04-21
*
Fix some typos and spelling errors in comments
Magnus Hagander
2017-04-02
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
*
Fix typos in logical replication support for initial data copy.
Tom Lane
2017-03-26
*
Report catalog_xmin separately in hot_standby_feedback
Simon Riggs
2017-03-25
*
Replication lag tracking for walsenders
Simon Riggs
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Teach xlogreader to follow timeline switches
Simon Riggs
2017-03-22
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
*
Ensure ThisTimeLineID is valid before START_REPLICATION
Simon Riggs
2017-03-07
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Make walsender always initialize the buffers.
Fujii Masao
2017-02-22
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Refactor other replication commands to use DestRemoteSimple.
Robert Haas
2017-02-01
*
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
*
Fix typos in comments
Magnus Hagander
2016-12-17
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Support condition variables.
Robert Haas
2016-11-22
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
[next]