summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-017-14/+14
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-132-3/+3
* Minor code embellishments.Alvaro Herrera2008-12-021-50/+43
* Fix a few more format argument warnings.Magnus Hagander2008-11-211-3/+3
* Make the enumvals column of pg_settings be text[] instead of justMagnus Hagander2008-11-211-12/+16
* Fix define_custom_variable so that SUSET custom variables behaveTom Lane2008-11-191-2/+25
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-191-124/+158
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-111-1/+2
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-092-1/+19
* Add columns boot_val and reset_val to the pg_settings view, to exposeMagnus Hagander2008-10-061-8/+64
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-302-28/+1
* Only show source file and line numbers to superusers, for consistentMagnus Hagander2008-09-231-3/+7
* Tweak newly added set_config_sourcefile() so that the target recordTom Lane2008-09-101-2/+3
* Add "source file" and "source line" information to each GUC variable.Alvaro Herrera2008-09-102-10/+70
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-091-3/+3
* Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander2008-08-251-2/+2
* Make "log_temp_files" super-user set only, like other logging options.Bruce Momjian2008-08-221-2/+2
* Improve wording of error message when a postgresql.conf setting isBruce Momjian2008-08-222-8/+11
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-192-7/+7
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-152-1/+35
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-231-3/+3
* Add unchangeable GUC "variables" segment_size, wal_block_size, andTom Lane2008-07-101-1/+37
* Add comment for deadlock_timeout:Bruce Momjian2008-07-081-1/+2
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-061-16/+25
* Remove GUC extra_desc strings that are redundant with the enum value lists.Tom Lane2008-07-011-21/+19
* "debug" level was supposed to be hidden, since it's just an alias for debug2.Magnus Hagander2008-07-011-3/+3
* Split apart message_level_options into one set for server-side settings andMagnus Hagander2008-07-011-12/+30
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-301-2/+2
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-302-1/+11
* Fix spelling mistake in postgresql.conf.Bruce Momjian2008-06-111-1/+1
* Add a field to guc enums to allow hiding of values from display whileMagnus Hagander2008-05-281-72/+89
* Fix an old corner-case bug in set_config_option: push_old_value has to beTom Lane2008-05-261-111/+99
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-152-2/+18
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-121-10/+16
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-091-1/+2
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-041-1/+4
* Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane2008-05-022-1/+12
* Make the minimum allowed value of work_mem be 64KB always, rather than havingTom Lane2008-05-011-2/+2
* Some minor further cleanup around A_Const. Don't attach a typecast inTom Lane2008-04-291-10/+8
* Remove typename from A_Const.Alvaro Herrera2008-04-291-13/+31
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-182-12/+1
* Remove no-longer-used function assign_backslash_quote()Tom Lane2008-04-041-26/+1
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-041-12/+27
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-041-60/+31
* Oops, add proper #ifdef for systems without support for syslog.Magnus Hagander2008-04-031-1/+3
* Convert syslog_facility guc to enum type.Magnus Hagander2008-04-031-41/+31
* Convert three more guc settings to enum type:Magnus Hagander2008-04-021-80/+58
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-18/+10
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-6/+9