| Commit message (Expand) | Author | Age |
* | Add GUC variable to print original query to the server logs when there | Bruce Momjian | 2002-09-02 |
* | Add log_duration to GUC/postgresql.conf. | Bruce Momjian | 2002-09-01 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | This patch reserves the last superuser_reserved_connections slots for | Bruce Momjian | 2002-08-29 |
* | Add fsm sizes. | Bruce Momjian | 2002-08-27 |
* | Fix units in postgresql.conf. | Bruce Momjian | 2002-08-27 |
* | Add units to postgresql.conf file. | Bruce Momjian | 2002-08-26 |
* | Add db-local user names, per discussion on hackers. | Bruce Momjian | 2002-08-18 |
* | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane | 2002-08-12 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | --enable-syslog no longer required to use syslog. | Bruce Momjian | 2002-07-30 |
* | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian | 2002-07-13 |
* | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian | 2002-06-16 |
* | Make encryption of stored passwords the default, as discussed months ago. | Bruce Momjian | 2002-06-15 |
* | Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES. | Bruce Momjian | 2002-06-08 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 |
* | Add missing mention of 'log' option for client_min_messages. | Bruce Momjian | 2002-04-04 |
* | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 |
* | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane | 2002-03-24 |
* | Wording improvements to runtime.sgml. Add mention in postgresql.conf | Bruce Momjian | 2002-03-09 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Default server_min_messages is NOTICE. | Bruce Momjian | 2002-03-03 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Reorder postgresql.conf WAL section to be clearer. | Bruce Momjian | 2002-02-18 |
* | Replace #ifdef, #endif with # requires comment. | Bruce Momjian | 2002-01-04 |
* | Move geqo enable into proper section. | Bruce Momjian | 2001-12-17 |
* | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane | 2001-09-30 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Improve postgresql.conf descriptions. | Bruce Momjian | 2001-09-27 |
* | Rename collect_* options to more user-friendly names. | Peter Eisentraut | 2001-09-23 |
* | Add an overall timeout on the client authentication cycle, so that | Tom Lane | 2001-09-21 |
* | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane | 2001-09-21 |
* | max_locks_per_transaction seems to be a more consistent name than | Peter Eisentraut | 2001-09-12 |
* | Missed a few places that referred to a compile-time limit on | Tom Lane | 2001-09-07 |
* | Move WAL params higher in file, next to fsync option. | Bruce Momjian | 2001-08-21 |
* | Regroup GEQO configs. | Bruce Momjian | 2001-08-21 |
* | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 |
* | Added GUC configuration options to control access statistics. | Jan Wieck | 2001-07-05 |
* | Allow default transaction isolation level (a.k.a. set session | Peter Eisentraut | 2001-06-30 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian | 2001-06-18 |
* | Fix comment in file about 2*max_connections. | Bruce Momjian | 2001-05-07 |
* | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane | 2001-03-16 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 |
* | Change default commit_delay to zero, update documentation. | Tom Lane | 2001-02-18 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Add all possible config file options. | Bruce Momjian | 2001-01-24 |
* | Put back old config contents until I am finished. | Bruce Momjian | 2001-01-24 |
* | Add "idle in transaction" status message | Bruce Momjian | 2001-01-24 |