summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAgeFilesLines
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-301-1/+11
* Minor editorial improvements in documentation of session_replication_role;Tom Lane2008-01-271-2/+2
* Avoid cluttering the postmaster log with bogus complaintsTom Lane2008-01-141-1/+11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve consistency of error reporting in GUC assign_hook routines. SomeTom Lane2007-12-281-33/+68
* Wording improvementsPeter Eisentraut2007-12-271-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-133/+135
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-2/+4
* Add parameter krb_realm used by GSSAPI, SSPI and KerberosMagnus Hagander2007-11-091-1/+11
* Minor improvements in backup and recovery:Tom Lane2007-09-261-4/+22
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-251-6/+6
* Simplify and rename some GUC variables, per various recent discussions:Tom Lane2007-09-241-43/+19
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-111-367/+349
* Revert temporary patch that made synchronous_commit default to OFF.Tom Lane2007-09-101-3/+2
* Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro.Tom Lane2007-09-101-3/+3
* Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane2007-09-101-229/+214
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-24/+107
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-25/+60
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-4/+14
* Provide for logfiles in machine readable CSV format. In consequence, renameAndrew Dunstan2007-08-191-5/+7
* TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane2007-08-131-2/+3
* Fix thinko in multi-autovac-workers code: validity checks made byTom Lane2007-08-081-11/+7
* Fix crash caused by log_timezone patch if we attempt to emit any elog messagesTom Lane2007-08-041-1/+7
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-1/+10
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-3/+11
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-241-1/+12
* Set a default autovacuum vacuum_cost_delay value of 20ms, to avoid excessiveAlvaro Herrera2007-07-241-4/+4
* Add support for GSSAPI authentication.Magnus Hagander2007-07-101-2/+2
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-301-1/+9
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-19/+10
* Allow trailing whitespace in parse_real(), for consistency withTom Lane2007-06-211-12/+18
* Provide a HINT listing the allowed unit names when a GUC variable seems toTom Lane2007-06-211-98/+194
* Restrict deadlock_timeout to the range for which the implementationTom Lane2007-06-201-2/+2
* Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane2007-06-191-3/+4
* Remove comment about modifying tab-complete.c for userset GUC.Magnus Hagander2007-06-181-5/+3
* Avoid integer overflow issues in autovacuum.Alvaro Herrera2007-06-131-2/+2
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-081-1/+17
* Minor editorialization: don't flush plan cache without need.Tom Lane2007-06-051-22/+17
* The session_replication_role actually can be changed at will duringJan Wieck2007-06-051-5/+10
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-031-1/+12
* Minimal message corrections found by spell checker.Peter Eisentraut2007-06-021-2/+2
* The appended patch addresses the outstanding issues of the recent guc patch.Peter Eisentraut2007-05-081-15/+28
* Teach tuplesort.c about "top N" sorting, in which only the first N tuplesTom Lane2007-05-041-4/+21
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-32/+1
* Remove some of the most blatant brain-fade in the recent guc patchTom Lane2007-04-221-2/+2
* Make configuration parameters fall back to their default values when theyPeter Eisentraut2007-04-211-26/+102
* Enable configurable log of autovacuum actions. Initial patch from SimonAlvaro Herrera2007-04-181-1/+12
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-161-5/+46
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-2/+35
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-1/+43