Commits

DateSubjectAuthorReleases
2011-07-17 Add temp_file_limit GUC parameter to constrain temporary file space usage. Tom Lane 9.2.0
2011-07-08 Fix another oversight in logging of changes in postgresql.conf settings. Tom Lane 9.0.5
2011-07-08 Fix another oversight in logging of changes in postgresql.conf settings. Tom Lane 9.1.0
2011-07-08 Fix another oversight in logging of changes in postgresql.conf settings. Tom Lane 9.2.0
2011-05-11 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. Tom Lane 9.1.0
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2010-01-26 Remove the default_do_language parameter, instead making DO use a hardwired Tom Lane 9.0.0
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.0.23
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.1.19
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.2.15
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.4.2
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 9.0.0
2009-11-28 Add support for an application_name parameter, which is displayed in Tom Lane 9.0.0
2009-10-03 Fix a couple of issues in recent patch to print updates to postgresql.conf Tom Lane 9.0.0
2009-09-22 Implement the DO statement to support execution of PL code without having Tom Lane 9.0.0
2009-09-03 Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer Tom Lane 8.4.1
2009-09-03 Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer Tom Lane 9.0.0
2009-08-29 Remove the use of the pg_auth flat file for client authentication. Tom Lane 9.0.0
2008-11-19 Some infrastructure changes for the upcoming auto-explain contrib module: Tom Lane 8.4.0
2008-07-23 Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in Tom Lane 8.4.0
2008-04-18 Cause EXPLAIN's VERBOSE option to print the target list (output column list) Tom Lane 8.4.0
2007-12-28 Improve consistency of error reporting in GUC assign_hook routines. Some Tom Lane 8.3.0
2007-09-11 Arrange for SET LOCAL's effects to persist until the end of the current top Tom Lane 8.3.0
2007-09-03 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. Tom Lane 8.3.0
2007-09-03 Implement function-local GUC parameter settings, as per recent discussion. Tom Lane 8.3.0