summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/applyparallelworker.c
AgeCommit message (Expand)Author
43 hoursExpand usage of macros for protocol characters.Nathan Bossart
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-03-05Rename some signal and interrupt handling functions for consistencyHeikki Linnakangas
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-03Update copyright for 2024Bruce Momjian
2023-11-30Remove redundant setting of hashkey after insertionJohn Naylor
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-14Simplify determining logical replication worker types.Amit Kapila
2023-08-03Refactor to split Apply and Tablesync Workers code.Amit Kapila
2023-06-28Reword error messages for consistencyPeter Eisentraut
2023-05-09Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila
2023-05-03Fix assertion failure in apply worker.Amit Kapila
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-02-07Use appropriate wait event when sending data in the apply worker.Amit Kapila
2023-02-02Allow the logical_replication_mode to be used on the subscriber.Amit Kapila
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-13Avoid creating parallel apply state hash table unless required.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila