]> granicus.if.org Git - postgresql/history - src/include/utils/guc.h
Phase 2 of pgindent updates.
[postgresql] / src / include / utils / guc.h
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-04 Simon RiggsMake min_wal_size/max_wal_size use MB internally
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-23 Robert HaasRemove sql_inheritance GUC.
2016-10-03 Tom LaneShow a sensible value in pg_settings.unit for GUC_UNIT_...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-05-29 Tom LaneRevert exporting of internal GUC variable "data_directory".
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-02 Robert HaasUse abbreviated keys for faster sorting of numeric...
2015-02-23 Heikki LinnakangasReplace checkpoint_segments with min_wal_size and max_w...
2015-02-23 Heikki LinnakangasRenumber GUC_* constants.
2015-02-23 Heikki LinnakangasRefactor unit conversions code in guc.c.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-04 Peter EisentrautMove PG_AUTOCONF_FILENAME definition
2014-11-24 Robert HaasAdd infrastructure to save and restore GUC values.
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-09-14 Tom LaneInvent PGC_SU_BACKEND and mark log_connections/log_disc...
2014-06-29 Andres FreundAdd cluster_name GUC which is included in process title...
2014-06-19 Fujii MasaoDon't allow data_directory to be set in postgresql...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
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...
next