index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc-file.l
Commit message (
Expand
)
Author
Age
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
*
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-07
*
Remove outdated include
John Naylor
2022-11-04
*
Straighten include order in guc-file.l
John Naylor
2022-11-03
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Bump minimum version of Flex to 2.5.35
John Naylor
2022-09-09
*
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-04
*
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-09-02
*
Be more careful about GucSource for internally-driven GUC settings.
Tom Lane
2022-06-08
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-07-27
*
Fix incorrect format placeholder
Peter Eisentraut
2021-04-23
*
Tighten up allowed names for custom GUC parameters.
Tom Lane
2021-04-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-10-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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-06-28
*
Improve ParseConfigFp comment wrt head/tail
Stephen Frost
2015-05-09
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
*
Remove a couple other vestigial yylex() declarations.
Tom Lane
2015-03-29
*
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-24
*
Change first call of ProcessConfigFile so as to process only data_directory.
Fujii Masao
2014-08-12
*
Change ParseConfigFp() so that it doesn't process unused entry of each parame...
Fujii Masao
2014-08-06
*
Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.
Tom Lane
2014-05-11
*
Revert "Auto-tune effective_cache size to be 4x shared buffers"
Tom Lane
2014-05-08
*
Again fix initialization of auto-tuned effective_cache_size.
Tom Lane
2014-03-20
*
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-27
*
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-21
*
Code improvements for ALTER SYSTEM .. SET.
Robert Haas
2014-01-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
*
Plug memory leak when reloading config file.
Heikki Linnakangas
2013-10-24
*
Fix mis-indented lines
Alvaro Herrera
2013-07-31
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Add support for include_dir in config file.
Heikki Linnakangas
2012-09-24
[next]