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
*
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-10
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Refactor sending of RowDescription messages in replication protocol
Peter Eisentraut
2022-07-04
*
Fix for change timeline field of IDENTIFY_SYSTEM to int8
Peter Eisentraut
2022-07-04
*
Change timeline field of IDENTIFY_SYSTEM to int8
Peter Eisentraut
2022-07-04
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-05-11
*
Tighten ComputeXidHorizons' handling of walsenders.
Tom Lane
2022-04-15
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Skip empty transactions for logical replication.
Amit Kapila
2022-03-30
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Be more specific about OOM in XLogReaderAllocate
Alvaro Herrera
2021-11-22
*
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-10
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
*
Remove useless code from CreateReplicationSlot.
Robert Haas
2021-10-25
*
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-25
*
Flexible options for CREATE_REPLICATION_SLOT.
Robert Haas
2021-10-05
*
Eliminate replication protocol error related to IDENTIFY_SYSTEM.
Jeff Davis
2021-07-09
*
Allow enabling two-phase option via replication protocol.
Amit Kapila
2021-06-30
*
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
*
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-07
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
*
Remove read_page callback from XLogReader.
Thomas Munro
2021-04-08
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
*
Use FeBeWaitSet for walsender.c.
Thomas Munro
2021-03-01
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Ensure that a standby is able to follow a primary on a newer timeline.
Fujii Masao
2021-01-14
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
*
change wire protocol data type for history file content
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
*
Teach walsender to update its process title for replication commands.
Tom Lane
2020-09-16
*
Fix bogus completion tag usage in walsender
Alvaro Herrera
2020-09-16
*
Centralize setup of SIGQUIT handling for postmaster child processes.
Tom Lane
2020-09-16
*
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2020-09-14
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
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
[next]