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
*
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
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Identify walsenders in pg_stat_activity
Simon Riggs
2016-09-12
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-13
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
*
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-13
*
Measure string lengths only once
Alvaro Herrera
2015-10-27
*
Remove more volatile qualifiers.
Robert Haas
2015-10-06
*
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-06
[next]