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
/
include
/
replication
Age
Commit message (
Expand
)
Author
2025-06-17
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-13
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-02-13
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
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-15
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-15
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-10-14
Remove obsolete comment in reorderbuffer.h.
Masahiko Sawada
2024-10-08
Use aux process resource owner in walsender
Andres Freund
2024-10-05
Remove unused latch
Heikki Linnakangas
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-29
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-01
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-04-25
Post-commit review fixes for slot synchronization.
Amit Kapila
2024-04-19
Remove unused function prototype
Daniel Gustafsson
2024-04-11
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-03
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-04-03
Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa...
Masahiko Sawada
[next]