mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
Minor editorialization on release notes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.37 2007/09/11 17:19:25 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.321.4.38 2007/09/14 15:51:31 tgl Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@@ -65,39 +65,40 @@ do it for earlier branch release files.
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix excessively <acronym>SSL</> log error messages (Tom)
|
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Win32 socket improvements (Magnus)
|
Fix excessive logging of <acronym>SSL</> error messages (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix <application>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)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom)
|
Fix crash when <varname>log_min_error_statement</> logging runs out
|
||||||
|
of memory (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Require non-superusers who use <filename>/contrib/dblink</> to use only password
|
Fix incorrect handling of some foreign-key corner cases (Tom)
|
||||||
authentication, as a security measure (Joe)
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Suppress timezone name (<literal>%Z</>) in log timestamps on Win32 because of
|
Prevent <command>CLUSTER</> from failing
|
||||||
possible improperly encoded names (Tom)
|
due to attempting to process temporary tables of other sessions (Alvaro)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -107,6 +108,26 @@ do it for earlier branch release files.
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Windows socket improvements (Magnus)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Suppress timezone name (<literal>%Z</>) in log timestamps on Windows
|
||||||
|
because of possible encoding mismatches (Tom)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Require non-superusers who use <filename>/contrib/dblink</> to use only
|
||||||
|
password authentication, as a security measure (Joe)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
@@ -3651,20 +3672,34 @@ typedefs (Michael)</para></listitem>
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Fix excessively <acronym>SSL</> log error messages (Tom)
|
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom)
|
Fix excessive logging of <acronym>SSL</> error messages (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Require non-superusers who use <filename>/contrib/dblink</> to use only password
|
Fix crash when <varname>log_min_error_statement</> logging runs out
|
||||||
authentication, as a security measure (Joe)
|
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -6889,14 +6924,21 @@ DROP SCHEMA information_schema CASCADE;
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom)
|
Make <command>CREATE DOMAIN ... DEFAULT NULL</> work properly (Tom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Require non-superusers who use <filename>/contrib/dblink</> to use only password
|
Fix crash when <varname>log_min_error_statement</> logging runs out
|
||||||
authentication, as a security measure (Joe)
|
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)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user