aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas2011-11-10
* Make event_source visible on all platformsMagnus Hagander2011-10-25
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-25
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian2011-10-13
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-04
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-04
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-10
* Introduce sending servers as new category for replication paramsSimon Riggs2011-07-19
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-17
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Message style tweaksPeter Eisentraut2011-07-05
* Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas2011-07-04
* Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.Robert Haas2011-06-21
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-04
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-04
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Raise maximum value of several timeout parametersPeter Eisentraut2011-03-17
* More synchronous replication tweaks.Robert Haas2011-03-10
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas2011-02-26
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Rename max_predicate_locks_per_transaction.Robert Haas2011-02-15
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Code cleanup for assign_transaction_read_only.Robert Haas2011-01-22
* Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane2011-01-22
* Code cleanup for assign_XactIsoLevel.Robert Haas2011-01-21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Make GUC variables for syslog and SSL always visibleMagnus Hagander2010-12-18
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-03
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-06
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Bring some sanity to the trace_recovery_messages code and docs.Tom Lane2010-08-19
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13