aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Add columns boot_val and reset_val to the pg_settings view, to exposeMagnus Hagander2008-10-06
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Only show source file and line numbers to superusers, for consistentMagnus Hagander2008-09-23
* Tweak newly added set_config_sourcefile() so that the target recordTom Lane2008-09-10
* Add "source file" and "source line" information to each GUC variable.Alvaro Herrera2008-09-10
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-09
* Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander2008-08-25
* Make "log_temp_files" super-user set only, like other logging options.Bruce Momjian2008-08-22
* Improve wording of error message when a postgresql.conf setting isBruce Momjian2008-08-22
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-19
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-15
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-23
* Add unchangeable GUC "variables" segment_size, wal_block_size, andTom Lane2008-07-10
* Add comment for deadlock_timeout:Bruce Momjian2008-07-08
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-06
* Remove GUC extra_desc strings that are redundant with the enum value lists.Tom Lane2008-07-01
* "debug" level was supposed to be hidden, since it's just an alias for debug2.Magnus Hagander2008-07-01
* Split apart message_level_options into one set for server-side settings andMagnus Hagander2008-07-01
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-30
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-30
* Fix spelling mistake in postgresql.conf.Bruce Momjian2008-06-11
* Add a field to guc enums to allow hiding of values from display whileMagnus Hagander2008-05-28
* Fix an old corner-case bug in set_config_option: push_old_value has to beTom Lane2008-05-26
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-04
* Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane2008-05-02
* Make the minimum allowed value of work_mem be 64KB always, rather than havingTom Lane2008-05-01
* Some minor further cleanup around A_Const. Don't attach a typecast inTom Lane2008-04-29
* Remove typename from A_Const.Alvaro Herrera2008-04-29
* Cause EXPLAIN's VERBOSE option to print the target list (output column list)Tom Lane2008-04-18
* Remove no-longer-used function assign_backslash_quote()Tom Lane2008-04-04
* Convert backslash_quote guc to use enum.Magnus Hagander2008-04-04
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-04
* Oops, add proper #ifdef for systems without support for syslog.Magnus Hagander2008-04-03
* Convert syslog_facility guc to enum type.Magnus Hagander2008-04-03
* Convert three more guc settings to enum type:Magnus Hagander2008-04-02
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander2008-03-17
* Some cleanups of enum-guc code, per comments from Tom.Magnus Hagander2008-03-16
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-10
* Document and enforce that the usable range of setseed() arguments isTom Lane2008-03-10
* Increase the default value of log_min_messages to WARNING, so thatTom Lane2008-03-10
* Remove postmaster.c's check that NBuffers is at least twice MaxBackends.Tom Lane2008-03-09