Commits

DateSubjectAuthorReleases
2011-10-02 Restructure error handling in reading of postgresql.conf. Tom Lane 9.2.0
2011-09-09 Simplify handling of the timezone GUC by making initdb choose the default. Tom Lane 9.2.0
2011-08-25 Add "%option warn" to all flex input files that lacked it. Tom Lane 9.2.0
2011-07-08 Fix another oversight in logging of changes in postgresql.conf settings. Tom Lane 9.0.5
2011-07-08 Fix another oversight in logging of changes in postgresql.conf settings. Tom Lane 9.1.0
2011-07-08 Fix another oversight in logging of changes in postgresql.conf settings. Tom Lane 9.2.0
2011-05-11 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. Tom Lane 9.1.0
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2009-11-12 The recent patch to log changes in postgresql.conf settings dumped core Tom Lane 9.0.0
2009-10-03 Fix a couple of issues in recent patch to print updates to postgresql.conf Tom Lane 9.0.0
2009-04-09 Treat EOF like \n for line-counting purposes in ParseConfigFile, Tom Lane 8.4.0
2008-05-04 Add pg_conf_load_time() function to report when the Postgres configuration Tom Lane 8.4.0
2007-09-11 Arrange for SET LOCAL's effects to persist until the end of the current top Tom Lane 8.3.0
2007-09-10 Code review for GUC revert-values-if-removed-from-postgresql.conf patch; Tom Lane 8.3.0
2006-03-07 Make all our flex and bison files use %option prefix or %name-prefix Tom Lane 8.2.0
2006-03-04 Support include directives in postgresql.conf. Tom Lane 8.2.0
2006-01-02 Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. Tom Lane 8.1.2
2006-01-02 Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. Tom Lane 8.2.0
2006-01-01 Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report Tom Lane 8.1.2
2006-01-01 Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report Tom Lane 8.2.0
2005-09-21 Fix postgresql.conf lexer to accept doubled single quotes in literal Tom Lane 8.1.0
2005-07-08 Fix config file lexer to not barf if postgresql.conf ends with a comment Tom Lane 8.0.4
2005-07-08 Fix config file lexer to not barf if postgresql.conf ends with a comment Tom Lane 8.1.0
2004-11-12 Remember to close the file on failure (pretty much redundant, really, Tom Lane 8.0.0
2004-11-11 Un-break custom_variable_classes kluge ... mea culpa. Tom Lane 8.0.0