summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAgeFilesLines
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-181-1/+1
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-121-1/+1
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-311-0/+1
* --enable-syslog no longer required to use syslog.Bruce Momjian2002-07-301-1/+0
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-131-0/+1
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-161-2/+0
* Make encryption of stored passwords the default, as discussed months ago.Bruce Momjian2002-06-151-1/+1
* Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.Bruce Momjian2002-06-081-2/+0
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-0/+3
* Add missing mention of 'log' option for client_min_messages.Bruce Momjian2002-04-041-1/+1
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-011-0/+1
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-241-0/+2
* Wording improvements to runtime.sgml. Add mention in postgresql.confBruce Momjian2002-03-091-8/+12
* Change made to elog:Bruce Momjian2002-03-061-3/+4
* Default server_min_messages is NOTICE.Bruce Momjian2002-03-031-1/+1
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-1/+8
* Reorder postgresql.conf WAL section to be clearer.Bruce Momjian2002-02-181-24/+28
* Replace #ifdef, #endif with # requires comment.Bruce Momjian2002-01-041-8/+6
* Move geqo enable into proper section.Bruce Momjian2001-12-171-1/+1
* Create a GUC parameter max_files_per_process that is a configurableTom Lane2001-09-301-2/+3
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-1/+1
* Improve postgresql.conf descriptions.Bruce Momjian2001-09-271-6/+6
* Rename collect_* options to more user-friendly names.Peter Eisentraut2001-09-231-5/+5
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-211-0/+1
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-211-2/+4
* max_locks_per_transaction seems to be a more consistent name thanPeter Eisentraut2001-09-121-1/+1
* Missed a few places that referred to a compile-time limit onTom Lane2001-09-071-8/+5
* Move WAL params higher in file, next to fsync option.Bruce Momjian2001-08-211-13/+13
* Regroup GEQO configs.Bruce Momjian2001-08-211-9/+9
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-2/+3
* Added GUC configuration options to control access statistics.Jan Wieck2001-07-051-0/+10
* Allow default transaction isolation level (a.k.a. set sessionPeter Eisentraut2001-06-301-0/+1
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-3/+10
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-181-18/+10
* Fix comment in file about 2*max_connections.Bruce Momjian2001-05-071-1/+1
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-161-0/+2
* XLOG (and related) changes:Tom Lane2001-03-131-0/+1
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-261-1/+2
* Change default commit_delay to zero, update documentation.Tom Lane2001-02-181-1/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-6/+6
* Add all possible config file options.Bruce Momjian2001-01-241-0/+150
* Put back old config contents until I am finished.Bruce Momjian2001-01-241-176/+0
* Add "idle in transaction" status messageBruce Momjian2001-01-241-0/+176
* correctionsPeter Eisentraut2000-12-031-3/+3
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-0/+20