| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -3/+3 |
| * | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 | 1 | -4/+1 |
| * | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 | 1 | -1/+4 |
| * | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 | 1 | -4/+1 |
| * | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 | 1 | -1/+4 |
| * | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane | 2006-07-29 | 1 | -1/+3 |
| * | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 | 1 | -5/+1 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 | 1 | -3/+1 |
| * | Back out comment update about sighup, original was accurate. | Bruce Momjian | 2006-03-07 | 1 | -5/+5 |
| * | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 1 | -1/+2 |
| * | Update comment on how sighup signal affects postgresql.conf reload. | Bruce Momjian | 2006-03-06 | 1 | -5/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -5/+5 |
| * | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 | 1 | -1/+4 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 1 | -1/+2 |
| * | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane | 2005-03-25 | 1 | -1/+5 |
| * | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 | 1 | -1/+3 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | A client_encoding specification coming from the connection request has | Tom Lane | 2004-11-24 | 1 | -4/+3 |
| * | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 | 1 | -9/+2 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -1/+5 |
| * | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be | Tom Lane | 2004-10-22 | 1 | -3/+1 |
| * | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 | 1 | -5/+4 |
| * | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 | 1 | -4/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -36/+39 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 | 1 | -1/+8 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -3/+3 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 1 | -3/+3 |
| * | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian | 2004-05-26 | 1 | -1/+49 |
| * | > >>1. change the type of "log_statement" option from boolean to string, | Bruce Momjian | 2004-04-07 | 1 | -2/+1 |
| * | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 | 1 | -1/+30 |
| * | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 | 1 | -1/+3 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Rename DoIt to changeVar, for clarity. | Bruce Momjian | 2003-09-01 | 1 | -2/+2 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -4/+4 |
| * | Code review for recent GUC changes --- try to make it less obvious that | Tom Lane | 2003-07-28 | 1 | -28/+22 |
| * | There was enough code drift since this patch, that a couple of bugs | Bruce Momjian | 2003-07-28 | 1 | -1/+3 |
| * | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 | 1 | -10/+11 |
| * | Back out comment on GucContexts. | Bruce Momjian | 2003-07-21 | 1 | -4/+1 |
| * | Add description for new GUC context. | Bruce Momjian | 2003-07-09 | 1 | -1/+4 |
| * | Add new USERLIMIT GUC source level so certain options can be disabled | Bruce Momjian | 2003-07-09 | 1 | -6/+15 |
| * | Add log_min_duration_statement. | Bruce Momjian | 2003-06-11 | 1 | -1/+3 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 1 | -4/+6 |
| * | SECOND ATTEMPT | Bruce Momjian | 2003-05-02 | 1 | -1/+6 |
| * | Back out second part of patch. | Bruce Momjian | 2003-05-02 | 1 | -6/+1 |
| * | Back out last commit --- wrong patch. | Bruce Momjian | 2003-05-02 | 1 | -1/+6 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -50/+47 |