| Commit message (Expand) | Author | Age |
* | 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 |
* | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 |
* | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 |
* | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Support include directives in postgresql.conf. | Tom Lane | 2006-03-04 |
* | Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. | Tom Lane | 2006-01-02 |
* | Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report | Tom Lane | 2006-01-01 |
* | Fix postgresql.conf lexer to accept doubled single quotes in literal | Tom Lane | 2005-09-21 |
* | Fix config file lexer to not barf if postgresql.conf ends with a comment | Tom Lane | 2005-07-08 |
* | Add fprintf() custom version to libpgport. | Bruce Momjian | 2005-03-11 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Remember to close the file on failure (pretty much redundant, really, | Tom Lane | 2004-11-12 |
* | Un-break custom_variable_classes kluge ... mea culpa. | Tom Lane | 2004-11-11 |
* | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 |
* | Code review for recent changes in guc-file.l. Avoid multiple frees, | Tom Lane | 2004-08-31 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 |
* | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian | 2004-05-26 |
* | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane | 2004-02-24 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | Ensure that in all flex lexers that are part of the backend, a | Tom Lane | 2003-05-29 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |