Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
7ae6163a
Commit
7ae6163a
authored
14 years ago
by
Robert Haas
Browse files
Options
Downloads
Patches
Plain Diff
Rearrange "big features" section of the release notes.
Josh Berkus
parent
f73b7651
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-9.0.sgml
+49
-11
49 additions, 11 deletions
doc/src/sgml/release-9.0.sgml
with
49 additions
and
11 deletions
doc/src/sgml/release-9.0.sgml
+
49
−
11
View file @
7ae6163a
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.4
4
2010/0
7/29 21:18:11 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.4
5
2010/0
8/06 17:56:43 rhaas
Exp $ -->
<sect1 id="release-9-0">
<title>Release 9.0</title>
...
...
@@ -51,6 +51,15 @@
</para>
</listitem>
<listitem>
<para>
Add support for compiling on <link
linkend="install-win32-full">64-bit
<productname>Windows</></link> and running in 64-bit
mode.
</para>
</listitem>
<listitem>
<para>
Broadly enhanced stored procedure support.
...
...
@@ -62,6 +71,14 @@
</para>
</listitem>
<listitem>
<para>
More advanced reporting queries with additional windowing functions
(PRECEDING and FOLLOWING) and the ability to ORDER BY inside aggregate
functions.
</para>
</listitem>
<listitem>
<para>
Triggers now support two new features,
...
...
@@ -80,9 +97,9 @@
<listitem>
<para>
Exclusion constraints let database designers define uniqueness
based on complex criteria, including for non-scalar data such
as time periods, ranges and arrays
.
New and enhanced security features, including RADIUS authentication,
LDAP authentication improvements, and the new checkpassword optional module
for testing password strength
.
</para>
</listitem>
...
...
@@ -97,10 +114,33 @@
</para>
</listitem>
<listitem>
<para>
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></link>
to support in-place upgrades from 8.3 or 8.4 to 9.0.
</para>
</listitem>
<listitem>
<para>
Multiple performance enhancements for specific types of queries,
including join elimination, which optimizes automatically generated
queries, such as those produced by object-relational mappers (ORMs).
</para>
</listitem>
<listitem>
<para>
Exclusion constraints let database designers define uniqueness
based on complex criteria, including for non-scalar data such
as time periods, ranges and arrays.
</para>
</listitem>
<listitem>
<para>
As part of our decade-long effort to eliminate the pain of VACUUM,
<command>VACUUM FULL</> is no
w
substantially faster by
<command>VACUUM FULL</> is no
t
substantially faster by
rewriting the entire table and
indexes, rather than moving around single rows to compact space.
</para>
...
...
@@ -108,17 +148,15 @@
<listitem>
<para>
Add support for compiling on <link
linkend="install-win32-full">64-bit
<productname>Windows</></link> and running in 64-bit
mode.
EXPLAIN plans are now available in JSON, XML and YAML format, and include
buffer utilization and other data not previously available.
</para>
</listitem>
<listitem>
<para>
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></link>
to support in-place upgrades from 8.3 or 8.4 to 9.0
.
The HStore optional module has been improved with new functions and greater
data capacity to make it a high-performance key-value store
.
</para>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment