]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/postgresql.conf.sample
Increase the default value of default_statistics_target from 10 to 100,
[postgresql] / src / backend / utils / misc / postgresql.conf.sample
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-15 Magnus HaganderMake the temporary directory for pgstat files configura...
2008-06-30 Heikki LinnakangasTurn PGBE_ACTIVITY_SIZE into a GUC variable, track_acti...
2008-06-11 Bruce MomjianFix spelling mistake in postgresql.conf.
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-02 Tom LaneAllow the planner's estimate of the fraction of a curso...
2008-04-18 Tom LaneCause EXPLAIN's VERBOSE option to print the target...
2008-03-10 Tom LaneIncrease the default value of log_min_messages to WARNI...
2008-03-09 Tom LaneRemove postmaster.c's check that NBuffers is at least...
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-27 Tom LaneMinor editorial improvements in documentation of sessio...
2008-01-10 Bruce Momjianvacuum_cost_limit has a minimum value of 1, not zero...
2007-12-07 Peter EisentrautRealign the running text in this file to 79 characters...
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-20 Andrew DunstanCleanup items from csvlog changes, per ITAGAKI Takahiro.
2007-09-17 Bruce MomjianRemove extra tab in postgresql.conf
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
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-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-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
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-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Bruce MomjianSSL improvements:
2007-01-25 Bruce MomjianCorrection: temp_tablespaces was implemented by Albert...
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-20 Bruce MomjianAdd documentation of memory and time units to postgresq...
2007-01-20 Bruce MomjianModify max_fsm_pages in postgresql.conf.sample to show...
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...
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-04 Tom LaneFix comment to agree with presentation.
2006-10-03 Bruce MomjianThe attached patch changes units of the some default...
2006-10-03 Bruce MomjianMention in postgresql.conf that autovacuum also needs
2006-09-25 Tom LaneIncrease default value of effective_cache_size to 128MB...
2006-09-22 Peter EisentrautAdd units to the default postgresql.conf. For the...
2006-09-14 Bruce MomjianMake postgresql.conf.sample match the initdb defaults...
2006-09-02 Bruce MomjianMake autovacuum behavior more agressive, per discussion...
2006-09-02 Bruce MomjianUpdate postgresql.conf line for default superuser_reser...
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-02 Bruce MomjianMove 'ddl' right after 'none' in postgresql.conf. ...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-24 Peter EisentrautMark postgresql.conf entries that require server restar...
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 LaneIncrease the default value of cpu_index_tuple_cost...
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-03-06 Bruce MomjianDefault to ON for 8.2, as announced in the release...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2005-12-23 Tom LaneWups, fat-fingered the calculation the first time....
2005-12-23 Bruce MomjianAdd quotes around search_path "$user" so that SHOW...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-10 Andrew Dunstanadd missing quote mark to ident_file sample line -...
2005-11-09 Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-09-20 Bruce Momjianautovacuum setting false -> off, for consistency
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-09-02 Tom LaneFix the spelling.
2005-09-02 Bruce MomjianUpdate listen_addresses description.
2005-08-30 Tom LaneUpdate documentation about shared memory sizing to...
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 MomjianConsistently align comments in postgresql.conf, move...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-09 Bruce MomjianUpdate postgresql.conf to show default ordering for...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
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-02 Bruce MomjianImprove wrapping of long lines in postgresql.conf.
2005-07-02 Bruce MomjianUse on/off consistently for GUC variables in postgresql...
2005-07-01 Bruce MomjianClarify documentation about log_min_duration_statement.
next