summaryrefslogtreecommitdiff
path: root/src/include/replication/worker_internal.h
AgeCommit message (Expand)Author
3 daysAdd sequence synchronization for logical replication.Amit Kapila
11 daysAdd worker type argument to logical replication worker functions.Amit Kapila
2025-10-16Refactor logical worker synchronization code into a separate file.Amit Kapila
2025-09-08Post-commit review fixes for 228c370868.Amit Kapila
2025-09-02Add max_retention_duration option to subscriptions.Amit Kapila
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-04Remove unnecessary includes of <signal.h>Peter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-08-25Reset the logical worker type while cleaning up other worker info.Amit Kapila
2023-08-14Simplify determining logical replication worker types.Amit Kapila
2023-08-03Refactor to split Apply and Tablesync Workers code.Amit Kapila
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-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-16Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera
2021-09-02Optimize fileset usage in apply worker.Amit Kapila
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-18Fix replication/worker_internal.h to compile without other headers.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-02Fix signal handling in logical replication workersPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-09Improve memory use in logical replication applyPeter Eisentraut
2017-04-26Fix various concurrency issues in logical replication worker launchingPeter Eisentraut
2017-04-14Make header self-containedPeter Eisentraut
2017-04-10Support configuration reload in logical replication workersPeter Eisentraut
2017-03-23Assorted compilation and test fixesPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut