]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/guc.c
Make autovacuum behavior more agressive, per discussion on hackers list
[postgresql] / src / backend / utils / misc / guc.c
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.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-06-27 Tom LaneRemove embedded newline in string literal --- seems...
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Bruce MomjianDefault stats_command_string to 'on', now that its...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-05-21 Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-10 Tom LaneSuppress unused-variable warning on platforms without...
2006-03-07 Bruce MomjianProperly set "escape_string_warning" to default to...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-04 Peter EisentrautIssue a warning if a change-on-restart-only postgresql...
2006-01-09 Peter EisentrautChange allow_system_table_mods to PGC_POSTMASTER, resto...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-08 Tom LaneRecent patch broke guc.c for non-USE_ASSERT_CHECKING...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-12-30 Peter EisentrautDisallow setting ssl = on if SSL is not compiled in.
2005-12-28 Tom LaneRemove silly use of DLLIMPORT.
2005-12-23 Bruce MomjianAdd quotes around search_path "$user" so that SHOW...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-04 Tom LaneImprove description of constraint_exclusion variable.
2005-11-04 Peter EisentrautFix logical error in option description.
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-29 Peter EisentrautMessage corrections
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-16 Bruce MomjianAdd space after description.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-08 Tom LaneFix up grammar in variable description string.
2005-10-03 Tom LaneAdd a trace_sort option to help with measuring resource...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-08-29 Tom LaneReduce default value of max_prepared_transactions from...
2005-08-22 Bruce Momjianenable_constraint_exclusion => constraint_exclusion
2005-08-21 Tom LaneMinor GUC cleanups: document krb_server_hostname and...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-19 Bruce MomjianFix LRU/ALL description mismatch for GUC parameter.
2005-08-14 Peter EisentrautChange standard_compliant_strings to standard_conformin...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-05 Bruce MomjianAdd GUC full_page_writes to control writing full pages...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-16 Bruce MomjianUpdate GUC description for kerberos usernames.
2005-06-14 Bruce MomjianHave SHOW ALL include variable descriptions.
2005-06-14 Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-27 Bruce MomjianRe-order 'else' clause for clarity.
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-08 Neil ConwayChange the default setting of "add_missing_from" to...
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-03-13 Neil ConwayMake default_with_oids default to false -- user-created...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-03-01 Tom LaneAllow Trace_lock_oidmin to be set to zero; this is...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-20 Tom LaneMark the TimeZone parameter as GUC_REPORT, so that...
next