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
/
backend
/
replication
/
logical
/
applyparallelworker.c
Age
Commit message (
Expand
)
Author
10 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-10-16
Refactor logical worker synchronization code into a separate file.
Amit Kapila
2025-09-24
Fix LOCK_TIMEOUT handling during parallel apply.
Amit Kapila
2025-08-25
Use PqMsg_* macros in applyparallelworker.c.
Nathan Bossart
2025-08-06
Expand usage of macros for protocol characters.
Nathan Bossart
2025-07-23
Preserve conflict-relevant data during logical replication.
Amit Kapila
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-30
Remove redundant setting of hashkey after insertion
John Naylor
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
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-06-28
Reword error messages for consistency
Peter Eisentraut
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-02-16
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-07
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-02
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-13
Avoid creating parallel apply state hash table unless required.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila