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
*
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
*
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
*
The recent patch to log changes in postgresql.conf settings dumped core
Tom Lane
2009-11-12
*
Fix a couple of issues in recent patch to print updates to postgresql.conf
Tom Lane
2009-10-03
*
Improve wording of error message when a postgresql.conf setting is
Peter Eisentraut
2009-09-17
*
When reloading postgresql.conf, log what parameters actually changed
Peter Eisentraut
2009-09-17
*
Treat EOF like \n for line-counting purposes in ParseConfigFile,
Tom Lane
2009-04-09
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add "source file" and "source line" information to each GUC variable.
Alvaro Herrera
2008-09-10
*
Improve wording of error message when a postgresql.conf setting is
Bruce Momjian
2008-08-22
*
Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3
Peter Eisentraut
2008-05-09
*
Add pg_conf_load_time() function to report when the Postgres configuration
Tom Lane
2008-05-04
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Arrange for SET LOCAL's effects to persist until the end of the current top
Tom Lane
2007-09-11
*
Code review for GUC revert-values-if-removed-from-postgresql.conf patch;
Tom Lane
2007-09-10
*
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-04-21
*
Reverted waiting for further fixes:
Peter Eisentraut
2007-03-13
*
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-03-12
*
StrNCpy -> strlcpy (not complete)
Peter Eisentraut
2007-02-10
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Revert (again) GUC patch to return commented fields to their default
Bruce Momjian
2006-08-14
*
Recommit patch to allow commented GUC variables to return to their
Bruce Momjian
2006-08-13
*
Re-apply guc cleanup patch, with memory allocation bugs fixed.
Bruce Momjian
2006-08-13
*
Back out patch to reorganize guc processing. Was causing regression
Bruce Momjian
2006-08-12
*
Back out patch that allowed commented guc variables to return to their
Bruce Momjian
2006-08-12
[next]