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