aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier.Neil Conway2007-04-23
* Spelling fixPeter Eisentraut2006-11-29
* 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
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-07
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* The attached patch changes units of the some default values inBruce Momjian2006-10-03
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut2006-09-22
* Make autovacuum behavior more agressive, per discussion on hackers listBruce Momjian2006-09-02
* Change "superuser_reserved_connections" default to 3, because ofBruce Momjian2006-09-02
* Remove GUC_REPORT for new "server_version_num" GUC variable. AddedBruce Momjian2006-09-02
* Add new variable "server_version_num", which is almost the same asBruce Momjian2006-09-02
* Repair interpretation of GB as MB.Peter Eisentraut2006-08-31
* Revert change to turn autovacuum on by default.Peter Eisentraut2006-08-29
* Turn autovacuum on by default. (stats_row_level is also on by default.)Peter Eisentraut2006-08-28
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-17
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Revert (again) GUC patch to return commented fields to their defaultBruce Momjian2006-08-14
* Fix recent guc comment-to-default patch for custom variables.Bruce Momjian2006-08-13
* Recommit patch to allow commented GUC variables to return to theirBruce Momjian2006-08-13
* Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian2006-08-13
* Back out patch to reorganize guc processing. Was causing regressionBruce Momjian2006-08-12
* Back out patch that allowed commented guc variables to return to theirBruce Momjian2006-08-12
* Allow commenting of variables in postgresql.conf to restore them toBruce Momjian2006-08-11
* Refactor GUC set_config_option function:Bruce Momjian2006-08-11
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-29
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-27
* When a GUC string variable is not set, print the empty string (in SHOW etc.),Peter Eisentraut2006-07-26
* Convert effective_cache_size to an integer, for better integration withPeter Eisentraut2006-07-26
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-25
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* Remove embedded newline in string literal --- seems to make newer gccTom Lane2006-06-27
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Default stats_command_string to 'on', now that its overhead is minimal.Bruce Momjian2006-06-27
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-19
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-05
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Suppress unused-variable warning on platforms without HAVE_SYSLOG.Tom Lane2006-04-10
* Properly set "escape_string_warning" to default to true.Bruce Momjian2006-03-07
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05