OSDN Git Service

Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer
[pg-rex/syncrep.git] / src / include / utils / guc.h
2009-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-06-30 Bruce MomjianFix recovery.conf boolean variables to take the same...
2008-05-28 Magnus HaganderAdd a field to guc enums to allow hiding of values...
2008-05-12 Magnus HaganderConvert wal_sync_method to guc enum.
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-04-02 Magnus HaganderConvert three more guc settings to enum type:
2008-03-16 Magnus HaganderSome cleanups of enum-guc code, per comments from Tom.
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-28 Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-09 Bruce MomjianAdd GUC log_temp_files to log the use of temporary...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-08-14 Bruce MomjianRevert (again) GUC patch to return commented fields...
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-11 Bruce MomjianRefactor GUC set_config_option function:
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-03-07 Bruce MomjianBack out comment update about sighup, original was...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-06 Bruce MomjianUpdate comment on how sighup signal affects postgresql...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-03-25 Tom LaneAdd missing min/max parameters to DefineCustomIntVariab...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-24 Tom LaneA client_encoding specification coming from the connect...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-22 Tom LaneAdd a GUC_SUPERUSER_ONLY flag to mark GUC variables...
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-26 Bruce MomjianThe patch adresses the TODO list item "Allow external...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-09-01 Bruce MomjianRename DoIt to changeVar, for clarity.
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneCode review for recent GUC changes --- try to make...
2003-07-28 Bruce MomjianThere was enough code drift since this patch, that...
2003-07-27 Bruce Momjian> Joe Conway <mail@joeconway.com> writes:
2003-07-21 Bruce MomjianBack out comment on GucContexts.
2003-07-09 Bruce MomjianAdd description for new GUC context.
2003-07-09 Bruce MomjianAdd new USERLIMIT GUC source level so certain options...
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-02 Bruce MomjianSECOND ATTEMPT
2003-05-02 Bruce MomjianBack out second part of patch.
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2002-11-15 Bruce MomjianRename:
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-01 Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-07-30 Bruce MomjianHere are two patches. The guc_and_tablefunc patch addre...
2002-07-20 Tom LaneCode review for SHOW output changes; fix horology expec...
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-23 Peter EisentrautSave source of GUC settings, allowing different sources...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Tom LaneAllow the postmaster to accept changes in PGC_BACKEND...
2001-06-18 Bruce MomjianAdd GUC setting for Australian timezones. Uses new...
2001-06-12 Tom LaneExtend GUC concepts of parse_hook and assign_hook to...
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
next