| Commit message (Expand) | Author | Age |
* | Remove tabs after spaces in C comments | Bruce Momjian | 2014-05-06 |
* | Improve and simplify CREATE EXTENSION's management of GUC variables. | Tom Lane | 2011-10-05 |
* | Fix another oversight in logging of changes in postgresql.conf settings. | Tom Lane | 2011-07-08 |
* | Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. | Tom Lane | 2011-05-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Code cleanup for assign_XactIsoLevel. | Robert Haas | 2011-01-21 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Use GUC lexer for recovery.conf parsing. | Robert Haas | 2010-12-03 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera | 2010-03-25 |
* | Remove the default_do_language parameter, instead making DO use a hardwired | Tom Lane | 2010-01-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Add new PGC_S_DATABASE_USER enum value to several places missed by my patch | Alvaro Herrera | 2009-10-13 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 |
* | Fix a couple of issues in recent patch to print updates to postgresql.conf | Tom Lane | 2009-10-03 |
* | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 |
* | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane | 2008-07-23 |
* | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian | 2008-06-30 |
* | Add a field to guc enums to allow hiding of values from display while | Magnus Hagander | 2008-05-28 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 |
* | Cause EXPLAIN's VERBOSE option to print the target list (output column list) | Tom Lane | 2008-04-18 |
* | Convert three more guc settings to enum type: | Magnus Hagander | 2008-04-02 |
* | 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 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve consistency of error reporting in GUC assign_hook routines. Some | Tom Lane | 2007-12-28 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 |
* | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 |
* | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 |
* | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 |
* | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 |
* | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 |
* | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 |