Commit Graph

304 Commits (42e5223648e7e56f8041bed329929dbd5529ea92)

Author SHA1 Message Date
Bruce Momjian ebef17c7a2 Add documentation of memory and time units to postgresql.conf. 19 years ago
Bruce Momjian f5f9577e50 Modify max_fsm_pages in postgresql.conf.sample to show a typical value, 19 years ago
Alvaro Herrera 10a5e3348e Enable autovacuum in the default configuration, per discussion. 19 years ago
Bruce Momjian 0764f41306 Have log_temp_files be in kilobytes, remove trace call. 19 years ago
Bruce Momjian be8a431881 Add GUC log_temp_files to log the use of temporary files. 19 years ago
Tom Lane 414c7a537e Change the default setting for log_min_error_statement to ERROR. Per 19 years ago
Tom Lane 48188e1621 Fix recently-understood problems with handling of XID freezing, particularly 19 years ago
Tom Lane af0af42f85 Fix comment to agree with presentation. 20 years ago
Bruce Momjian 5441a64164 The attached patch changes units of the some default values in 20 years ago
Bruce Momjian e3f1607cf8 Mention in postgresql.conf that autovacuum also needs 20 years ago
Tom Lane 0f8fc35a5a Increase default value of effective_cache_size to 128MB, per discussion. 20 years ago
Peter Eisentraut 90c07a71ca Add units to the default postgresql.conf. For the most part, this should 20 years ago
Bruce Momjian fa6f9ceab6 Make postgresql.conf.sample match the initdb defaults. This fixes 20 years ago
Bruce Momjian e0938c3f5b Make autovacuum behavior more agressive, per discussion on hackers list 20 years ago
Bruce Momjian 946abc7c68 Update postgresql.conf line for default superuser_reserved_connections. 20 years ago
Peter Eisentraut ba9f9bf1b1 Revert change to turn autovacuum on by default. 20 years ago
Peter Eisentraut 88b8110443 Turn autovacuum on by default. (stats_row_level is also on by default.) 20 years ago
Tom Lane e8ea9e9587 Implement archive_timeout feature to force xlog file switches to occur no more 20 years ago
Tom Lane abc3120e9b Add server support for "plugin" libraries that can be used for add-on tasks 20 years ago
Bruce Momjian 961ec0ce9c Move 'ddl' right after 'none' in postgresql.conf. It used to be between 20 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 20 years ago
Peter Eisentraut 9dc34b5feb Mark postgresql.conf entries that require server restart; some minor 20 years ago
Bruce Momjian 370a709c75 Add GUC update_process_title to control whether 'ps' display is updated 20 years ago
Bruce Momjian 665c5e861a Default stats_command_string to 'on', now that its overhead is minimal. 20 years ago
Tom Lane b13c9686d0 Take the statistics collector out of the loop for monitoring backends' 20 years ago
Tom Lane e4de635a2b Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. 20 years ago
Tom Lane eed6c9ed7e Add a GUC parameter seq_page_cost, and use that everywhere we formerly 20 years ago
Tom Lane b3eb4ea5d8 Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane 637028afe1 Code review for standard_conforming_strings patch. Fix it so it does not 20 years ago
Bruce Momjian d694bd812a Default to ON for 8.2, as announced in the release notes: 20 years ago
Bruce Momjian 19c21d115d Enable standard_conforming_strings to be turned on. 20 years ago
Tom Lane 7d732f06cc Wups, fat-fingered the calculation the first time. Update comment in 20 years ago
Bruce Momjian e80f9dfa80 Add quotes around search_path "$user" so that SHOW output can be used in 20 years ago
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array 20 years ago
Andrew Dunstan f9db22e88e add missing quote mark to ident_file sample line - per Hiroshi Saito 20 years ago
Tom Lane 0dd92d56b5 Fix misspelling of 'listen_addresses', per Devrim. 20 years ago
Tom Lane 18d0ca2d1b Fix Kerberos authentication in wake of virtual-hosts changes --- need 21 years ago
Bruce Momjian 408c140266 autovacuum setting false -> off, for consistency 21 years ago
Tom Lane cc3bda37f7 Tweak TCP-keepalive code so that an invalid setting doesn't cause us 21 years ago
Tom Lane 0802078556 Fix the spelling. 21 years ago
Bruce Momjian 4506ec95cf Update listen_addresses description. 21 years ago
Tom Lane 78ef2d3feb Update documentation about shared memory sizing to reflect current 21 years ago
Tom Lane 037709e0b3 Reduce default value of max_prepared_transactions from 50 to 5. This 21 years ago
Bruce Momjian a7f49252d2 enable_constraint_exclusion => constraint_exclusion 21 years ago
Tom Lane 6fcaaf29da Minor GUC cleanups: document krb_server_hostname and custom_variable_classes 21 years ago
Tom Lane 0007490e09 Convert the arithmetic for shared memory size calculation from 'int' 21 years ago
Bruce Momjian 0c7786bdfc Consistently align comments in postgresql.conf, move some slightly to 21 years ago
Tom Lane d90c531188 Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 21 years ago
Bruce Momjian 1c69547015 Update postgresql.conf to show default ordering for wal_sync_method. 21 years ago
Bruce Momjian 1f54d43075 Add GUC variables to control keep-alive times for idle, interval, and 21 years ago