aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc-file.l
Commit message (Expand)AuthorAge
* 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
* 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
* The recent patch to log changes in postgresql.conf settings dumped coreTom Lane2009-11-12
* Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane2009-10-03
* Improve wording of error message when a postgresql.conf setting isPeter Eisentraut2009-09-17
* When reloading postgresql.conf, log what parameters actually changedPeter Eisentraut2009-09-17
* Treat EOF like \n for line-counting purposes in ParseConfigFile,Tom Lane2009-04-09
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add "source file" and "source line" information to each GUC variable.Alvaro Herrera2008-09-10
* Improve wording of error message when a postgresql.conf setting isBruce Momjian2008-08-22
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-04
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-10
* Make configuration parameters fall back to their default values when theyPeter Eisentraut2007-04-21
* Reverted waiting for further fixes:Peter Eisentraut2007-03-13
* Make configuration parameters fall back to their default values when theyPeter Eisentraut2007-03-12
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Revert (again) GUC patch to return commented fields to their defaultBruce Momjian2006-08-14
* Recommit patch to allow commented GUC variables to return to theirBruce Momjian2006-08-13
* Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian2006-08-13
* Back out patch to reorganize guc processing. Was causing regressionBruce Momjian2006-08-12
* Back out patch that allowed commented guc variables to return to theirBruce Momjian2006-08-12