]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/postgresql.conf.sample
Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.
[postgresql] / src / backend / utils / misc / postgresql.conf.sample
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.
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-09 Bruce MomjianMention prefix %t has no milliseconds.
2005-06-09 Bruce MomjianRestructure log_line_prefix options to be clearer:
2005-06-09 Bruce MomjianThis patch against 8.0.0beta1 source adds log_line_pref...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-06-04 Bruce MomjianImprove readability of config location params by adding...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-08 Neil ConwayChange the default setting of "add_missing_from" to...
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
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...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-17 Tom LaneAllow background writing to be shut down by setting...
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-09-28 Tom LaneAdjust obsolete comment about memory needs for lock...
2004-09-22 Neil ConwayThis patch from Alvaro Herrera adds transaction ID...
2004-09-20 Tom LaneDocumentation improvements, per Josh Berkus.
2004-08-31 Tom LaneReplace log_filename_prefix with more general log_filen...
2004-08-12 Bruce MomjianCleanup Win32 COPY handling, and move archive examples...
2004-08-12 Bruce MomjianAdd make_native_path() because Win32 COPY is an interna...
2004-08-08 Tom LaneDocument background writer control parameters, do some...
2004-08-08 Bruce MomjianDisable vacuum delay, as discussed on hackers.
2004-08-07 Jan WieckVacuum delay activated by default.
2004-08-07 Bruce MomjianDocument delay as 0, per Matthew T. O'Connor
2004-08-06 Bruce MomjianRename vacuum_cost_naptime to vacuum_cost_delay, with...
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-11 Bruce MomjianRemove postgresql.conf of 'info' as a valid client_min_...
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-24 Neil ConwayFix some whitespace formatting, and remove an overly...
2004-03-23 Tom LaneReplace the virtual_host and tcpip_socket parameters...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-16 Bruce MomjianChange may -> might, and remove an extra tab.
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-04 Jan WieckBacking out the background writer sync() option.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-24 Jan WieckAdded GUC variable bgwriter_flush_method controlling...
2004-01-23 Tom LaneRevise GEQO planner to make use of some heuristic knowl...
2004-01-21 Tom LaneRepair error apparently introduced in the initial codin...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-19 Jan WieckBackground writer process
2003-11-16 Jan WieckChanged parameter name for shared cache status report...
2003-11-13 Jan Wieck2nd try for the ARC strategy.
2003-11-13 Jan WieckARC strategy backed out ... sorry
2003-11-13 Jan WieckReplacement of the buffer replacement strategy with...
2003-10-08 Bruce MomjianHave log_min_duration_statement = 0 always print durati...
2003-10-03 Tom LaneAdd GUC parameter check_function_bodies to control...
2003-09-07 Tom LaneRemove geqo_random_seed parameter. Having geqo reset...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-17 Bruce Momjian(I always forget what the magic numbers 0 through 2...
2003-07-29 Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-07-22 Bruce MomjianAdd GUC parameter to control rendezvous name.
2003-07-18 Bruce MomjianAdd cleaner formatting to config file.
2003-07-14 Tom LaneThe default values for shared_buffers and max_connectio...
2003-07-04 Tom LaneAdd --help-config facility to dump information about...
2003-06-30 Tom LaneAdd GUC option log_error_verbosity to control which...
2003-06-11 Bruce MomjianAdd add_missing_from GUC variable.
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
next