aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Improve "out of range" error messages for GUCs.Tom Lane2024-04-23
* Add allow_alter_system GUC.Robert Haas2024-03-29
* Use printf's %m format instead of strerror(errno) in more placesMichael Paquier2024-03-12
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view.Tom Lane2023-12-26
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Make GetConfigOption/GetConfigOptionResetString return "" for NULL.Tom Lane2023-11-02
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane2023-10-21
* Add some const qualifiersPeter Eisentraut2023-09-26
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Fix code indentation violations introduced by recent commitMichael Paquier2023-08-11
* Transform proconfig for faster execution.Jeff Davis2023-08-10
* Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.Masahiko Sawada2023-06-15
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov2023-04-27
* Fix various typosDavid Rowley2023-04-18
* Remove old GUC name mapping for "force_parallel_mode"David Rowley2023-04-14
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* Extend check_GUC_init() with checks on flag combinations when loading GUCsMichael Paquier2023-02-06
* Minor GUC code refactoring.Tom Lane2023-01-27
* Update copyright for 2023Bruce Momjian2023-01-02
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-25
* Add check on initial and boot values when loading GUCsMichael Paquier2022-10-31
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Add auxiliary lists to GUC data structures for better performance.Tom Lane2022-10-14
* 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
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Cleanup useless assignments and checksMichael Paquier2022-10-04
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-27
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-13
* Improve wal_decode_buffer_size description some moreAlvaro Herrera2022-09-13
* Message style fixesAlvaro Herrera2022-09-07
* Build all Flex files standaloneJohn Naylor2022-09-04
* 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
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* Fix some inconsistencies with GUC categoriesMichael Paquier2022-08-09
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19