index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
applyparallelworker.c
Commit message (
Expand
)
Author
Age
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove redundant setting of hashkey after insertion
John Naylor
2023-11-30
*
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Simplify determining logical replication worker types.
Amit Kapila
2023-08-14
*
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-03
*
Reword error messages for consistency
Peter Eisentraut
2023-06-28
*
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
*
Add a new wait state and use it when sending data in the apply worker.
Amit Kapila
2023-02-16
*
Use appropriate wait event when sending data in the apply worker.
Amit Kapila
2023-02-07
*
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-02-02
*
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
2023-01-18
*
Avoid creating parallel apply state hash table unless required.
Amit Kapila
2023-01-13
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09