index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
worker_internal.h
Age
Commit message (
Expand
)
Author
3 days
Add sequence synchronization for logical replication.
Amit Kapila
11 days
Add worker type argument to logical replication worker functions.
Amit Kapila
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-02
Add max_retention_duration option to subscriptions.
Amit Kapila
2025-08-04
Detect and report update_deleted conflicts.
Amit Kapila
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-04
Remove unnecessary includes of <signal.h>
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-25
Reset the logical worker type while cleaning up other worker info.
Amit Kapila
2023-08-14
Simplify determining logical replication worker types.
Amit Kapila
2023-08-03
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-05-09
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-03
Fix assertion failure in apply worker.
Amit Kapila
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-11
Add a common function to generate the origin name.
Amit Kapila
2022-09-21
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-16
Fix headerscheck failure in replication/worker_internal.h
Alvaro Herrera
2021-09-02
Optimize fileset usage in apply worker.
Amit Kapila
2021-08-30
Refactor sharedfileset.c to separate out fileset implementation.
Amit Kapila
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-02-15
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-07-18
Fix replication/worker_internal.h to compile without other headers.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-02
Fix signal handling in logical replication workers
Peter Eisentraut
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-09
Improve memory use in logical replication apply
Peter Eisentraut
2017-04-26
Fix various concurrency issues in logical replication worker launching
Peter Eisentraut
2017-04-14
Make header self-contained
Peter Eisentraut
2017-04-10
Support configuration reload in logical replication workers
Peter Eisentraut
2017-03-23
Assorted compilation and test fixes
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
[next]