aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* 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
* --enable-syslog no longer required to use syslog.Bruce Momjian2002-07-30
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Make encryption of stored passwords the default, as discussed months ago.Bruce Momjian2002-06-15
* Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.Bruce Momjian2002-06-08
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Add missing mention of 'log' option for client_min_messages.Bruce Momjian2002-04-04
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* Wording improvements to runtime.sgml. Add mention in postgresql.confBruce Momjian2002-03-09
* Change made to elog:Bruce Momjian2002-03-06
* Default server_min_messages is NOTICE.Bruce Momjian2002-03-03
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Reorder postgresql.conf WAL section to be clearer.Bruce Momjian2002-02-18
* Replace #ifdef, #endif with # requires comment.Bruce Momjian2002-01-04
* Move geqo enable into proper section.Bruce Momjian2001-12-17
* Create a GUC parameter max_files_per_process that is a configurableTom Lane2001-09-30
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Improve postgresql.conf descriptions.Bruce Momjian2001-09-27
* Rename collect_* options to more user-friendly names.Peter Eisentraut2001-09-23
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-21
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-21
* max_locks_per_transaction seems to be a more consistent name thanPeter Eisentraut2001-09-12
* Missed a few places that referred to a compile-time limit onTom Lane2001-09-07
* Move WAL params higher in file, next to fsync option.Bruce Momjian2001-08-21
* Regroup GEQO configs.Bruce Momjian2001-08-21
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-05
* Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut2001-06-30
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-18