summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov2023-04-271-1/+2
* Fix various typosDavid Rowley2023-04-181-4/+4
* Remove old GUC name mapping for "force_parallel_mode"David Rowley2023-04-141-1/+0
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-6/+9
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-0/+1
* Extend check_GUC_init() with checks on flag combinations when loading GUCsMichael Paquier2023-02-061-4/+22
* Minor GUC code refactoring.Tom Lane2023-01-271-9/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-091-19/+142
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-251-3/+5
* Add check on initial and boot values when loading GUCsMichael Paquier2022-10-311-0/+89
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-3/+3
* Add auxiliary lists to GUC data structures for better performance.Tom Lane2022-10-141-98/+157
* Replace the sorted array of GUC variables with a hash table.Tom Lane2022-10-141-138/+247
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-84/+141
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-1/+1
* Cleanup useless assignments and checksMichael Paquier2022-10-041-3/+1
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-271-0/+20
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-6998/+70
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-131-2/+20
* Improve wal_decode_buffer_size description some moreAlvaro Herrera2022-09-131-2/+2
* Message style fixesAlvaro Herrera2022-09-071-1/+1
* Build all Flex files standaloneJohn Naylor2022-09-041-2/+0
* Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor2022-09-041-0/+1
* Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor2022-09-041-6/+354
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-141-4/+0
* Fix some inconsistencies with GUC categoriesMichael Paquier2022-08-091-8/+10
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-201-1/+1
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-191-54/+149
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-16/+8
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-10/+4
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-081-14/+20
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-281-3/+13
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Add missing serial commasPeter Eisentraut2022-04-091-1/+1
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-1/+54
* Custom WAL Resource Managers.Jeff Davis2022-04-061-9/+68
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-061-9/+9
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-41/+0
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-0/+21
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-061-21/+125
* Optimize order of GROUP BY keysTomas Vondra2022-03-311-0/+10
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-281-10/+10
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-241-0/+12
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-231-1/+1
* Add String object access hooksAndrew Dunstan2022-03-221-0/+17
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-111-0/+3
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-071-29/+2
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-241-17/+3