summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/launcher.c
AgeCommit message (Expand)Author
2025-06-28Message style improvementsPeter Eisentraut
2025-06-24Prevent excessive delays before launching new logrep workers.Tom Lane
2025-06-06Use NULL instead of 0 for pointer arguments.Nathan Bossart
2025-03-21Add GUC option to control maximum active replication origins.Masahiko Sawada
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23Remove unnecessary GetTransactionSnapshot() callsHeikki Linnakangas
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-26Add helper functions for dshash tables with string keys.Nathan Bossart
2024-02-26Use NULL instead of 0 for 'arg' argument in dshash_create() calls.Nathan Bossart
2024-01-11Rework how logirep launchers are stopped during pg_upgradeMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-08-25Reset the logical worker type while cleaning up other worker info.Amit Kapila
2023-08-22Simplify the logical worker type checks by using the switch on worker type.Amit Kapila
2023-08-14Simplify determining logical replication worker types.Amit Kapila
2023-08-03Refactor to split Apply and Tablesync Workers code.Amit Kapila
2023-07-03Increase size of bgw_library_name.Nathan Bossart
2023-06-23Error message refactoringPeter Eisentraut
2023-05-09Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila
2023-05-03Fix assertion failure in apply worker.Amit Kapila
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-25Clean up some GUC declarations and commentsMichael Paquier
2022-10-19Fix typos in logical/launcher.cMichael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-06-07Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane
2022-05-12Remove function declaration for function in pg_proc.Andres Freund
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-19Fix the check to limit sync workers.Amit Kapila
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-02Optimize fileset usage in apply worker.Amit Kapila
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-07-17Fix signal handler setup for SIGHUP in the apply launcher process.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian