Commits

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

DateSubjectAuthorReleases
2025-08-01 Allow resetting unknown custom GUCs with reserved prefixes. Nathan Bossart 17.6
2024-11-16 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 17.2
2024-11-11 Fix improper interactions between session_authorization and role. Tom Lane 17.1
2024-08-10 Allow adjusting session_authorization and role in parallel workers. Tom Lane 17.0
2024-07-15 Fix bad indentation introduced in 43cd30bcd1c Andres Freund 17.0
2024-07-15 Fix type confusion in guc_var_compare() Andres Freund 17.0
2024-05-17 Revise GUC names quoting in messages again Peter Eisentraut 17.0
2024-04-23 Improve "out of range" error messages for GUCs. Tom Lane 17.0
2024-03-29 Add allow_alter_system GUC. Robert Haas 17.0
2024-03-12 Use printf's %m format instead of strerror(errno) in more places Michael Paquier 17.0
2024-03-05 Fix buildfarm failures from 2af07e2f74. Jeff Davis 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-26 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. Tom Lane 17.0
2023-12-08 Cache opaque handle for GUC option to avoid repeasted lookups. Jeff Davis 17.0
2023-11-30 Apply quotes more consistently to GUC names in logs Michael Paquier 17.0
2023-11-02 Make GetConfigOption/GetConfigOptionResetString return "" for NULL. Tom Lane 17.0
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 17.0
2023-10-21 Allow ALTER SYSTEM to set unrecognized custom GUCs. Tom Lane 17.0
2023-09-26 Add some const qualifiers Peter Eisentraut 17.0
2023-08-23 Introduce macros for protocol characters. Nathan Bossart 17.0
2023-08-11 Fix code indentation violations introduced by recent commit Michael Paquier 17.0
2023-08-10 Transform proconfig for faster execution. Jeff Davis 17.0