From 8aebe819f74336e6b4117c691182d36df5112b3a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 14 Sep 2007 15:51:47 +0000 Subject: [PATCH] Minor editorialization on release notes. --- doc/src/sgml/release.sgml | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) 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) -- 2.39.5