aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
Commit message (Expand)AuthorAge
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane2008-05-02
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-18
* Increase the default value of log_min_messages to WARNING, so thatTom Lane2008-03-10
* Remove postmaster.c's check that NBuffers is at least twice MaxBackends.Tom Lane2008-03-09
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-30
* Minor editorial improvements in documentation of session_replication_role;Tom Lane2008-01-27
* vacuum_cost_limit has a minimum value of 1, not zero; updateBruce Momjian2008-01-10
* Realign the running text in this file to 79 characters wide. Some otherPeter Eisentraut2007-12-07
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-09
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-24
* Cleanup items from csvlog changes, per ITAGAKI Takahiro.Andrew Dunstan2007-09-20
* Remove extra tab in postgresql.confBruce Momjian2007-09-17
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-19
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-04
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24
* Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera2007-07-24
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-30
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-18
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Revert temp_tablespaces because of coding problems, per Tom.Bruce Momjian2007-03-06
* Add GUC log_lock_waits to log long wait times.Bruce Momjian2007-03-03
* Make log_min_error_statement put LOG level at the same priority asTom Lane2007-03-02
* Code review for SSLKEY patch.Tom Lane2007-02-16
* SSL improvements:Bruce Momjian2007-02-16
* Correction: temp_tablespaces was implemented by Albert Cervera Areny,Bruce Momjian2007-01-25
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-25
* Add documentation of memory and time units to postgresql.conf.Bruce Momjian2007-01-20
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-20
* Enable autovacuum in the default configuration, per discussion.Alvaro Herrera2007-01-16
* Have log_temp_files be in kilobytes, remove trace call.Bruce Momjian2007-01-09
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-09
* Change the default setting for log_min_error_statement to ERROR. PerTom Lane2006-11-21
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Fix comment to agree with presentation.Tom Lane2006-10-04
* The attached patch changes units of the some default values inBruce Momjian2006-10-03
* Mention in postgresql.conf that autovacuum also needsBruce Momjian2006-10-03
* Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane2006-09-25
* Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut2006-09-22
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-14