Commit 250bc515 authored by Bruce Momjian's avatar Bruce Momjian

First round of release note changes from Guillaume Smet.

parent 936815e9
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.602 2009/03/27 00:11:34 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.603 2009/03/27 00:45:40 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -122,8 +122,8 @@ do it for earlier branch release files. ...@@ -122,8 +122,8 @@ do it for earlier branch release files.
</para> </para>
<para> <para>
This was available previously via a configure --enable-integer-datetimes This was available previously via a configure
(Neil Conway) --enable-integer-datetimes.
</para> </para>
</listitem> </listitem>
...@@ -421,7 +421,7 @@ do it for earlier branch release files. ...@@ -421,7 +421,7 @@ do it for earlier branch release files.
<para> <para>
While semi-joins merely replace existing IN joins, anti-joins While semi-joins merely replace existing IN joins, anti-joins
are a new capability for NOT IN and NOT EXIST clauses (Tom) are a new capability for NOT IN and NOT EXISTS clauses (Tom)
This improves optimization possibilities. This improves optimization possibilities.
</para> </para>
</listitem> </listitem>
...@@ -432,7 +432,7 @@ do it for earlier branch release files. ...@@ -432,7 +432,7 @@ do it for earlier branch release files.
</para> </para>
<para> <para>
IN and EXISTs now provide similar performance for equivalent clauses. IN and EXISTS now provide similar performance for equivalent clauses.
</para> </para>
</listitem> </listitem>
...@@ -484,7 +484,7 @@ do it for earlier branch release files. ...@@ -484,7 +484,7 @@ do it for earlier branch release files.
</para> </para>
<para> <para>
A new constraint_exclusion setting, "partition", which matches this A new constraint_exclusion setting, "partition", was added to match this
behavior. behavior.
</para> </para>
</listitem> </listitem>
...@@ -635,8 +635,8 @@ do it for earlier branch release files. ...@@ -635,8 +635,8 @@ do it for earlier branch release files.
<listitem> <listitem>
<para> <para>
Move that server statistics file into the subdirectory pg_stat_tmp Move the server statistics file into the subdirectory pg_stat_tmp
(Magnus) and allow its location to be specified via stats_temp_directory (Magnus)
</para> </para>
<para> <para>
...@@ -647,14 +647,6 @@ do it for earlier branch release files. ...@@ -647,14 +647,6 @@ do it for earlier branch release files.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Allow the location of the new pg_stat_tmp to be configured via
the stats_temp_directory setting (Magnus)
</para>
</listitem>
</itemizedlist> </itemizedlist>
</sect3> </sect3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment