aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* 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
* Add a new slot sync worker to synchronize logical slots.Amit Kapila2024-02-22
* Add lookup table for replication slot conflict reasonsMichael Paquier2024-02-22
* Add a slot synchronization function.Amit Kapila2024-02-14
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Allow to enable failover property for replication slots via SQL API.Amit Kapila2024-01-25
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unnecessary include of <sys/socket.h>Peter Eisentraut2023-12-04
* Remove unnecessary includes of <signal.h>Peter Eisentraut2023-12-04
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26
* Add flush option to pg_logical_emit_message()Michael Paquier2023-10-18
* Move tracking of in_streaming to PGOutputDataMichael Paquier2023-09-28
* Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila2023-09-27
* Flush logical slots to disk during a shutdown checkpoint if required.Amit Kapila2023-09-14
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Reset the logical worker type while cleaning up other worker info.Amit Kapila2023-08-25
* Simplify determining logical replication worker types.Amit Kapila2023-08-14
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* Optimize walsender wake up logic using condition variablesAndres Freund2023-05-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19