index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
applyparallelworker.c
Age
Commit message (
Expand
)
Author
43 hours
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-03
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