Skip to content

Commit e889ff4

Browse files
committed
Release note updates.
1 parent 53a04e0 commit e889ff4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/release.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.343 2005/08/23 12:46:35 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.344 2005/08/23 12:47:30 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -30,21 +30,22 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.343 2005/08/23 12:46:35 momjian
3030
<listitem>
3131
<para>
3232
This was accomplished by eliminating global locks and using a clock
33-
sweep algorithm to find free buffers.
33+
sweep algorithm to find free buffers. This increases scalability
34+
on multi-CPU systems.
3435
</para>
3536
</listitem>
3637
</varlistentry>
3738

3839
<varlistentry>
3940
<term>
40-
Allow indexes to be used for MIN/MAX (Tom)
41+
Automatically use indexes for MIN() and MAX() (Tom)
4142
</term>
4243

4344
<listitem>
4445
<para>
45-
In previous releases, the only way to use index for MIN/MAX was to rewrite
46-
the query as SELECT col FROM tab ORDER BY col LIMIT 1. This now happens
47-
automatically.
46+
In previous releases, the only way to use an index for MIN/MAX
47+
was to rewrite the query as SELECT col FROM tab ORDER BY col
48+
LIMIT 1. Index usage now happens automatically.
4849
</para>
4950
</listitem>
5051
</varlistentry>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy