Commit Graph

644 Commits (042a66291b04f473cbc72f95f07438abd75ae3a9)

Author SHA1 Message Date
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
Tom Lane d007a95055 Simple constraint exclusion. For now, only child tables of inheritance 21 years ago
Tom Lane 29094193f5 Integrate autovacuum functionality into the backend. There's still a 21 years ago
Bruce Momjian 326a7a0788 Add GUC full_page_writes to control writing full pages to WAL. 21 years ago
Bruce Momjian 87e01d1eed Improve wrapping of long lines in postgresql.conf. 21 years ago
Bruce Momjian 6aa0fdc4aa Use on/off consistently for GUC variables in postgresql.conf and the 21 years ago
Bruce Momjian 8f6e8e8fed Clarify documentation about log_min_duration_statement. 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 21 years ago
Bruce Momjian 3572e531ca Mention prefix %t has no milliseconds. 21 years ago
Bruce Momjian 4778c33106 Restructure log_line_prefix options to be clearer: 21 years ago