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
f7fa844b
Commit
f7fa844b
authored
Sep 22, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update major release note items.
parent
bf31a62a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
5 deletions
+27
-5
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+27
-5
No files found.
doc/src/sgml/release.sgml
View file @
f7fa844b
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.44
8 2006/09/22 01:39:33
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.44
9 2006/09/22 01:52:27
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -43,9 +43,31 @@ For new features, add links to the documentation sections.
...
@@ -43,9 +43,31 @@ For new features, add links to the documentation sections.
<listitem>
<listitem>
<para>
<para>
Improved sort performance, memory usage,
Improved sort performance with lower memory usage
locking/concurency, FILLFACTOR support, query
</para>
optimization, and vacuuming
</listitem>
<listitem>
<para>
More efficient locking with better concurency
</para>
</listitem>
<listitem>
<para>
New FILLFACTOR support for tables and indexes
</para>
</listitem>
<listitem>
<para>
Many query optimization improvements
</para>
</listitem>
<listitem>
<para>
More efficient vacuuming
</para>
</para>
</listitem>
</listitem>
...
@@ -425,7 +447,7 @@ For new features, add links to the documentation sections.
...
@@ -425,7 +447,7 @@ For new features, add links to the documentation sections.
</para>
</para>
<para>
<para>
This adds extra free space to each
heap
or index page,
This adds extra free space to each
table
or index page,
allowing improved performance as the database grows. This
allowing improved performance as the database grows. This
is particularly valuable to maintain <command>CLUSTER</>ing.
is particularly valuable to maintain <command>CLUSTER</>ing.
</para>
</para>
...
...
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