| Commit message (Expand) | Author | Age |
* | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 |
* | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane | 2008-05-02 |
* | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 |
* | Increase the default value of log_min_messages to WARNING, so that | Tom Lane | 2008-03-10 |
* | Remove postmaster.c's check that NBuffers is at least twice MaxBackends. | Tom Lane | 2008-03-09 |
* | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 |
* | Minor editorial improvements in documentation of session_replication_role; | Tom Lane | 2008-01-27 |
* | vacuum_cost_limit has a minimum value of 1, not zero; update | Bruce Momjian | 2008-01-10 |
* | Realign the running text in this file to 79 characters wide. Some other | Peter Eisentraut | 2007-12-07 |
* | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 |
* | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 |
* | Cleanup items from csvlog changes, per ITAGAKI Takahiro. | Andrew Dunstan | 2007-09-20 |
* | Remove extra tab in postgresql.conf | Bruce Momjian | 2007-09-17 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 |
* | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 |
* | Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessive | Alvaro Herrera | 2007-07-24 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 |
* | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane | 2007-06-30 |
* | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | Enable configurable log of autovacuum actions. Initial patch from Simon | Alvaro Herrera | 2007-04-18 |
* | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 |
* | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 |
* | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 |
* | Add GUC log_lock_waits to log long wait times. | Bruce Momjian | 2007-03-03 |
* | Make log_min_error_statement put LOG level at the same priority as | Tom Lane | 2007-03-02 |
* | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 |
* | SSL improvements: | Bruce Momjian | 2007-02-16 |
* | Correction: temp_tablespaces was implemented by Albert Cervera Areny, | Bruce Momjian | 2007-01-25 |
* | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 |
* | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 |
* | Add documentation of memory and time units to postgresql.conf. | Bruce Momjian | 2007-01-20 |
* | Modify max_fsm_pages in postgresql.conf.sample to show a typical value, | Bruce Momjian | 2007-01-20 |
* | Enable autovacuum in the default configuration, per discussion. | Alvaro Herrera | 2007-01-16 |
* | Have log_temp_files be in kilobytes, remove trace call. | Bruce Momjian | 2007-01-09 |
* | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian | 2007-01-09 |
* | Change the default setting for log_min_error_statement to ERROR. Per | Tom Lane | 2006-11-21 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Fix comment to agree with presentation. | Tom Lane | 2006-10-04 |
* | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 |
* | Mention in postgresql.conf that autovacuum also needs | Bruce Momjian | 2006-10-03 |
* | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane | 2006-09-25 |
* | Add units to the default postgresql.conf. For the most part, this should | Peter Eisentraut | 2006-09-22 |
* | Make postgresql.conf.sample match the initdb defaults. This fixes | Bruce Momjian | 2006-09-14 |