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
25 min.
Fix typos in logical replication code comments
HEAD
master
Daniel Gustafsson
4 days
Replace off_t by pgoff_t in I/O routines
Michael Paquier
5 days
Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable.
Fujii Masao
10 days
Add seq_sync_error_count to subscription statistics.
Amit Kapila
11 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
11 days
Fix few issues in commit 5509055d69.
Amit Kapila
12 days
Add sequence synchronization for logical replication.
Amit Kapila
13 days
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
2025-09-10
Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h
Michael Paquier
2025-09-09
Fix Coverity issue reported in commit a850be2fe.
Amit Kapila
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-03
Fix use-after-free issue in slot synchronization.
Amit Kapila
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-29
Remove unused parameter from ProcessSlotSyncInterrupts().
Nathan Bossart
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-25
Message wording improvements
Peter Eisentraut
2025-08-25
Use PqMsg_* macros in applyparallelworker.c.
Nathan Bossart
2025-08-20
Fix assertion failure with replication slot release in single-user mode
Michael Paquier
2025-08-19
Fix self-deadlock during DROP SUBSCRIPTION.
Amit Kapila
2025-08-16
Fix typos in comments.
Masahiko Sawada
2025-08-14
Fix LSN format in debug message
Heikki Linnakangas
2025-08-14
Revert logical snapshot filename format change in SnapBuildSnapshotExists().
Fujii Masao
2025-08-06
Expand usage of macros for protocol characters.
Nathan Bossart
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-08-04
Avoid unexpected shutdown when sync_replication_slots is enabled.
Fujii Masao
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-08-03
Fix assorted pretty-trivial memory leaks in the backend.
Tom Lane
2025-08-02
Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c
Michael Paquier
2025-08-01
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION.
Amit Kapila
2025-07-28
Avoid throwing away the error message in syncrep_yyerror.
Robert Haas
[next]