summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAgeFilesLines
* Increase the default value of log_min_messages to WARNING, so thatTom Lane2008-03-101-1/+1
* Remove postmaster.c's check that NBuffers is at least twice MaxBackends.Tom Lane2008-03-091-3/+2
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-301-1/+2
* Minor editorial improvements in documentation of session_replication_role;Tom Lane2008-01-271-1/+1
* vacuum_cost_limit has a minimum value of 1, not zero; updateBruce Momjian2008-01-101-1/+1
* Realign the running text in this file to 79 characters wide. Some otherPeter Eisentraut2007-12-071-126/+122
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-091-0/+1
* Minor improvements in backup and recovery:Tom Lane2007-09-261-0/+2
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-251-2/+2
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-241-12/+7
* Cleanup items from csvlog changes, per ITAGAKI Takahiro.Andrew Dunstan2007-09-201-1/+1
* Remove extra tab in postgresql.confBruce Momjian2007-09-171-1/+1
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-1/+2
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+3
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-4/+5
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-0/+2
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-0/+1
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-241-0/+2
* Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera2007-07-241-3/+3
* Add support for GSSAPI authentication.Magnus Hagander2007-07-101-3/+3
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-301-3/+4
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-2/+1
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-0/+2
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-181-1/+4
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-161-0/+1
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-0/+1
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-061-2/+0
* Add GUC log_lock_waits to log long wait times.Bruce Momjian2007-03-031-1/+1
* Make log_min_error_statement put LOG level at the same priority asTom Lane2007-03-021-4/+7
* Code review for SSLKEY patch.Tom Lane2007-02-161-1/+2
* SSL improvements:Bruce Momjian2007-02-161-0/+1
* Correction: temp_tablespaces was implemented by Albert Cervera Areny,Bruce Momjian2007-01-251-1/+1
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-251-0/+2
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-251-0/+2
* Add documentation of memory and time units to postgresql.conf.Bruce Momjian2007-01-201-0/+3
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-201-1/+1
* Enable autovacuum in the default configuration, per discussion.Alvaro Herrera2007-01-161-2/+2
* Have log_temp_files be in kilobytes, remove trace call.Bruce Momjian2007-01-091-1/+1
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-091-0/+3
* Change the default setting for log_min_error_statement to ERROR. PerTom Lane2006-11-211-2/+3
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-0/+3
* Fix comment to agree with presentation.Tom Lane2006-10-041-2/+2
* The attached patch changes units of the some default values inBruce Momjian2006-10-031-4/+4
* Mention in postgresql.conf that autovacuum also needsBruce Momjian2006-10-031-0/+2
* Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane2006-09-251-1/+1
* Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut2006-09-221-20/+20
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-141-2/+2
* Make autovacuum behavior more agressive, per discussion on hackers listBruce Momjian2006-09-021-4/+4
* Update postgresql.conf line for default superuser_reserved_connections.Bruce Momjian2006-09-021-1/+1
* Revert change to turn autovacuum on by default.Peter Eisentraut2006-08-291-7/+7