summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc-file.l
Commit message (Expand)AuthorAgeFilesLines
* Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera2021-07-271-0/+2
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-271-0/+58
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-161-1/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Run the C portions of guc-file.l through pgindent.Tom Lane2015-06-281-52/+54
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-281-127/+242
* Improve ParseConfigFp comment wrt head/tailStephen Frost2015-05-091-4/+4
* Add pg_file_settings view and functionStephen Frost2015-05-081-0/+50
* Remove a couple other vestigial yylex() declarations.Tom Lane2015-03-291-3/+0
* Clean up assorted issues in ALTER SYSTEM coding.Tom Lane2015-01-251-87/+51
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Add infrastructure to save and restore GUC values.Robert Haas2014-11-241-2/+2
* Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao2014-08-121-12/+78
* Change ParseConfigFp() so that it doesn't process unused entry of each parame...Fujii Masao2014-08-061-2/+32
* Find postgresql.auto.conf in PGDATA even when postgresql.conf is elsewhere.Tom Lane2014-05-111-20/+12
* Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane2014-05-081-1/+0
* Again fix initialization of auto-tuned effective_cache_size.Tom Lane2014-03-201-0/+1
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-271-1/+1
* Fix inadvertent semantics change in last patch to plug memory leaks.Robert Haas2014-01-211-1/+0
* Plug more memory leaks when reloading config file.Robert Haas2014-01-211-6/+14
* Code improvements for ALTER SYSTEM .. SET.Robert Haas2014-01-131-6/+9
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-181-3/+32
* Plug memory leak when reloading config file.Heikki Linnakangas2013-10-241-5/+7
* Fix mis-indented linesAlvaro Herrera2013-07-311-3/+3
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Add support for include_dir in config file.Heikki Linnakangas2012-09-241-29/+157
* Remove whitespace from end of linesPeter Eisentraut2012-05-151-2/+2
* Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.Tom Lane2012-01-241-1/+1
* Catch fatal flex errors in the GUC file lexer.Robert Haas2012-01-171-12/+53
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* include_if_exists facility for config file.Andrew Dunstan2011-12-151-8/+33
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-011-21/+21
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-041-2/+2
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-041-6/+12
* Remove the custom_variable_classes parameter.Tom Lane2011-10-041-103/+11
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-021-88/+174
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-091-1/+0
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-251-0/+1
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-081-3/+3
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-111-19/+22
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-11/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-031-61/+74
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-4/+4
* Remove GucContext parameter from ParseConfigFileAlvaro Herrera2010-11-221-7/+4