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
3a3c06f0
Commit
3a3c06f0
authored
Aug 23, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust SGML so major feature items are all not in a single subparagraph.
parent
2a492824
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
777 additions
and
737 deletions
+777
-737
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+777
-737
No files found.
doc/src/sgml/release.sgml
View file @
3a3c06f0
<!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.3
39 2005/08/23 11:32
:33 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.3
40 2005/08/23 11:53
:33 momjian Exp $
-->
<appendix id="release">
...
...
@@ -18,21 +18,78 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.339 2005/08/23 11:32:33 momjian
<para>
Major changes in this release:
</para>
<variablelist>
<varlistentry>
<term>
Improve concurrent access to the shared buffer cache (Tom)
</term>
<listitem>
<para>
This was accomplished by eliminating global locks and using a clock
sweep algorithm to find free buffers.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
Allow indexes to be used for MIN/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.
</para>
</listitem>
</varlistentry>
</variablelist>
<varlistentry>
<term>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
<sect2>
...
...
@@ -140,16 +197,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.339 2005/08/23 11:32:33 momjian
<listitem>
<para>
Improve rtree index capabilities and performance (Neil)
</para>
</listitem>
<listitem>
<para>
Improve concurrent access to the shared buffer cache (Tom)
</para>
<para>
This was accomplished by eliminating global locks and using a clock
sweep algorithm to find free buffers.
Replaced by contrib?
</para>
</listitem>
...
...
@@ -165,17 +213,6 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.339 2005/08/23 11:32:33 momjian
</para>
</listitem>
<listitem>
<para>
Allow indexes to be used for MIN/MAX (Tom)
</para>
<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.
</para>
</listitem>
<listitem>
<para>
Add in-memory bitmaps which allows multiple indexes to be merged in a
...
...
@@ -1839,6 +1876,7 @@ typedefs (Michael)</para></listitem>
<para>
Major changes in this release:
</para>
<variablelist>
<varlistentry>
...
...
@@ -1988,7 +2026,6 @@ typedefs (Michael)</para></listitem>
</varlistentry>
</variablelist>
</para>
</sect2>
<sect2>
...
...
@@ -4889,6 +4926,7 @@ DROP SCHEMA information_schema CASCADE;
<para>
Major changes in this release:
</para>
<variablelist>
<varlistentry>
...
...
@@ -5152,8 +5190,8 @@ DROP SCHEMA information_schema CASCADE;
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</sect2>
<sect2>
...
...
@@ -7396,6 +7434,7 @@ operations on bytea columns (Joe)</para></listitem>
<para>
Major changes in this release:
</para>
<variablelist>
<varlistentry>
...
...
@@ -7512,7 +7551,6 @@ operations on bytea columns (Joe)</para></listitem>
</varlistentry>
</variablelist>
</para>
</sect2>
<sect2>
...
...
@@ -8396,6 +8434,7 @@ since <productname>PostgreSQL</productname> 7.1.
<para>
Major changes in this release:
</para>
<variablelist>
<varlistentry>
...
...
@@ -8470,8 +8509,8 @@ since <productname>PostgreSQL</productname> 7.1.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</sect2>
<sect2>
...
...
@@ -9070,6 +9109,7 @@ Python fixes (Darcy)
<para>
Major changes in this release:
</para>
<variablelist>
<varlistentry>
...
...
@@ -9533,6 +9573,7 @@ ecpg changes (Michael)
<para>
Major changes in this release:
</para>
<variablelist>
<varlistentry>
...
...
@@ -9586,9 +9627,9 @@ ecpg changes (Michael)
column correlation names.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<sect2>
<title>Migration to version 7.0</title>
...
...
@@ -9606,6 +9647,7 @@ ecpg changes (Michael)
<para>
Interface and compatibility issues to consider for the new
release include:
</para>
<itemizedlist>
<listitem>
...
...
@@ -9652,8 +9694,6 @@ ecpg changes (Michael)
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
<sect2>
...
...
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