Commit Graph

528 Commits (a282ee68a070a8adc6e6d45e8e643769c587ecc3)

Author SHA1 Message Date
Andrew Dunstan ad8fbb549a Cleanup items from csvlog changes, per ITAGAKI Takahiro. 19 years ago
Bruce Momjian 851745a97a Remove extra tab in postgresql.conf 19 years ago
Tom Lane 295e63983d Implement lazy XID allocation: transactions that do not modify any database 19 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
Andrew Dunstan fd801f4faa Provide for logfiles in machine readable CSV format. In consequence, rename 19 years ago
Tom Lane bdd6b62245 Switch over to using the src/timezone functions for formatting timestamps 19 years ago
Tom Lane 4a78cdeb6b Support an optional asynchronous commit mode, in which we don't flush WAL 19 years ago
Tom Lane ad4295728e Create a new dedicated Postgres process, "wal writer", which exists to write 19 years ago
Alvaro Herrera 53d2951be7 Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive 19 years ago
Magnus Hagander 6160106c74 Add support for GSSAPI authentication. 19 years ago
Tom Lane 9fc25c0511 Improve logging of checkpoints. Patch by Greg Smith, worked over 19 years ago
Tom Lane 867e2c91a0 Implement "distributed" checkpoints in which the checkpoint I/O is spread 19 years ago
Tom Lane acfce502ba Create a GUC parameter temp_tablespaces that allows selection of the 19 years ago
Alvaro Herrera ef23a77441 Enable configurable log of autovacuum actions. Initial patch from Simon 19 years ago
Alvaro Herrera e2a186b03c Add a multi-worker capability to autovacuum. This allows multiple worker 19 years ago
Jan Wieck 0fe16500d3 Changes pg_trigger and extend pg_rewrite in order to allow triggers and 19 years ago
Bruce Momjian a535cdf130 Revert temp_tablespaces because of coding problems, per Tom. 19 years ago
Bruce Momjian e52c4a6e26 Add GUC log_lock_waits to log long wait times. 19 years ago
Tom Lane 61c3e5b248 Make log_min_error_statement put LOG level at the same priority as 19 years ago
Tom Lane b6c9165ea0 Code review for SSLKEY patch. 19 years ago
Bruce Momjian c7b08050d9 SSL improvements: 19 years ago
Bruce Momjian c8bdd8ce88 Correction: temp_tablespaces was implemented by Albert Cervera Areny, 19 years ago
Peter Eisentraut 22bd156ff0 Various fixes in the logic of XML functions: 19 years ago
Bruce Momjian 148ea5cbea Add GUC temp_tablespaces to provide a default location for temporary 19 years ago
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. 19 years ago
Bruce Momjian 5441a64164 The attached patch changes units of the some default values in 19 years ago
Bruce Momjian e3f1607cf8 Mention in postgresql.conf that autovacuum also needs 19 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