aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* 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
* Fix comment in file about 2*max_connections.Bruce Momjian2001-05-07
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-16
* XLOG (and related) changes:Tom Lane2001-03-13
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* Change default commit_delay to zero, update documentation.Tom Lane2001-02-18
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add all possible config file options.Bruce Momjian2001-01-24
* Put back old config contents until I am finished.Bruce Momjian2001-01-24
* Add "idle in transaction" status messageBruce Momjian2001-01-24
* correctionsPeter Eisentraut2000-12-03
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04