From: Tom Lane Date: Fri, 14 Sep 2007 15:51:47 +0000 (+0000) Subject: Minor editorialization on release notes. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8aebe819f74336e6b4117c691182d36df5112b3a;p=users%2Fbernd%2Fpostgres.git Minor editorialization on release notes. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f6e5a82882..eb8d5f1733 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -65,20 +65,34 @@ do it for earlier branch release files. - Fix excessively SSL log error messages (Tom) + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom) - Allow CREATE DOMAIN ... DEFAULT NULL (Tom) + Fix excessive logging of SSL error messages (Tom) - Require non-superusers who use /contrib/dblink to use only password - authentication, as a security measure (Joe) + Fix crash when log_min_error_statement logging runs out + of memory (Tom) + + + + + + Prevent CLUSTER from failing + due to attempting to process temporary tables of other sessions (Alvaro) + + + + + + Require non-superusers who use /contrib/dblink to use only + password authentication, as a security measure (Joe) @@ -3303,14 +3317,21 @@ DROP SCHEMA information_schema CASCADE; - Allow CREATE DOMAIN ... DEFAULT NULL (Tom) + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom) + + + + + + Fix crash when log_min_error_statement logging runs out + of memory (Tom) - Require non-superusers who use /contrib/dblink to use only password - authentication, as a security measure (Joe) + Require non-superusers who use /contrib/dblink to use only + password authentication, as a security measure (Joe)