summaryrefslogtreecommitdiff
path: root/src/include/utils/guc.h
AgeCommit message (Expand)Author
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-14Swap order of extern/static and pg_nodiscardPeter Eisentraut
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-14Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-04-29Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut
2024-03-29Add allow_alter_system GUC.Robert Haas
2024-03-05Fix buildfarm failures from 2af07e2f74.Jeff Davis
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-30Add GUC backtrace_on_internal_errorPeter Eisentraut
2023-12-08Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-21Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane
2023-08-10Transform proconfig for faster execution.Jeff Davis
2023-07-13Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
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-09-27Renumber GUC flags for a bit more sanity.Tom Lane
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-07Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut
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-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-02Introduce pg_attribute_nonnull(...)Michael Paquier
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier