1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Minor editorialization on release notes.

This commit is contained in:
Tom Lane
2007-09-14 15:51:18 +00:00
parent eae9062283
commit 0fcc0224fe

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.44 2007/09/11 17:19:36 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.45 2007/09/14 15:51:18 tgl Exp $ -->
<!-- <!--
Typical markup: Typical markup:
@ -65,52 +65,53 @@ 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>
Allow the <type>interval</> data type to accept values consisting only of Allow the <type>interval</> data type to accept input consisting only of
milliseconds or microseconds (Neil) milliseconds or microseconds (Neil)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Win32 socket improvements (Magnus) Speed up rtree index insertion (Teodor)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Fix <application>syslog</> so log messages are never partially written (Tom, Andrew) Fix excessive logging of <acronym>SSL</> error messages (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow <command>CREATE DOMAIN ... DEFAULT NULL</> (Tom) Fix logging so that log messages are never interleaved when using
the syslogger process (Andrew)
</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> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Suppress timezone name (<literal>%Z</>) in log timestamps on Win32 because of Fix incorrect handling of some foreign-key corner cases (Tom)
possible improperly encoded names (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Speed up rtree index additions (Teodor) Prevent <command>REINDEX</> and <command>CLUSTER</> from failing
due to attempting to process temporary tables of other sessions (Alvaro)
</para> </para>
</listitem> </listitem>
@ -120,6 +121,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>
@ -564,7 +585,7 @@ Wieland)</para></listitem>
</listitem> </listitem>
<listitem><para>Efficiency improvements in hash tables and bitmap index scans <listitem><para>Efficiency improvements in hash tables and bitmap index scans
(Tom)</para></listitem> (Tom)</para></listitem>
<listitem><para>Fix instability of statistics collection on Win32 (Tom, Andrew)</para></listitem> <listitem><para>Fix instability of statistics collection on Windows (Tom, Andrew)</para></listitem>
<listitem><para>Fix <varname>statement_timeout</> to use the proper <listitem><para>Fix <varname>statement_timeout</> to use the proper
units on Win32 (Bruce)</para> units on Win32 (Bruce)</para>
<para>In previous Win32 8.1.X versions, the delay was off by a factor of <para>In previous Win32 8.1.X versions, the delay was off by a factor of
@ -3194,39 +3215,40 @@ psql -t -f fixseq.sql db1 | psql -e db1
<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>
@ -3236,6 +3258,26 @@ psql -t -f fixseq.sql db1 | psql -e db1
</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>
@ -6780,20 +6822,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>
@ -10018,14 +10074,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>