aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Use standard die() signal handler in walreceiverHeikki Linnakangas2025-04-04
* Detect and Log multiple_unique_conflicts type conflict.Amit Kapila2025-03-24
* Add GUC option to control maximum active replication origins.Masahiko Sawada2025-03-21
* pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut2025-03-13
* Rename alloc/free functions in reorderbuffer.cHeikki Linnakangas2025-03-12
* pg_logicalinspect: Fix possible crash when passing a directory path.Masahiko Sawada2025-03-11
* Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas2025-03-05
* backend launchers void * arguments for binary dataPeter Eisentraut2025-02-21
* Invalidate inactive replication slots.Amit Kapila2025-02-19
* Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.Masahiko Sawada2025-02-12
* Skip logical decoding of already-aborted transactions.Masahiko Sawada2025-02-12
* Avoid updating inactive_since for invalid replication slots.Amit Kapila2025-02-05
* Raise an error while trying to acquire an invalid slot.Amit Kapila2025-01-31
* Return yyparse() result not via global variablePeter Eisentraut2025-01-24
* Change publication's publish_generated_columns option type to enum.Amit Kapila2025-01-23
* Update copyright for 2025Bruce Momjian2025-01-01
* syncrep parser: pure parser and reentrant scannerPeter Eisentraut2024-12-24
* replication parser: pure parser and reentrant scannerPeter Eisentraut2024-12-24
* Fix memory leak in pgoutput with publication list cacheMichael Paquier2024-12-09
* Simplify IsIndexUsableForReplicaIdentityFull()Peter Eisentraut2024-12-04
* Fix wording in commentDaniel Gustafsson2024-11-28
* Clean up newlines following left parenthesesÁlvaro Herrera2024-11-26
* Doc: Clarify the `inactive_since` field description.Amit Kapila2024-11-25
* Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila2024-11-07
* Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas2024-11-01
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Add contrib/pg_logicalinspect.Masahiko Sawada2024-10-14
* Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.Masahiko Sawada2024-10-14
* Remove obsolete comment in reorderbuffer.h.Masahiko Sawada2024-10-14
* Use aux process resource owner in walsenderAndres Freund2024-10-08
* Remove unused latchHeikki Linnakangas2024-10-05
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Rename the conflict types for the origin differ cases.Amit Kapila2024-08-29
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Post-commit review fixes for slot synchronization.Amit Kapila2024-04-25
* Remove unused function prototypeDaniel Gustafsson2024-04-19
* Replace binaryheap + index with pairingheap in reorderbuffer.cMasahiko Sawada2024-04-11
* Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila2024-04-03
* Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa...Masahiko Sawada2024-04-03
* Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila2024-03-27
* Track last_inactive_time in pg_replication_slots.Amit Kapila2024-03-25
* Track invalidation_reason in pg_replication_slots.Amit Kapila2024-03-22
* Refactor postmaster child process launchingHeikki Linnakangas2024-03-18
* Introduce a new GUC 'standby_slot_names'.Amit Kapila2024-03-08
* Use MyBackendType in more places to check what process this isHeikki Linnakangas2024-03-04