]> granicus.if.org Git - postgresql/history - src/include/utils/guc.h
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
[postgresql] / src / include / utils / guc.h
2013-10-08 Bruce MomjianAuto-tune effective_cache size to be 4x shared buffers
2013-10-04 Bruce MomjianIssue error on SET outside transaction block in some...
2013-09-03 Tom LaneUpdate comments concerning PGC_S_TEST.
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-24 Heikki LinnakangasAdd support for include_dir in config file.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-16 Andrew Dunstaninclude_if_exists facility for config file.
2011-10-06 Tom LaneImprove and simplify CREATE EXTENSION's management...
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-07-17 Tom LaneAdd temp_file_limit GUC parameter to constrain temporar...
2011-07-08 Tom LaneFix another oversight in logging of changes in postgres...
2011-05-11 Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-01-22 Robert HaasCode cleanup for assign_XactIsoLevel.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Robert HaasUse GUC lexer for recovery.conf parsing.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-03-25 Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-01-26 Tom LaneRemove the default_do_language parameter, instead makin...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-10-13 Alvaro HerreraAdd new PGC_S_DATABASE_USER enum value to several place...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-03 Tom LaneFix a couple of issues in recent patch to print updates...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
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...
next