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