Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 250bc51

Browse files
committed
First round of release note changes from Guillaume Smet.
1 parent 936815e commit 250bc51

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

doc/src/sgml/release.sgml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.602 2009/03/27 00:11:34 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.603 2009/03/27 00:45:40 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -122,8 +122,8 @@ do it for earlier branch release files.
122122
</para>
123123

124124
<para>
125-
This was available previously via a configure --enable-integer-datetimes
126-
(Neil Conway)
125+
This was available previously via a configure
126+
--enable-integer-datetimes.
127127
</para>
128128
</listitem>
129129

@@ -421,7 +421,7 @@ do it for earlier branch release files.
421421

422422
<para>
423423
While semi-joins merely replace existing IN joins, anti-joins
424-
are a new capability for NOT IN and NOT EXIST clauses (Tom)
424+
are a new capability for NOT IN and NOT EXISTS clauses (Tom)
425425
This improves optimization possibilities.
426426
</para>
427427
</listitem>
@@ -432,7 +432,7 @@ do it for earlier branch release files.
432432
</para>
433433

434434
<para>
435-
IN and EXISTs now provide similar performance for equivalent clauses.
435+
IN and EXISTS now provide similar performance for equivalent clauses.
436436
</para>
437437
</listitem>
438438

@@ -484,7 +484,7 @@ do it for earlier branch release files.
484484
</para>
485485

486486
<para>
487-
A new constraint_exclusion setting, "partition", which matches this
487+
A new constraint_exclusion setting, "partition", was added to match this
488488
behavior.
489489
</para>
490490
</listitem>
@@ -635,8 +635,8 @@ do it for earlier branch release files.
635635

636636
<listitem>
637637
<para>
638-
Move that server statistics file into the subdirectory pg_stat_tmp
639-
(Magnus)
638+
Move the server statistics file into the subdirectory pg_stat_tmp
639+
and allow its location to be specified via stats_temp_directory (Magnus)
640640
</para>
641641

642642
<para>
@@ -647,14 +647,6 @@ do it for earlier branch release files.
647647
</para>
648648
</listitem>
649649

650-
<listitem>
651-
<para>
652-
Allow the location of the new pg_stat_tmp to be configured via
653-
the stats_temp_directory setting (Magnus)
654-
655-
</para>
656-
</listitem>
657-
658650
</itemizedlist>
659651

660652
</sect3>

0 commit comments

Comments
 (0)