mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
First round of release note changes from Guillaume Smet.
This commit is contained in:
parent
936815e9ab
commit
250bc515e4
@ -1,4 +1,4 @@
|
|||||||
<!-- $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.
|
|||||||
</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.
|
|||||||
|
|
||||||
<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.
|
|||||||
</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.
|
|||||||
</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.
|
|||||||
|
|
||||||
<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.
|
|||||||
</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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user