]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/guc-file.l
Improve the plan cache invalidation mechanism to make it invalidate plans
[postgresql] / src / backend / utils / misc / guc-file.l
2008-08-22 Bruce MomjianImprove wording of error message when a postgresql...
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-10 Tom LaneCode review for GUC revert-values-if-removed-from-postg...
2007-04-21 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-03-13 Peter EisentrautReverted waiting for further fixes:
2007-03-12 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-14 Bruce MomjianRevert (again) GUC patch to return commented fields...
2006-08-13 Bruce MomjianRecommit patch to allow commented GUC variables to...
2006-08-13 Bruce MomjianRe-apply guc cleanup patch, with memory allocation...
2006-08-12 Bruce MomjianBack out patch to reorganize guc processing. Was causi...
2006-08-12 Bruce MomjianBack out patch that allowed commented guc variables...
2006-08-11 Bruce MomjianAllow commenting of variables in postgresql.conf to...
2006-08-11 Bruce MomjianRefactor GUC set_config_option function:
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Tom LaneSupport include directives in postgresql.conf.
2006-01-02 Tom LaneReset flex state in a way that works for both flex...
2006-01-01 Tom LaneRewrite ProcessConfigFile() to avoid misbehavior at...
2005-09-21 Tom LaneFix postgresql.conf lexer to accept doubled single...
2005-07-08 Tom LaneFix config file lexer to not barf if postgresql.conf...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-12 Tom LaneRemember to close the file on failure (pretty much...
2004-11-11 Tom LaneUn-break custom_variable_classes kluge ... mea culpa.
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-08-31 Tom LaneCode review for recent changes in guc-file.l. Avoid...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-05-26 Bruce MomjianThe patch adresses the TODO list item "Allow external...
2004-02-24 Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-05-29 Tom LaneEnsure that in all flex lexers that are part of the...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-07-30 Tom LaneSince we're depending on %option noyywrap in the main...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-23 Peter EisentrautSave source of GUC settings, allowing different sources...
2001-08-06 Peter EisentrautCheck that the data directory does not have group or...
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-06-01 Tom LaneCheck for malloc failure.
2001-01-24 Peter EisentrautFix bogus pattern for STRING.
2000-11-16 Bruce MomjianSyslog Facility Patch
2000-07-27 Bruce MomjianSome pedantic compile syntax errors to fix with the...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-06-01 Bruce MomjianThe definition for "ProcessConfigFile()" in guc-file...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...