aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Convert variable name to canonical spelling before checking for matchesTom Lane2003-01-28
* Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).Bruce Momjian2003-01-27
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian2002-12-27
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-02
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-21
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-15
* Rename hostname_lookup to log_hostname.Bruce Momjian2002-11-15
* Rename show_source_port to log_source_port.Bruce Momjian2002-11-15
* Rename show_btree_build_stats to log_btree_build_statsBruce Momjian2002-11-15
* Rename:Bruce Momjian2002-11-15
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-08
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian2002-10-02
* server_min_messages and friends should have valid values at bootup.Tom Lane2002-09-22
* Avoid misleading error message when SET/RESET target variable nameTom Lane2002-09-12
* Powerup defaults for LC_foo GUC variables should match what main.c does.Tom Lane2002-09-10
* pgindent run.Bruce Momjian2002-09-04
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Complete TODO item:Bruce Momjian2002-08-30
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-29
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* As discussed on several occasions previously, the new anonymousBruce Momjian2002-08-15
* Really truly enable encrypted passwords by default.Tom Lane2002-08-14
* Enable encrypted passwords by default.Bruce Momjian2002-08-14
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-12
* Improve 'failed to initialize' messages.Tom Lane2002-08-07
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian2002-07-30
* Code review for SHOW output changes; fix horology expected files forTom Lane2002-07-20
* Fix problems caused by code drift of API for without-oids.Bruce Momjian2002-07-20
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-20
* I have committed many support files for CREATE CONVERSION. DefaultTatsuo Ishii2002-07-18
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Dept. of second thoughts: interaction between DoIt and makeDependTom Lane2002-05-17
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Make regression tests locale-proof by setting some locale categoriesPeter Eisentraut2002-05-14
* Remove --enable-syslog optionTatsuo Ishii2002-04-21
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Create a new GUC variable search_path to control the namespace searchTom Lane2002-04-01