Commit Graph

242 Commits (7ea9b997ef07672d45278ab1c5b0634eaa090966)

Author SHA1 Message Date
Bruce Momjian 70da495d84 Fix spelling mistake in postgresql.conf. 18 years ago
Tom Lane 93c701edc6 Add support for tracking call counts and elapsed runtime for user-defined 18 years ago
Tom Lane db147b3483 Allow the planner's estimate of the fraction of a cursor's rows that will be 18 years ago
Tom Lane 87a2f050a9 Cause EXPLAIN's VERBOSE option to print the target list (output column list) 18 years ago
Tom Lane 2abf130a4e Increase the default value of log_min_messages to WARNING, so that 18 years ago
Tom Lane d9384a4b73 Remove postmaster.c's check that NBuffers is at least twice MaxBackends. 18 years ago
Tom Lane 47df4f6688 Add a GUC variable "synchronize_seqscans" to allow clients to disable the new 18 years ago
Tom Lane b5518c8e88 Minor editorial improvements in documentation of session_replication_role; 18 years ago
Bruce Momjian 77015b59aa vacuum_cost_limit has a minimum value of 1, not zero; update 18 years ago
Peter Eisentraut cac82bb20c Realign the running text in this file to 79 characters wide. Some other 18 years ago
Magnus Hagander 4b606ee444 Add parameter krb_realm used by GSSAPI, SSPI and Kerberos 18 years ago
Tom Lane f18dfc4835 Minor improvements in backup and recovery: 18 years ago
Tom Lane 6f5c38dcd0 Just-in-time background writing strategy. This code avoids re-scanning 18 years ago
Tom Lane 48f7e64395 Simplify and rename some GUC variables, per various recent discussions: 18 years ago
Andrew Dunstan ad8fbb549a Cleanup items from csvlog changes, per ITAGAKI Takahiro. 18 years ago
Bruce Momjian 851745a97a Remove extra tab in postgresql.conf 18 years ago
Tom Lane 295e63983d Implement lazy XID allocation: transactions that do not modify any database 18 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 18 years ago
Andrew Dunstan fd801f4faa Provide for logfiles in machine readable CSV format. In consequence, rename 18 years ago
Tom Lane bdd6b62245 Switch over to using the src/timezone functions for formatting timestamps 18 years ago
Tom Lane 4a78cdeb6b Support an optional asynchronous commit mode, in which we don't flush WAL 18 years ago
Tom Lane ad4295728e Create a new dedicated Postgres process, "wal writer", which exists to write 18 years ago
Alvaro Herrera 53d2951be7 Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive 18 years ago
Magnus Hagander 6160106c74 Add support for GSSAPI authentication. 18 years ago
Tom Lane 9fc25c0511 Improve logging of checkpoints. Patch by Greg Smith, worked over 18 years ago
Tom Lane 867e2c91a0 Implement "distributed" checkpoints in which the checkpoint I/O is spread 18 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. 19 years ago
Peter Eisentraut 90c07a71ca Add units to the default postgresql.conf. For the most part, this should 19 years ago