index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
Age
Commit message (
Expand
)
Author
7 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
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-28
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-22
Make invalid primary_slot_name follow standard GUC error reporting.
Fujii Masao
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
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-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-02
Change ReplicationSlotPersistentData's "synced" member to a bool.
Nathan Bossart
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-25
Message wording improvements
Peter Eisentraut
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-07-21
Update comment for ReplicationSlot.last_saved_restart_lsn
Alexander Korotkov
2025-07-11
Change unit of idle_replication_slot_timeout to seconds.
Fujii Masao
2025-06-16
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-06-14
Keep WAL segments by slot's last saved restart LSN
Alexander Korotkov
2025-05-07
Remove pg_replication_origin's TOAST table.
Nathan Bossart
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-04-04
Use standard die() signal handler in walreceiver
Heikki Linnakangas
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-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
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-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-02-21
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
2025-02-12
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-02-12
Skip logical decoding of already-aborted transactions.
Masahiko Sawada
2025-02-05
Avoid updating inactive_since for invalid replication slots.
Amit Kapila
2025-01-31
Raise an error while trying to acquire an invalid slot.
Amit Kapila
2025-01-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
syncrep parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
replication parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-09
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-04
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-11-28
Fix wording in comment
Daniel Gustafsson
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-25
Doc: Clarify the `inactive_since` field description.
Amit Kapila
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-01
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
[next]