index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
47 hours
Update copyright for 2026
Bruce Momjian
4 days
Fix a race condition in updating procArray->replication_slot_xmin.
Masahiko Sawada
11 days
Don't advance origin during apply failure.
Amit Kapila
11 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
11 days
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
12 days
Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
2025-12-15
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
2025-12-15
Add retry logic to pg_sync_replication_slots().
Amit Kapila
2025-12-11
Enhance slot synchronization API to respect promotion signal.
Amit Kapila
2025-12-09
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Fix LOCK_TIMEOUT handling in slotsync worker.
Amit Kapila
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-08
Unify error messages
Álvaro Herrera
2025-12-08
Prevent invalidation of newly created replication slots.
Amit Kapila
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-01
Fix a strict aliasing violation
Peter Eisentraut
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-25
Fix a BF failure caused by commit 76b78721ca.
Amit Kapila
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-20
Use "COPY table TO" for partitioned tables in initial table synchronization.
Masahiko Sawada
2025-11-19
Fix NLS for incorrect GUC enum value hint message
Peter Eisentraut
2025-11-17
Fix typos in logical replication code comments
Daniel Gustafsson
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-12
Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable.
Fujii Masao
2025-11-07
Add seq_sync_error_count to subscription statistics.
Amit Kapila
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
Fix few issues in commit 5509055d69.
Amit Kapila
2025-11-05
Add sequence synchronization for logical replication.
Amit Kapila
2025-11-04
Add WalRcvGetState() to retrieve the state of a WAL receiver
Michael Paquier
2025-10-30
Fix regression with slot invalidation checks
Michael Paquier
2025-10-28
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-27
Fix GUC check_hook validation for synchronized_standby_slots.
Amit Kapila
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-23
Add comments explaining overflow entries in the replication lag tracker.
Fujii Masao
2025-10-22
Avoid assuming that time_t can fit in an int.
Tom Lane
2025-10-22
Make invalid primary_slot_name follow standard GUC error reporting.
Fujii Masao
2025-10-22
Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing.
Fujii Masao
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-10-10
Remove state.tmp when failing to save a replication slot
Michael Paquier
2025-10-09
Fix access-to-already-freed-memory issue in pgoutput.
Masahiko Sawada
2025-10-08
Add mem_exceeded_count column to pg_stat_replication_slots.
Masahiko Sawada
2025-09-30
Make some use of anonymous unions [reorderbuffer xact_time]
Peter Eisentraut
2025-09-24
Fix LOCK_TIMEOUT handling during parallel apply.
Amit Kapila
2025-09-19
Add optional pid parameter to pg_replication_origin_session_setup().
Amit Kapila
2025-09-19
Improve few errdetail messages introduced in commit 0d48d393d46.
Amit Kapila
2025-09-15
Resume conflict-relevant data retention automatically.
Amit Kapila
2025-09-12
Avoid unexpected changes of CurrentResourceOwner and CurrentMemoryContext
Álvaro Herrera
2025-09-11
Remove stray semicolon at global scope
Peter Eisentraut
[next]