diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-03-27 00:45:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-03-27 00:45:40 +0000 |
commit | 250bc515e4854c737783cf69b68177b65cdf8ed4 (patch) | |
tree | 1b9793d580bbc0698b45464fc039ca878b736987 | |
parent | 936815e9aba050374bfc336e7b397a3de3745335 (diff) | |
download | postgresql-250bc515e4854c737783cf69b68177b65cdf8ed4.tar.gz postgresql-250bc515e4854c737783cf69b68177b65cdf8ed4.zip |
First round of release note changes from Guillaume Smet.
-rw-r--r-- | doc/src/sgml/release.sgml | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index b4a6237513c..ca47b413406 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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: @@ -122,8 +122,8 @@ do it for earlier branch release files. </para> <para> - This was available previously via a configure --enable-integer-datetimes - (Neil Conway) + This was available previously via a configure + --enable-integer-datetimes. </para> </listitem> @@ -421,7 +421,7 @@ do it for earlier branch release files. <para> 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. </para> </listitem> @@ -432,7 +432,7 @@ do it for earlier branch release files. </para> <para> - IN and EXISTs now provide similar performance for equivalent clauses. + IN and EXISTS now provide similar performance for equivalent clauses. </para> </listitem> @@ -484,7 +484,7 @@ do it for earlier branch release files. </para> <para> - A new constraint_exclusion setting, "partition", which matches this + A new constraint_exclusion setting, "partition", was added to match this behavior. </para> </listitem> @@ -635,8 +635,8 @@ do it for earlier branch release files. <listitem> <para> - Move that server statistics file into the subdirectory pg_stat_tmp - (Magnus) + Move the server statistics file into the subdirectory pg_stat_tmp + and allow its location to be specified via stats_temp_directory (Magnus) </para> <para> @@ -647,14 +647,6 @@ do it for earlier branch release files. </para> </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> </sect3> |