summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAgeFilesLines
* This patch brings up to date what I did last year (now unfortunatelyBruce Momjian2004-02-171-0/+1
* Change may -> might, and remove an extra tab.Bruce Momjian2004-02-161-2/+2
* Cost based vacuum delay feature.Jan Wieck2004-02-061-0/+6
* Backing out the background writer sync() option.Jan Wieck2004-02-041-3/+0
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-2/+2
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-241-0/+3
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-231-5/+4
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-211-2/+2
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-011-1/+2
* Background writer processJan Wieck2003-11-191-0/+5
* Changed parameter name for shared cache status report interval toJan Wieck2003-11-161-1/+1
* 2nd try for the ARC strategy.Jan Wieck2003-11-131-0/+1
* ARC strategy backed out ... sorryJan Wieck2003-11-131-1/+0
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-131-0/+1
* Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian2003-10-081-2/+3
* Add GUC parameter check_function_bodies to control whether validationTom Lane2003-10-031-0/+1
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-071-1/+0
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-261-2/+2
* (I always forget what the magic numbers 0 through 2 means for theBruce Momjian2003-08-171-2/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-1/+1
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-221-0/+1
* Add cleaner formatting to config file.Bruce Momjian2003-07-181-38/+50
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-141-0/+4
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-041-103/+126
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-301-3/+6
* Add add_missing_from GUC variable.Bruce Momjian2003-06-111-0/+1
* Add log_min_duration_statement.Bruce Momjian2003-06-111-0/+4
* Remove lock* GUC variables from postgresql.conf.Bruce Momjian2003-06-111-14/+0
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-1/+0
* Add more documentation about shared memory costs.Tom Lane2003-04-191-3/+6
* Remove zero_damaged_pages from postgresql.conf.sample; the only way toTom Lane2003-04-031-1/+1
* Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian2003-03-301-1/+1
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-281-1/+1
* Add comment to postgresql.conf:Bruce Momjian2003-03-241-1/+1
* > I can see a couple possible downsides: (a) the library might have someBruce Momjian2003-03-201-0/+1
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-041-2/+3
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-061-0/+1
* Revert off setting mention for client_min_messages.Bruce Momjian2003-01-281-2/+1
* Revert optimizer page count change.Bruce Momjian2003-01-281-1/+2
* Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).Bruce Momjian2003-01-271-1/+1
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-251-0/+3
* More comment cleanups for shared_buffers in postgresql.conf.Bruce Momjian2003-01-151-1/+1
* Update shared_buffer comment in postgresql.conf.Bruce Momjian2003-01-151-1/+1
* > > This patch improves the documentation for the shared_buffers GUC param.Bruce Momjian2003-01-111-1/+1
* Fix indenting of log_min_error_statement.Bruce Momjian2003-01-091-3/+4
* Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian2002-12-271-1/+1
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-0/+1
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-151-0/+1
* Rename hostname_lookup to log_hostname.Bruce Momjian2002-11-151-1/+1
* Rename show_source_port to log_source_port.Bruce Momjian2002-11-151-1/+1