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