Add first release note detail item.
authorBruce Momjian <bruce@momjian.us>
Wed, 29 Oct 2003 20:38:19 +0000 (20:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 29 Oct 2003 20:38:19 +0000 (20:38 +0000)
doc/src/sgml/release.sgml

index baafa5159ce1fc164c07270a82187209e87be76a..c8bd9e2de1bce7f23b1f8241b3a5c52321d1043c 100644 (file)
@@ -15,6 +15,15 @@ $Header$
 <glossentry><glossterm> Performance</glossterm>
 
 <glossdef><para> IN/NOT IN subqueries are now much more efficient
+  <footnote>
+  <para>
+   In previous releases, IN/NOT IN subqueries were joined to the
+   upper query by sequentially scanning the subquery looking for
+   a join.  The 7.4 code uses the same sophisticated techniques
+   used by ordinary joins and so is much faster, and is now faster
+   than EXISTS subqueries.
+  </para>
+  </footnote>
 </para>
 
 <para> Improved GROUP BY processing by using hash buckets</para>