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
bf31a62a
Commit
bf31a62a
authored
Sep 22, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First try at a major features list for 8.2.
parent
9e936693
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
11 deletions
+64
-11
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+64
-11
No files found.
doc/src/sgml/release.sgml
View file @
bf31a62a
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.44
7 2006/09/21 03:12:58
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.44
8 2006/09/22 01:39:33
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -37,16 +37,69 @@ For new features, add links to the documentation sections.
...
@@ -37,16 +37,69 @@ For new features, add links to the documentation sections.
<para>
<para>
This release adds many improvements to commands and database
This release adds many improvements to commands and database
facilities that were requested by users. Rather than adding
facilities that were requested by users, including:
a few new features, this release makes many features from
previous releases easier to use. For example, there are now
<itemizedlist>
additional controls for continuous archiving. Many
performance bottlenecks have been eliminated, allowing more
<listitem>
functionality to be enabled by default. Various additions
<para>
will make porting from other databases easier. The changes
Improved sort performance, memory usage,
in this release continue the <productname>PostgreSQL</>
locking/concurency, FILLFACTOR support, query
tradition of being not only the most advanced open source
optimization, and vacuuming
database, but also the easiest to use.
</para>
</listitem>
<listitem>
<para>
Continuous archiving enhancements
</para>
</listitem>
<listitem>
<para>
Monitoring and logging additions
</para>
</listitem>
<listitem>
<para>
Query enhancements including RETURNING values, multi-VALUES,
support, and self-joins for DELETE
</para>
</listitem>
<listitem>
<para>
More control over creating/dropping objects and inheritance
</para>
</listitem>
<listitem>
<para>
Index creation without blocking INSERT/UPDATE/DELETE
</para>
</listitem>
<listitem>
<para>
COPY support for SELECT statements
</para>
</listitem>
<listitem>
<para>
Array and aggregate improvements
</para>
</listitem>
<listitem>
<para>
Many /contrib improvements
</para>
</listitem>
</itemizedlist>
</para>
</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