index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
worker_internal.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove unnecessary includes of <signal.h>
Peter Eisentraut
2023-12-04
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Reset the logical worker type while cleaning up other worker info.
Amit Kapila
2023-08-25
*
Simplify determining logical replication worker types.
Amit Kapila
2023-08-14
*
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-03
*
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-09
*
Fix assertion failure in apply worker.
Amit Kapila
2023-05-03
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-18
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
*
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-21
*
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix headerscheck failure in replication/worker_internal.h
Alvaro Herrera
2021-11-16
*
Optimize fileset usage in apply worker.
Amit Kapila
2021-09-02
*
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-08-30
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
*
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix replication/worker_internal.h to compile without other headers.
Tom Lane
2020-07-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix signal handling in logical replication workers
Peter Eisentraut
2017-06-02
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve memory use in logical replication apply
Peter Eisentraut
2017-05-09
*
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-26
*
Make header self-contained
Peter Eisentraut
2017-04-13
*
Support configuration reload in logical replication workers
Peter Eisentraut
2017-04-10
*
Assorted compilation and test fixes
Peter Eisentraut
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
*
Add more includes so header files are self-contained
Peter Eisentraut
2017-01-21
*
Logical replication
Peter Eisentraut
2017-01-20