]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/postgresql.conf.sample
Allow configuration files to be placed outside the data directory.
[postgresql] / src / backend / utils / misc / postgresql.conf.sample
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.
2003-06-11 Bruce MomjianRemove lock* GUC variables from postgresql.conf.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-19 Tom LaneAdd more documentation about shared memory costs.
2003-04-03 Tom LaneRemove zero_damaged_pages from postgresql.conf.sample...
2003-03-30 Bruce MomjianProperly document default value of log_min_error_statem...
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2003-03-24 Bruce MomjianAdd comment to postgresql.conf:
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-02-06 Tom LaneCreate a GUC variable REGEX_FLAVOR to control the type...
2003-01-28 Bruce MomjianRevert off setting mention for client_min_messages.
2003-01-28 Bruce MomjianRevert optimizer page count change.
2003-01-27 Bruce MomjianSet log_min_error_messages to the proper and agreed...
2003-01-25 Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-15 Bruce MomjianMore comment cleanups for shared_buffers in postgresql...
2003-01-15 Bruce MomjianUpdate shared_buffer comment in postgresql.conf.
2003-01-11 Bruce Momjian> > This patch improves the documentation for the share...
2003-01-09 Bruce MomjianFix indenting of log_min_error_statement.
2002-12-27 Bruce MomjianTrivial patch to increase max_fsm_pages as per earlier...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-11-15 Bruce MomjianAdd checkpoint_warning to warn of excessive checkpoints...
2002-11-15 Bruce MomjianRename hostname_lookup to log_hostname.
2002-11-15 Bruce MomjianRename show_source_port to log_source_port.
2002-11-15 Bruce MomjianRename show_btree_build_stats to log_btree_build_stats
2002-11-15 Bruce MomjianRename:
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-01 Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-27 Bruce MomjianAdd fsm sizes.
2002-08-27 Bruce MomjianFix units in postgresql.conf.
2002-08-26 Bruce MomjianAdd units to postgresql.conf file.
2002-08-18 Bruce MomjianAdd db-local user names, per discussion on hackers.
2002-08-12 Tom LaneChange memory-space accounting mechanism in tuplesort...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-30 Bruce Momjian--enable-syslog no longer required to use syslog.
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-06-16 Bruce MomjianRemove KSQO from GUC and move file to _deadcode.
2002-06-15 Bruce MomjianMake encryption of stored passwords the default, as...
2002-06-08 Bruce MomjianRemove DEBUG_LEVEL from postgresql.conf. Now uses...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-04 Bruce MomjianAdd missing mention of 'log' option for client_min_mess...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
2002-03-09 Bruce MomjianWording improvements to runtime.sgml. Add mention...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-03 Bruce MomjianDefault server_min_messages is NOTICE.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-18 Bruce MomjianReorder postgresql.conf WAL section to be clearer.
2002-01-04 Bruce MomjianReplace #ifdef, #endif with # requires comment.
2001-12-17 Bruce MomjianMove geqo enable into proper section.
2001-09-30 Tom LaneCreate a GUC parameter max_files_per_process that is...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Bruce MomjianImprove postgresql.conf descriptions.
2001-09-23 Peter EisentrautRename collect_* options to more user-friendly names.
2001-09-21 Tom LaneAdd an overall timeout on the client authentication...
2001-09-21 Tom LaneGive VACUUM its own GUC parameter for memory usage...
2001-09-12 Peter Eisentrautmax_locks_per_transaction seems to be a more consistent...
2001-09-07 Tom LaneMissed a few places that referred to a compile-time...
2001-08-21 Bruce MomjianMove WAL params higher in file, next to fsync option.
2001-08-21 Bruce MomjianRegroup GEQO configs.
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-07-05 Jan WieckAdded GUC configuration options to control access stati...
next