aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Add documentation of memory and time units to postgresql.conf.Bruce Momjian2007-01-20
* Change the default setting for log_min_error_statement to ERROR. PerTom Lane2006-11-21
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Fix comment to agree with presentation.Tom Lane2006-10-04
* The attached patch changes units of the some default values inBruce Momjian2006-10-03
* Mention in postgresql.conf that autovacuum also needsBruce Momjian2006-10-03
* Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane2006-09-25
* Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut2006-09-22
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-14
* Make autovacuum behavior more agressive, per discussion on hackers listBruce Momjian2006-09-02
* Update postgresql.conf line for default superuser_reserved_connections.Bruce Momjian2006-09-02
* Revert change to turn autovacuum on by default.Peter Eisentraut2006-08-29
* Turn autovacuum on by default. (stats_row_level is also on by default.)Peter Eisentraut2006-08-28
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Move 'ddl' right after 'none' in postgresql.conf. It used to be betweenBruce Momjian2006-08-02
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Mark postgresql.conf entries that require server restart; some minorPeter Eisentraut2006-07-24
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Default stats_command_string to 'on', now that its overhead is minimal.Bruce Momjian2006-06-27
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane2006-06-05
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-05
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Default to ON for 8.2, as announced in the release notes:Bruce Momjian2006-03-06
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Wups, fat-fingered the calculation the first time. Update comment inTom Lane2005-12-23
* Add quotes around search_path "$user" so that SHOW output can be used inBruce Momjian2005-12-23
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan2005-11-10
* Fix misspelling of 'listen_addresses', per Devrim.Tom Lane2005-11-09
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08
* autovacuum setting false -> off, for consistencyBruce Momjian2005-09-20
* Tweak TCP-keepalive code so that an invalid setting doesn't cause usTom Lane2005-09-12
* Fix the spelling.Tom Lane2005-09-02
* Update listen_addresses description.Bruce Momjian2005-09-02
* Update documentation about shared memory sizing to reflect currentTom Lane2005-08-30
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* enable_constraint_exclusion => constraint_exclusionBruce Momjian2005-08-22
* Minor GUC cleanups: document krb_server_hostname and custom_variable_classesTom Lane2005-08-21
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Consistently align comments in postgresql.conf, move some slightly toBruce Momjian2005-08-19
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Update postgresql.conf to show default ordering for wal_sync_method.Bruce Momjian2005-08-09
* Add GUC variables to control keep-alive times for idle, interval, andBruce Momjian2005-07-30
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian2005-07-05
* Improve wrapping of long lines in postgresql.conf.Bruce Momjian2005-07-02