| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a field to guc enums to allow hiding of values from display while | Magnus Hagander | 2008-05-28 | 1 | -72/+89 |
| * | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane | 2008-05-26 | 1 | -111/+99 |
| * | Add support for tracking call counts and elapsed runtime for user-defined | Tom Lane | 2008-05-15 | 1 | -2/+17 |
| * | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 | 1 | -10/+16 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
| * | Allow the planner's estimate of the fraction of a cursor's rows that will be | Tom Lane | 2008-05-02 | 1 | -1/+11 |
| * | Make the minimum allowed value of work_mem be 64KB always, rather than having | Tom Lane | 2008-05-01 | 1 | -2/+2 |
| * | Some minor further cleanup around A_Const. Don't attach a typecast in | Tom Lane | 2008-04-29 | 1 | -10/+8 |
| * | Remove typename from A_Const. | Alvaro Herrera | 2008-04-29 | 1 | -13/+31 |
| * | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 | 1 | -11/+1 |
| * | Remove no-longer-used function assign_backslash_quote() | Tom Lane | 2008-04-04 | 1 | -26/+1 |
| * | Convert backslash_quote guc to use enum. | Magnus Hagander | 2008-04-04 | 1 | -12/+27 |
| * | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander | 2008-04-04 | 1 | -60/+31 |
| * | Oops, add proper #ifdef for systems without support for syslog. | Magnus Hagander | 2008-04-03 | 1 | -1/+3 |
| * | Convert syslog_facility guc to enum type. | Magnus Hagander | 2008-04-03 | 1 | -41/+31 |
| * | Convert three more guc settings to enum type: | Magnus Hagander | 2008-04-02 | 1 | -80/+58 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -18/+10 |
| * | Fix postgres --describe-config for guc enums, breakage noted by Alvaro. | Magnus Hagander | 2008-03-17 | 1 | -16/+13 |
| * | Some cleanups of enum-guc code, per comments from Tom. | Magnus Hagander | 2008-03-16 | 1 | -10/+44 |
| * | Implement enum type for guc parameters, and convert a couple of existing | Magnus Hagander | 2008-03-10 | 1 | -218/+389 |
| * | Document and enforce that the usable range of setseed() arguments is | Tom Lane | 2008-03-10 | 1 | -2/+2 |
| * | Increase the default value of log_min_messages to WARNING, so that | Tom Lane | 2008-03-10 | 1 | -3/+3 |
| * | Remove postmaster.c's check that NBuffers is at least twice MaxBackends. | Tom Lane | 2008-03-09 | 1 | -10/+4 |
| * | Improve "bgwriter_lru_multiplier" GUC description. | Bruce Momjian | 2008-03-06 | 1 | -2/+2 |
| * | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane | 2008-01-30 | 1 | -1/+11 |
| * | Minor editorial improvements in documentation of session_replication_role; | Tom Lane | 2008-01-27 | 1 | -2/+2 |
| * | Avoid cluttering the postmaster log with bogus complaints | Tom Lane | 2008-01-14 | 1 | -1/+11 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane | 2007-12-28 | 1 | -33/+68 |
| * | Wording improvements | Peter Eisentraut | 2007-12-27 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -133/+135 |
| * | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 | 1 | -2/+4 |
| * | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 | 1 | -1/+11 |
| * | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 | 1 | -4/+22 |
| * | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane | 2007-09-25 | 1 | -6/+6 |
| * | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane | 2007-09-24 | 1 | -43/+19 |
| * | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 1 | -367/+349 |
| * | Revert temporary patch that made synchronous_commit default to OFF. | Tom Lane | 2007-09-10 | 1 | -3/+2 |
| * | Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro. | Tom Lane | 2007-09-10 | 1 | -3/+3 |
| * | Code review for GUC revert-values-if-removed-from-postgresql.conf patch; | Tom Lane | 2007-09-10 | 1 | -229/+214 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 1 | -24/+107 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -25/+60 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -4/+14 |
| * | Provide for logfiles in machine readable CSV format. In consequence, rename | Andrew Dunstan | 2007-08-19 | 1 | -5/+7 |
| * | TEMPORARILY make synchronous_commit default to OFF, so that we can get more | Tom Lane | 2007-08-13 | 1 | -2/+3 |
| * | Fix thinko in multi-autovac-workers code: validity checks made by | Tom Lane | 2007-08-08 | 1 | -11/+7 |
| * | Fix crash caused by log_timezone patch if we attempt to emit any elog messages | Tom Lane | 2007-08-04 | 1 | -1/+7 |
| * | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 1 | -1/+10 |
| * | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -3/+11 |
| * | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 | 1 | -1/+12 |