Commits

DateSubjectAuthorReleases
2025-06-06 Use NULL instead of 0 for pointer arguments. Nathan Bossart 18.0
2025-03-21 Add GUC option to control maximum active replication origins. Masahiko Sawada 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-23 Remove unnecessary GetTransactionSnapshot() calls Heikki Linnakangas 18.0
2024-09-04 Apply more quoting to GUC names in messages Michael Paquier 18.0
2024-07-24 Allow altering of two_phase option of a SUBSCRIPTION. Amit Kapila 18.0
2024-05-17 Revise GUC names quoting in messages again Peter Eisentraut 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-02-26 Add helper functions for dshash tables with string keys. Nathan Bossart 17.0
2024-02-26 Use NULL instead of 0 for 'arg' argument in dshash_create() calls. Nathan Bossart 17.0
2024-01-11 Rework how logirep launchers are stopped during pg_upgrade Michael Paquier 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-09-25 Add worker type to pg_stat_subscription. Nathan Bossart 17.0
2023-08-25 Reset the logical worker type while cleaning up other worker info. Amit Kapila 17.0
2023-08-22 Simplify the logical worker type checks by using the switch on worker type. Amit Kapila 17.0
2023-08-14 Simplify determining logical replication worker types. Amit Kapila 17.0
2023-08-03 Refactor to split Apply and Tablesync Workers code. Amit Kapila 17.0
2023-07-03 Increase size of bgw_library_name. Nathan Bossart 17.0
2023-06-23 Error message refactoring Peter Eisentraut 16.0
2023-05-09 Fix invalid memory access during the shutdown of the parallel apply worker. Amit Kapila 16.0
2023-05-03 Fix assertion failure in apply worker. Amit Kapila 16.0
2023-01-25 Avoid type cheats for invalid dsa_handles and dshash_table_handles. Tom Lane 16.0
2023-01-22 Track logrep apply workers' last start times to avoid useless waits. Tom Lane 16.0
2023-01-18 Display the leader apply worker's PID for parallel apply workers. Amit Kapila 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0