aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/applyparallelworker.c
Commit message (Expand)AuthorAge
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove redundant setting of hashkey after insertionJohn Naylor2023-11-30
* Introduce the concept of read-only StringInfosDavid Rowley2023-10-26
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Simplify determining logical replication worker types.Amit Kapila2023-08-14
* Refactor to split Apply and Tablesync Workers code.Amit Kapila2023-08-03
* Reword error messages for consistencyPeter Eisentraut2023-06-28
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-09
* Fix assertion failure in apply worker.Amit Kapila2023-05-03
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-16
* Use appropriate wait event when sending data in the apply worker.Amit Kapila2023-02-07
* Allow the logical_replication_mode to be used on the subscriber.Amit Kapila2023-02-02
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-18
* Avoid creating parallel apply state hash table unless required.Amit Kapila2023-01-13
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09