Release note updates.
authorBruce Momjian <[email protected]>
Tue, 23 Aug 2005 12:47:30 +0000 (12:47 +0000)
committerBruce Momjian <[email protected]>
Tue, 23 Aug 2005 12:47:30 +0000 (12:47 +0000)
doc/src/sgml/release.sgml

index f61a8d8e8b1187117b64cd8c3150d9240a283050..babdf0e6b2489702c8a2a09ec8aeb724e4f28a3a 100644 (file)
@@ -30,21 +30,22 @@ $PostgreSQL$
       <listitem>
        <para>
         This was accomplished by eliminating global locks and using a clock
-       sweep algorithm to find free buffers.
+       sweep algorithm to find free buffers. This increases scalability
+       on multi-CPU systems.
        </para> 
       </listitem>
      </varlistentry>
 
      <varlistentry>
       <term>
-       Allow indexes to be used for MIN/MAX (Tom)
+       Automatically use indexes for MIN() and MAX() (Tom)
       </term>
  
       <listitem>
        <para>
-        In previous releases, the only way to use index for MIN/MAX was to rewrite
-        the query as SELECT col FROM tab ORDER BY col LIMIT 1. This now happens
-        automatically.
+        In previous releases, the only way to use an index for MIN/MAX
+        was to rewrite the query as SELECT col FROM tab ORDER BY col
+        LIMIT 1. Index usage now happens automatically.
        </para> 
       </listitem>
      </varlistentry>