index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
Commit message (
Expand
)
Author
Age
*
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-11
*
Fix data loss in logical replication.
Amit Kapila
2025-04-10
*
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-04-04
*
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-24
*
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-03-21
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
2025-03-12
*
pg_logicalinspect: Fix possible crash when passing a directory path.
Masahiko Sawada
2025-03-11
*
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-03-05
*
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-21
*
Invalidate inactive replication slots.
Amit Kapila
2025-02-19
*
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-12
*
Avoid updating inactive_since for invalid replication slots.
Amit Kapila
2025-02-05
*
Raise an error while trying to acquire an invalid slot.
Amit Kapila
2025-01-31
*
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-24
*
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-23
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
syncrep parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
*
replication parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
*
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-09
*
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-12-04
*
Fix wording in comment
Daniel Gustafsson
2024-11-28
*
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
*
Doc: Clarify the `inactive_since` field description.
Amit Kapila
2024-11-25
*
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
*
Use ProcNumbers instead of direct Latch pointers to address other procs
Heikki Linnakangas
2024-11-01
*
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-30
*
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-14
*
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-10-14
*
Remove obsolete comment in reorderbuffer.h.
Masahiko Sawada
2024-10-14
*
Use aux process resource owner in walsender
Andres Freund
2024-10-08
*
Remove unused latch
Heikki Linnakangas
2024-10-05
*
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-09-04
*
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-30
*
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-29
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
*
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Rename standby_slot_names to synchronized_standby_slots.
Amit Kapila
2024-07-01
*
Post-commit review fixes for slot synchronization.
Amit Kapila
2024-04-25
*
Remove unused function prototype
Daniel Gustafsson
2024-04-19
*
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-11
*
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
2024-04-03
*
Change last_inactive_time to inactive_since in pg_replication_slots.
Amit Kapila
2024-03-27
*
Track last_inactive_time in pg_replication_slots.
Amit Kapila
2024-03-25
*
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-22
*
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-18
[next]