diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 15:51:47 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-09-14 15:51:47 +0000 |
commit | b75ac35bfda763d130b78a05ca6d9e0f3e4db895 (patch) | |
tree | 29147cd8bd7339a6036496eafa25748f424df000 | |
parent | 93bba446cecb5f418e66f402938bfda2473b00b6 (diff) | |
download | postgresql-b75ac35bfda763d130b78a05ca6d9e0f3e4db895.tar.gz postgresql-b75ac35bfda763d130b78a05ca6d9e0f3e4db895.zip |
Minor editorialization on release notes.
-rw-r--r-- | doc/src/sgml/release.sgml | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index c6d86757492..391f028566a 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.55 2007/09/11 17:19:15 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.235.2.56 2007/09/14 15:51:47 tgl Exp $ --> <!-- Typical markup: @@ -65,20 +65,34 @@ do it for earlier branch release files. <listitem> <para> - Fix excessively <acronym>SSL</> log error messages (Tom) + Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) </para> </listitem> <listitem> <para> - Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom) + Fix excessive logging of <acronym>SSL</> error messages (Tom) </para> </listitem> <listitem> <para> - Require non-superusers who use <filename>/contrib/dblink</> to use only password - authentication, as a security measure (Joe) + Fix crash when <varname>log_min_error_statement</> logging runs out + of memory (Tom) + </para> + </listitem> + + <listitem> + <para> + Prevent <command>CLUSTER</> from failing + due to attempting to process temporary tables of other sessions (Alvaro) + </para> + </listitem> + + <listitem> + <para> + Require non-superusers who use <filename>/contrib/dblink</> to use only + password authentication, as a security measure (Joe) </para> </listitem> @@ -3303,14 +3317,21 @@ DROP SCHEMA information_schema CASCADE; <listitem> <para> - Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom) + Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom) + </para> + </listitem> + + <listitem> + <para> + Fix crash when <varname>log_min_error_statement</> logging runs out + of memory (Tom) </para> </listitem> <listitem> <para> - Require non-superusers who use <filename>/contrib/dblink</> to use only password - authentication, as a security measure (Joe) + Require non-superusers who use <filename>/contrib/dblink</> to use only + password authentication, as a security measure (Joe) </para> </listitem> |