| Commit message (Expand) | Author | Age |
* | 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 |
* | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 |
* | Since we're depending on %option noyywrap in the main scanner now, | Tom Lane | 2002-07-30 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut | 2002-02-23 |
* | Check that the data directory does not have group or world access; remove | Peter Eisentraut | 2001-08-06 |
* | reset all: command line and .conf options change defaults | Bruce Momjian | 2001-06-07 |
* | Check for malloc failure. | Tom Lane | 2001-06-01 |
* | Fix bogus pattern for STRING. | Peter Eisentraut | 2001-01-24 |
* | Syslog Facility Patch | Bruce Momjian | 2000-11-16 |
* | Some pedantic compile syntax errors to fix with the following patch | Bruce Momjian | 2000-07-27 |
* | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 |
* | The definition for "ProcessConfigFile()" in guc-file.l does not match | Bruce Momjian | 2000-06-01 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |