Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite889ff4

Browse files
committed
Release note updates.
1 parent53a04e0 commite889ff4

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-
Allowindexesto be usedfor MIN/MAX (Tom)
41+
Automatically useindexes for MIN() andMAX() (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 useanindex for MIN/MAX
47+
was to rewritethe query as SELECT col FROM tab ORDER BY col
48+
LIMIT 1. Index usage now happensautomatically.
4849
</para>
4950
</listitem>
5051
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp