aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian2003-10-08
* Add GUC parameter check_function_bodies to control whether validationTom Lane2003-10-03
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-07
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-26
* (I always forget what the magic numbers 0 through 2 means for theBruce Momjian2003-08-17
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-22
* Add cleaner formatting to config file.Bruce Momjian2003-07-18
* The default values for shared_buffers and max_connections are now 1000Tom Lane2003-07-14
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-04
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* Add add_missing_from GUC variable.Bruce Momjian2003-06-11
* Add log_min_duration_statement.Bruce Momjian2003-06-11
* Remove lock* GUC variables from postgresql.conf.Bruce Momjian2003-06-11
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Add more documentation about shared memory costs.Tom Lane2003-04-19
* Remove zero_damaged_pages from postgresql.conf.sample; the only way toTom Lane2003-04-03
* Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian2003-03-30
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-28
* Add comment to postgresql.conf:Bruce Momjian2003-03-24
* > I can see a couple possible downsides: (a) the library might have someBruce Momjian2003-03-20
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-04
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06
* Revert off setting mention for client_min_messages.Bruce Momjian2003-01-28
* Revert optimizer page count change.Bruce Momjian2003-01-28
* Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).Bruce Momjian2003-01-27
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* More comment cleanups for shared_buffers in postgresql.conf.Bruce Momjian2003-01-15
* Update shared_buffer comment in postgresql.conf.Bruce Momjian2003-01-15
* > > This patch improves the documentation for the shared_buffers GUC param.Bruce Momjian2003-01-11
* Fix indenting of log_min_error_statement.Bruce Momjian2003-01-09
* Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian2002-12-27
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-21
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-15
* Rename hostname_lookup to log_hostname.Bruce Momjian2002-11-15
* Rename show_source_port to log_source_port.Bruce Momjian2002-11-15
* Rename show_btree_build_stats to log_btree_build_statsBruce Momjian2002-11-15
* Rename:Bruce Momjian2002-11-15
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-08
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-29
* Add fsm sizes.Bruce Momjian2002-08-27
* Fix units in postgresql.conf.Bruce Momjian2002-08-27
* Add units to postgresql.conf file.Bruce Momjian2002-08-26
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-12
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31