aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/worker_internal.h
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unnecessary includes of <signal.h>Peter Eisentraut2023-12-04
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* 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
* 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
* Harmonize some more function parameter names.Peter Geoghegan2023-04-13
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-18
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-21
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera2021-11-16
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-15
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix replication/worker_internal.h to compile without other headers.Tom Lane2020-07-18
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-02
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve memory use in logical replication applyPeter Eisentraut2017-05-09
* Fix various concurrency issues in logical replication worker launchingPeter Eisentraut2017-04-26
* Make header self-containedPeter Eisentraut2017-04-13
* Support configuration reload in logical replication workersPeter Eisentraut2017-04-10
* Assorted compilation and test fixesPeter Eisentraut2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Add more includes so header files are self-containedPeter Eisentraut2017-01-21
* Logical replicationPeter Eisentraut2017-01-20