| Commit message (Expand) | Author | Age |
* | Add documentation of memory and time units to postgresql.conf. | Bruce Momjian | 2007-01-20 |
* | Change the default setting for log_min_error_statement to ERROR. Per | Tom Lane | 2006-11-21 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Fix comment to agree with presentation. | Tom Lane | 2006-10-04 |
* | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 |
* | Mention in postgresql.conf that autovacuum also needs | Bruce Momjian | 2006-10-03 |
* | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane | 2006-09-25 |
* | Add units to the default postgresql.conf. For the most part, this should | Peter Eisentraut | 2006-09-22 |
* | Make postgresql.conf.sample match the initdb defaults. This fixes | Bruce Momjian | 2006-09-14 |
* | Make autovacuum behavior more agressive, per discussion on hackers list | Bruce Momjian | 2006-09-02 |
* | Update postgresql.conf line for default superuser_reserved_connections. | Bruce Momjian | 2006-09-02 |
* | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 |
* | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 |
* | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 |
* | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 |
* | Move 'ddl' right after 'none' in postgresql.conf. It used to be between | Bruce Momjian | 2006-08-02 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 |
* | Mark postgresql.conf entries that require server restart; some minor | Peter Eisentraut | 2006-07-24 |
* | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 |
* | Default stats_command_string to 'on', now that its overhead is minimal. | Bruce Momjian | 2006-06-27 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. | Tom Lane | 2006-06-05 |
* | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 |
* | Default to ON for 8.2, as announced in the release notes: | Bruce Momjian | 2006-03-06 |
* | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 |
* | Wups, fat-fingered the calculation the first time. Update comment in | Tom Lane | 2005-12-23 |
* | Add quotes around search_path "$user" so that SHOW output can be used in | Bruce Momjian | 2005-12-23 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | add missing quote mark to ident_file sample line - per Hiroshi Saito | Andrew Dunstan | 2005-11-10 |
* | Fix misspelling of 'listen_addresses', per Devrim. | Tom Lane | 2005-11-09 |
* | Fix Kerberos authentication in wake of virtual-hosts changes --- need | Tom Lane | 2005-10-08 |
* | autovacuum setting false -> off, for consistency | Bruce Momjian | 2005-09-20 |
* | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane | 2005-09-12 |
* | Fix the spelling. | Tom Lane | 2005-09-02 |
* | Update listen_addresses description. | Bruce Momjian | 2005-09-02 |
* | Update documentation about shared memory sizing to reflect current | Tom Lane | 2005-08-30 |
* | Reduce default value of max_prepared_transactions from 50 to 5. This | Tom Lane | 2005-08-29 |
* | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 |
* | Minor GUC cleanups: document krb_server_hostname and custom_variable_classes | Tom Lane | 2005-08-21 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Consistently align comments in postgresql.conf, move some slightly to | Bruce Momjian | 2005-08-19 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 |
* | Update postgresql.conf to show default ordering for wal_sync_method. | Bruce Momjian | 2005-08-09 |
* | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Integrate autovacuum functionality into the backend. There's still a | Tom Lane | 2005-07-14 |
* | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 |
* | Improve wrapping of long lines in postgresql.conf. | Bruce Momjian | 2005-07-02 |