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
/
launcher.c
Age
Commit message (
Expand
)
Author
2025-06-28
Message style improvements
Peter Eisentraut
2025-06-24
Prevent excessive delays before launching new logrep workers.
Tom Lane
2025-06-06
Use NULL instead of 0 for pointer arguments.
Nathan Bossart
2025-03-21
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-23
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
Nathan Bossart
2024-01-11
Rework how logirep launchers are stopped during pg_upgrade
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-09-25
Add worker type to pg_stat_subscription.
Nathan Bossart
2023-08-25
Reset the logical worker type while cleaning up other worker info.
Amit Kapila
2023-08-22
Simplify the logical worker type checks by using the switch on worker type.
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-07-03
Increase size of bgw_library_name.
Nathan Bossart
2023-06-23
Error message refactoring
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-01-25
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-22
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
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-25
Clean up some GUC declarations and comments
Michael Paquier
2022-10-19
Fix typos in logical/launcher.c
Michael Paquier
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-06-07
Fix off-by-one loop termination condition in pg_stat_get_subscription().
Tom Lane
2022-05-12
Remove function declaration for function in pg_proc.
Andres Freund
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-19
Fix the check to limit sync workers.
Amit Kapila
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
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-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-17
Fix signal handler setup for SIGHUP in the apply launcher process.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
[next]