From: Tom Lane Date: Fri, 14 Sep 2007 15:51:31 +0000 (+0000) Subject: Minor editorialization on release notes. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4b8c649f51366ba86bdec91562e3d448e31c4530;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 f66db3a505..615ff93fa1 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -65,39 +65,40 @@ do it for earlier branch release files. - Fix excessively SSL log error messages (Tom) + Make CREATE DOMAIN ... DEFAULT NULL work properly (Tom) - Win32 socket improvements (Magnus) + Fix excessive logging of SSL error messages (Tom) - Fix syslog so log messages are never partially written (Tom, Andrew) + Fix logging so that log messages are never interleaved when using + the syslogger process (Andrew) - Allow CREATE DOMAIN ... DEFAULT NULL (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) + Fix incorrect handling of some foreign-key corner cases (Tom) - Suppress timezone name (%Z) in log timestamps on Win32 because of - possible improperly encoded names (Tom) + Prevent CLUSTER from failing + due to attempting to process temporary tables of other sessions (Alvaro) @@ -107,6 +108,26 @@ do it for earlier branch release files. + + + Windows socket improvements (Magnus) + + + + + + Suppress timezone name (%Z) in log timestamps on Windows + because of possible encoding mismatches (Tom) + + + + + + Require non-superusers who use /contrib/dblink to use only + password authentication, as a security measure (Joe) + + + @@ -3651,20 +3672,34 @@ typedefs (Michael) - 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) @@ -6889,14 +6924,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)