]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/guc.c
pgindent run for 8.3.
[postgresql] / src / backend / utils / misc / guc.c
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-11-09 Magnus HaganderAdd parameter krb_realm used by GSSAPI, SSPI and Kerberos
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-10 Tom LaneRevert temporary patch that made synchronous_commit...
2007-09-10 Tom LaneSet the correct context (PGC_SIGHUP) for log_autovacuum...
2007-09-10 Tom LaneCode review for GUC revert-values-if-removed-from-postg...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-13 Tom LaneTEMPORARILY make synchronous_commit default to OFF...
2007-08-08 Tom LaneFix thinko in multi-autovac-workers code: validity...
2007-08-04 Tom LaneFix crash caused by log_timezone patch if we attempt...
2007-08-04 Tom LaneSwitch over to using the src/timezone functions for...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-24 Alvaro HerreraSet a default autovacuum vacuum_cost_delay value of...
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-21 Tom LaneAllow trailing whitespace in parse_real(), for consiste...
2007-06-21 Tom LaneProvide a HINT listing the allowed unit names when...
2007-06-20 Tom LaneRestrict deadlock_timeout to the range for which the...
2007-06-19 Tom LaneCode review for log_lock_waits patch. Don't try to...
2007-06-18 Magnus HaganderRemove comment about modifying tab-complete.c for users...
2007-06-13 Alvaro HerreraAvoid integer overflow issues in autovacuum.
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-06-05 Tom LaneMinor editorialization: don't flush plan cache without...
2007-06-05 Jan WieckThe session_replication_role actually can be changed...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-06-02 Peter EisentrautMinimal message corrections found by spell checker.
2007-05-08 Peter EisentrautThe appended patch addresses the outstanding issues...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-22 Tom LaneRemove some of the most blatant brain-fade in the recen...
2007-04-21 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-13 Peter EisentrautReverted waiting for further fixes:
2007-03-13 Magnus HaganderProperly use pg_strcasecmp() instead of strcasecmp().
2007-03-12 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-03-06 Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-02-23 Bruce MomjianMove BLCKSZ < 1024 check to guc.c.
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-02-14 Neil ConwayFix capitalization and punctuation of two more GUC...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-19 Peter EisentrautAdd support for converting binary values (i.e. bytea...
2007-01-16 Alvaro HerreraEnable autovacuum in the default configuration, per...
2007-01-09 Bruce MomjianHave log_temp_files be in kilobytes, remove trace call.
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-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-23 Bruce MomjianFor GUC values, check for partial string matches on...
2006-12-13 Tom LanePut back yet another improperly-removed #include, per...
2006-12-06 Neil ConwayVarious improvements to the GUC description strings...
2006-11-29 Peter EisentrautSpelling fix
2006-11-21 Tom LaneChange the default setting for log_min_error_statement...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianThe attached patch changes units of the some default...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-09-22 Peter EisentrautAdd units to the default postgresql.conf. For the...
2006-09-02 Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02 Bruce MomjianChange "superuser_reserved_connections" default to...
2006-09-02 Bruce MomjianRemove GUC_REPORT for new "server_version_num" GUC...
2006-09-02 Bruce MomjianAdd new variable "server_version_num", which is almost...
2006-08-31 Peter EisentrautRepair interpretation of GB as MB.
2006-08-29 Peter EisentrautRevert change to turn autovacuum on by default.
2006-08-28 Peter EisentrautTurn autovacuum on by default. (stats_row_level is...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-14 Bruce MomjianRevert (again) GUC patch to return commented fields...
2006-08-13 Bruce MomjianFix recent guc comment-to-default patch for custom...
2006-08-13 Bruce MomjianRecommit patch to allow commented GUC variables to...
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-12 Bruce MomjianBack out patch that allowed commented guc variables...
2006-08-11 Bruce MomjianAllow commenting of variables in postgresql.conf to...
2006-08-11 Bruce MomjianRefactor GUC set_config_option function:
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-26 Peter EisentrautWhen a GUC string variable is not set, print the empty...
2006-07-26 Peter EisentrautConvert effective_cache_size to an integer, for better...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
next