summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-16Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-10-24Support configuring multiple ECDH curvesDaniel Gustafsson
2024-10-09Apply GUC name from central table in more places of guc.cMichael Paquier
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-15Fix bad indentation introduced in 43cd30bcd1cAndres Freund
2024-07-15Fix type confusion in guc_var_compare()Andres Freund
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-23Improve "out of range" error messages for GUCs.Tom Lane
2024-03-29Add allow_alter_system GUC.Robert Haas
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-05Fix buildfarm failures from 2af07e2f74.Jeff Davis
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-26Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane
2023-12-08Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-02Make GetConfigOption/GetConfigOptionResetString return "" for NULL.Tom Lane
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-10-21Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane
2023-09-26Add some const qualifiersPeter Eisentraut
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-11Fix code indentation violations introduced by recent commitMichael Paquier
2023-08-10Transform proconfig for faster execution.Jeff Davis
2023-06-15Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.Masahiko Sawada
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-04-27Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov
2023-04-18Fix various typosDavid Rowley
2023-04-13Remove old GUC name mapping for "force_parallel_mode"David Rowley
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-06Extend check_GUC_init() with checks on flag combinations when loading GUCsMichael Paquier
2023-01-27Minor GUC code refactoring.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-10-31Add check on initial and boot values when loading GUCsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-14Add auxiliary lists to GUC data structures for better performance.Tom Lane
2022-10-14Replace the sorted array of GUC variables with a hash table.Tom Lane
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-04Cleanup useless assignments and checksMichael Paquier
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut