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
4 days
Fix the handling of two GUCs during upgrade.
Amit Kapila
5 days
doc: Clarify meaning of "idle" in idle_replication_slot_timeout.
Fujii Masao
5 days
Change unit of idle_replication_slot_timeout to seconds.
Fujii Masao
8 days
Standardize LSN formatting by zero padding
Álvaro Herrera
14 days
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
2025-06-28
Message style improvements
Peter Eisentraut
2025-06-27
Fix CheckPointReplicationSlots() with max_replication_slots == 0
Alexander Korotkov
2025-06-24
Prevent excessive delays before launching new logrep workers.
Tom Lane
2025-06-24
Fix missing comment update in 1462aad2e4.
Amit Kapila
2025-06-23
Remove excess assert from InvalidatePossiblyObsoleteSlot()
Alexander Korotkov
2025-06-19
Improve log messages and docs for slot synchronization.
Amit Kapila
2025-06-17
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-06-14
Add TAP tests to check replication slot advance during the checkpoint
Alexander Korotkov
2025-06-14
Keep WAL segments by slot's last saved restart LSN
Alexander Korotkov
2025-06-06
Use NULL instead of 0 for pointer arguments.
Nathan Bossart
2025-06-02
Use replay LSN as target for cascading logical WAL senders
Michael Paquier
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-19
Don't retreat slot's confirmed_flush LSN.
Amit Kapila
2025-05-07
Remove pg_replication_origin's TOAST table.
Nathan Bossart
2025-04-29
Fix assertion failure during decoding from synced slots.
Amit Kapila
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-21
Use the same cmd_context throughout a walsender's lifetime.
Tom Lane
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-04-08
Fix uninitialized index information access during apply.
Amit Kapila
2025-04-07
Flush the IO statistics of active WAL senders more frequently
Michael Paquier
2025-04-04
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-04-03
Restrict copying of invalidated replication slots.
Masahiko Sawada
2025-04-03
Fix slot synchronization for two_phase enabled slots.
Amit Kapila
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-25
Fix an oversight in 3abe9dc188.
Amit Kapila
2025-03-24
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-21
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-03-14
Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
Amit Kapila
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-12
Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
2025-03-11
pg_logicalinspect: Fix possible crash when passing a directory path.
Masahiko Sawada
2025-03-09
Fix incorrect assertion in libpqwalreceiver
Heikki Linnakangas
2025-03-06
Avoid invalidating all RelationSyncCache entries on publication change.
Amit Kapila
2025-03-06
Add more monitoring data for WAL writes in the WAL receiver
Michael Paquier
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-05
Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer
Michael Paquier
2025-02-27
Fix the race condition in ReplicationSlotAcquire().
Amit Kapila
2025-02-25
Change relpath() et al to return path by value
Andres Freund
[next]