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