Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2025-08-01 Allow resetting unknown custom GUCs with reserved prefixes. Nathan Bossart 16.10
2024-11-16 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 16.6
2024-11-11 Fix improper interactions between session_authorization and role. Tom Lane 16.5
2024-08-10 Allow adjusting session_authorization and role in parallel workers. Tom Lane 16.5
2024-07-15 Fix bad indentation introduced in 43cd30bcd1c Andres Freund 16.4
2024-07-15 Fix type confusion in guc_var_compare() Andres Freund 16.4
2023-12-26 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. Tom Lane 16.2
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 16.1
2023-06-15 Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT. Masahiko Sawada 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-05-17 Revert "Add USER SET parameter values for pg_db_role_setting" Alexander Korotkov 16.0
2023-04-27 Fix wrong construct_array_builtin() call in GUCArrayDelete() Alexander Korotkov 16.0
2023-04-18 Fix various typos David Rowley 16.0
2023-04-13 Remove old GUC name mapping for "force_parallel_mode" David Rowley 16.0
2023-03-17 Improve several permission-related error messages. Peter Eisentraut 16.0
2023-02-15 Rename force_parallel_mode to debug_parallel_query David Rowley 16.0
2023-02-06 Extend check_GUC_init() with checks on flag combinations when loading GUCs Michael Paquier 16.0
2023-01-27 Minor GUC code refactoring. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-09 Add USER SET parameter values for pg_db_role_setting Alexander Korotkov 16.0
2022-11-24 Introduce variables for initial and max nesting depth on configuration files Michael Paquier 16.0
2022-10-31 Add check on initial and boot values when loading GUCs Michael Paquier 16.0
2022-10-28 Remove AssertArg and AssertState Peter Eisentraut 16.0
2022-10-14 Add auxiliary lists to GUC data structures for better performance. Tom Lane 16.0
2022-10-14 Replace the sorted array of GUC variables with a hash table. Tom Lane 16.0