Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e889ff4d
Commit
e889ff4d
authored
Aug 23, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release note updates.
parent
53a04e00
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+7
-6
No files found.
doc/src/sgml/release.sgml
View file @
e889ff4d
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.34
3 2005/08/23 12:46:35
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.34
4 2005/08/23 12:47:30
momjian Exp $
-->
<appendix id="release">
...
...
@@ -30,21 +30,22 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.343 2005/08/23 12:46:35 momjian
<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>
A
llow indexes to be used for MIN/MAX
(Tom)
A
utomatically 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment