summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
AgeCommit message (Expand)Author
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
2022-09-13Improve wal_decode_buffer_size description some moreAlvaro Herrera
2022-09-07Message style fixesAlvaro Herrera
2022-09-04Build all Flex files standaloneJohn Naylor
2022-09-04Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor
2022-09-04Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-09Fix some inconsistencies with GUC categoriesMichael Paquier
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-28Handle NULL for short descriptions of custom GUC variablesMichael Paquier
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-09Add missing serial commasPeter Eisentraut
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-24Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane
2022-03-23Don't try to translate NULL in GetConfigOptionByNum().Andres Freund
2022-03-22Add String object access hooksAndrew Dunstan
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-24Clean up and simplify code in a couple of set-returning functionsMichael Paquier
2022-02-23Re-allow underscore as first character of custom GUC names.Tom Lane