summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc-file.l
AgeCommit message (Expand)Author
2025-01-17Remove flex version checksPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-12-25guc: reentrant scannerPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-07Move code related to configuration files in directories to new fileMichael Paquier
2022-11-04Remove outdated includeJohn Naylor
2022-11-03Straighten include order in guc-file.lJohn Naylor
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-09Bump minimum version of Flex to 2.5.35John Naylor
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-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-27Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera
2021-04-23Fix incorrect format placeholderPeter Eisentraut
2021-04-07Tighten up allowed names for custom GUC parameters.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-27Reject empty names and recursion in config-file include directives.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-29Run the C portions of guc-file.l through pgindent.Tom Lane
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-05-09Improve ParseConfigFp comment wrt head/tailStephen Frost
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-03-29Remove a couple other vestigial yylex() declarations.Tom Lane
2015-01-26Clean up assorted issues in ALTER SYSTEM coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-08-12Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao
2014-08-06Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao
2014-05-11Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane
2014-05-09Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-03-20Again fix initialization of auto-tuned effective_cache_size.Tom Lane
2014-01-27Fix typos in comments for ALTER SYSTEM.Fujii Masao
2014-01-21Fix inadvertent semantics change in last patch to plug memory leaks.Robert Haas
2014-01-21Plug more memory leaks when reloading config file.Robert Haas
2014-01-13Code improvements for ALTER SYSTEM .. SET.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian