summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
AgeCommit message (Expand)Author
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
2022-02-22Add compute_query_id = regressMichael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-17Increase hash_mem_multiplier default to 2.0.Peter Geoghegan
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-30Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-14Allow "in place" tablespaces.Thomas Munro
2022-01-14Rename value node fieldsPeter Eisentraut