aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/guc.h
Commit message (Expand)AuthorAge
* Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut2024-08-14
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Convert node test compile-time settings into run-time parametersPeter Eisentraut2024-08-01
* Move all extern declarations for GUC variables to header filesPeter Eisentraut2024-07-24
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut2024-04-29
* Add allow_alter_system GUC.Robert Haas2024-03-29
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Fix search_path to a safe value during maintenance operations.Jeff Davis2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Add GUC backtrace_on_internal_errorPeter Eisentraut2023-12-30
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane2023-10-21
* Transform proconfig for faster execution.Jeff Davis2023-08-10
* Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart2023-07-12
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Update copyright for 2023Bruce Momjian2023-01-02
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Replace the sorted array of GUC variables with a hash table.Tom Lane2022-10-14
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-14
* Renumber GUC flags for a bit more sanity.Tom Lane2022-09-27
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-27
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut2022-09-07
* Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor2022-09-04
* Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor2022-09-04
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Introduce pg_attribute_nonnull(...)Michael Paquier2022-07-02
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-18
* Update copyright for 2022Bruce Momjian2022-01-07
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Support "postgres -C" with runtime-computed GUCsMichael Paquier2021-09-16
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Move pg_stat_statements query jumbling to core.Bruce Momjian2021-04-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-25