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 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
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.
Tom Lane
2012-01-24
*
Catch fatal flex errors in the GUC file lexer.
Robert Haas
2012-01-17
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
include_if_exists facility for config file.
Andrew Dunstan
2011-12-15
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Improve define_custom_variable's handling of pre-existing settings.
Tom Lane
2011-10-04
*
Remember the source GucContext for each GUC parameter.
Tom Lane
2011-10-04
*
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-04
*
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-10-02
*
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
*
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
*
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
*
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-05-11
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Use GUC lexer for recovery.conf parsing.
Robert Haas
2010-12-03
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove GucContext parameter from ParseConfigFile
Alvaro Herrera
2010-11-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
[next]