summaryrefslogtreecommitdiff
path: root/src/include/utils/guc.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-3/+3
* Revert (again) GUC patch to return commented fields to their defaultBruce Momjian2006-08-141-4/+1
* Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian2006-08-131-1/+4
* Back out patch to reorganize guc processing. Was causing regressionBruce Momjian2006-08-121-4/+1
* Refactor GUC set_config_option function:Bruce Momjian2006-08-111-1/+4
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-291-1/+3
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-5/+1
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-3/+1
* Back out comment update about sighup, original was accurate.Bruce Momjian2006-03-071-5/+5
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-1/+2
* Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian2006-03-061-5/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+5
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-301-1/+4
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-1/+2
* Add missing min/max parameters to DefineCustomIntVariable() andTom Lane2005-03-251-1/+5
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-191-1/+3
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* A client_encoding specification coming from the connection request hasTom Lane2004-11-241-4/+3
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-141-9/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-1/+5
* Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane2004-10-221-3/+1
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-091-5/+4
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-081-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-36/+39
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-111-1/+8
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-3/+3
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-3/+3
* The patch adresses the TODO list item "Allow external interfaces toBruce Momjian2004-05-261-1/+49
* > >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian2004-04-071-2/+1
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-1/+30
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-011-1/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Rename DoIt to changeVar, for clarity.Bruce Momjian2003-09-011-2/+2
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-4/+4
* Code review for recent GUC changes --- try to make it less obvious thatTom Lane2003-07-281-28/+22
* There was enough code drift since this patch, that a couple of bugsBruce Momjian2003-07-281-1/+3
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-271-10/+11
* Back out comment on GucContexts.Bruce Momjian2003-07-211-4/+1
* Add description for new GUC context.Bruce Momjian2003-07-091-1/+4
* Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian2003-07-091-6/+15
* Add log_min_duration_statement.Bruce Momjian2003-06-111-1/+3
* Restructure command destination handling so that we pass aroundTom Lane2003-05-061-4/+6
* SECOND ATTEMPTBruce Momjian2003-05-021-1/+6
* Back out second part of patch.Bruce Momjian2003-05-021-6/+1
* Back out last commit --- wrong patch.Bruce Momjian2003-05-021-1/+6
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-50/+47