summaryrefslogtreecommitdiff
path: root/src/include/utils/guc_tables.h
AgeCommit message (Expand)Author
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-10Add "source file" and "source line" information to each GUC variable.Alvaro Herrera
2008-03-17Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander
2008-03-16Some cleanups of enum-guc code, per comments from Tom.Magnus Hagander
2008-03-10Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-10Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane
2007-04-21Make configuration parameters fall back to their default values when theyPeter Eisentraut
2007-03-13Reverted waiting for further fixes:Peter Eisentraut
2007-03-12Make configuration parameters fall back to their default values when theyPeter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-03The attached patch changes units of the some default values inBruce Momjian
2006-08-14Revert (again) GUC patch to return commented fields to their defaultBruce Momjian
2006-08-13Recommit patch to allow commented GUC variables to return to theirBruce Momjian
2006-08-12Back out patch that allowed commented guc variables to return to theirBruce Momjian
2006-08-11Allow commenting of variables in postgresql.conf to restore them toBruce Momjian
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-22Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-21Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian
2004-07-21lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-05-26The patch adresses the TODO list item "Allow external interfaces toBruce Momjian
2004-04-05Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2003-12-03Added new group of read-only GUC variables to allow simple accessJoe Conway
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-28Code review for recent GUC changes --- try to make it less obvious thatTom Lane
2003-07-28There was enough code drift since this patch, that a couple of bugsBruce Momjian
2003-07-27> Joe Conway <mail@joeconway.com> writes:Bruce Momjian
2003-07-04Add --help-config facility to dump information about GUC parametersTom Lane