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
*
Post-commit review fixes for slot synchronization.
Amit Kapila
2024-04-25
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Remove redundant fetch of the recent flush pointer in WalSndWaitForWal.
Amit Kapila
2024-03-12
*
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-08
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
*
Pass correct count to WALRead().
Jeff Davis
2024-02-16
*
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
*
Add a slot synchronization function.
Amit Kapila
2024-02-14
*
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-12
*
Allow setting failover property in the replication command.
Amit Kapila
2024-01-29
*
Allow to enable failover property for replication slots via SQL API.
Amit Kapila
2024-01-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix numerous typos in incremental backup commits.
Robert Haas
2023-12-21
*
Add support for incremental backup.
Robert Haas
2023-12-20
*
Simplify some logic in CreateReplicationSlot()
Michael Paquier
2023-11-21
*
Use more consistent names for wait event objects and types
Michael Paquier
2023-09-06
*
Fix some shadow variables in src/backend/replication/
Michael Paquier
2023-08-31
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Change example in pgindent README on "/*-----" comments.
Heikki Linnakangas
2023-07-05
*
Optimize walsender wake up logic using condition variables
Andres Freund
2023-05-21
*
Allow logical decoding on standbys
Andres Freund
2023-04-08
*
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
*
Prevent use of invalidated logical slot in CreateDecodingContext()
Andres Freund
2023-04-07
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Use dlists instead of SHM_QUEUE for syncrep queue
Andres Freund
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add additional checks while creating the initial decoding snapshot.
Amit Kapila
2022-11-21
*
Clean up some GUC declarations and comments
Michael Paquier
2022-10-25
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Message style improvements
Peter Eisentraut
2022-09-24
*
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
[next]