aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc-file.l
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-16
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Update copyright for 2016Bruce Momjian2016-01-02
* Run the C portions of guc-file.l through pgindent.Tom Lane2015-06-28
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-28
* Improve ParseConfigFp comment wrt head/tailStephen Frost2015-05-09
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Remove a couple other vestigial yylex() declarations.Tom Lane2015-03-29
* Clean up assorted issues in ALTER SYSTEM coding.Tom Lane2015-01-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Add infrastructure to save and restore GUC values.Robert Haas2014-11-24
* Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao2014-08-12
* Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao2014-08-06
* Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane2014-05-11
* Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane2014-05-08
* Again fix initialization of auto-tuned effective_cache_size.Tom Lane2014-03-20
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-27
* Fix inadvertent semantics change in last patch to plug memory leaks.Robert Haas2014-01-21
* Plug more memory leaks when reloading config file.Robert Haas2014-01-21
* Code improvements for ALTER SYSTEM .. SET.Robert Haas2014-01-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-18
* Plug memory leak when reloading config file.Heikki Linnakangas2013-10-24
* Fix mis-indented linesAlvaro Herrera2013-07-31
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add support for include_dir in config file.Heikki Linnakangas2012-09-24
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.Tom Lane2012-01-24
* Catch fatal flex errors in the GUC file lexer.Robert Haas2012-01-17
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* include_if_exists facility for config file.Andrew Dunstan2011-12-15
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-04
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-03
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove GucContext parameter from ParseConfigFileAlvaro Herrera2010-11-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02