index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc-file.l
Age
Commit message (
Expand
)
Author
2025-01-17
Remove flex version checks
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-25
guc: reentrant scanner
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-24
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-07
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-04
Remove outdated include
John Naylor
2022-11-03
Straighten include order in guc-file.l
John Naylor
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-09
Bump minimum version of Flex to 2.5.35
John Naylor
2022-09-04
Build all Flex files standalone
John Naylor
2022-09-04
Move private declarations shared between guc.c and guc-file.l to new header
John Naylor
2022-09-04
Preparatory refactoring for compiling guc-file.c standalone
John Naylor
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-06-08
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-27
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-04-23
Fix incorrect format placeholder
Peter Eisentraut
2021-04-07
Tighten up allowed names for custom GUC parameters.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-04
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-27
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-06-29
Run the C portions of guc-file.l through pgindent.
Tom Lane
2015-06-28
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-05-09
Improve ParseConfigFp comment wrt head/tail
Stephen Frost
2015-05-08
Add pg_file_settings view and function
Stephen Frost
2015-03-29
Remove a couple other vestigial yylex() declarations.
Tom Lane
2015-01-26
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-08-12
Change first call of ProcessConfigFile so as to process only data_directory.
Fujii Masao
2014-08-06
Change ParseConfigFp() so that it doesn't process unused entry of each parame...
Fujii Masao
2014-05-11
Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.
Tom Lane
2014-05-09
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-03-20
Again fix initialization of auto-tuned effective_cache_size.
Tom Lane
2014-01-27
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-21
Fix inadvertent semantics change in last patch to plug memory leaks.
Robert Haas
2014-01-21
Plug more memory leaks when reloading config file.
Robert Haas
2014-01-13
Code improvements for ALTER SYSTEM .. SET.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
[next]