Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ae6163

Browse files
committed
Rearrange "big features" section of the release notes.
Josh Berkus
1 parentf73b765 commit7ae6163

File tree

1 file changed

+49
-11
lines changed

1 file changed

+49
-11
lines changed

‎doc/src/sgml/release-9.0.sgml

Lines changed: 49 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.44 2010/07/29 21:18:11 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.45 2010/08/06 17:56:43 rhaas Exp $ -->
22

33
<sect1 id="release-9-0">
44
<title>Release 9.0</title>
@@ -51,6 +51,15 @@
5151
</para>
5252
</listitem>
5353

54+
<listitem>
55+
<para>
56+
Add support for compiling on <link
57+
linkend="install-win32-full">64-bit
58+
<productname>Windows</></link> and running in 64-bit
59+
mode.
60+
</para>
61+
</listitem>
62+
5463
<listitem>
5564
<para>
5665
Broadly enhanced stored procedure support.
@@ -62,6 +71,14 @@
6271
</para>
6372
</listitem>
6473

74+
<listitem>
75+
<para>
76+
More advanced reporting queries with additional windowing functions
77+
(PRECEDING and FOLLOWING) and the ability to ORDER BY inside aggregate
78+
functions.
79+
</para>
80+
</listitem>
81+
6582
<listitem>
6683
<para>
6784
Triggers now support two new features,
@@ -80,9 +97,9 @@
8097

8198
<listitem>
8299
<para>
83-
Exclusion constraints let database designers define uniqueness
84-
based on complex criteria, including for non-scalar data such
85-
as time periods, ranges and arrays.
100+
New and enhanced security features, including RADIUS authentication,
101+
LDAP authentication improvements, and the new checkpassword optional module
102+
for testing password strength.
86103
</para>
87104
</listitem>
88105

@@ -97,28 +114,49 @@
97114
</para>
98115
</listitem>
99116

117+
<listitem>
118+
<para>
119+
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></link>
120+
to support in-place upgrades from 8.3 or 8.4 to 9.0.
121+
</para>
122+
</listitem>
123+
124+
<listitem>
125+
<para>
126+
Multiple performance enhancements for specific types of queries,
127+
including join elimination, which optimizes automatically generated
128+
queries, such as those produced by object-relational mappers (ORMs).
129+
</para>
130+
</listitem>
131+
132+
<listitem>
133+
<para>
134+
Exclusion constraints let database designers define uniqueness
135+
based on complex criteria, including for non-scalar data such
136+
as time periods, ranges and arrays.
137+
</para>
138+
</listitem>
139+
100140
<listitem>
101141
<para>
102142
As part of our decade-long effort to eliminate the pain of VACUUM,
103-
<command>VACUUM FULL</> isnow substantially faster by
143+
<command>VACUUM FULL</> isnot substantially faster by
104144
rewriting the entire table and
105145
indexes, rather than moving around single rows to compact space.
106146
</para>
107147
</listitem>
108148

109149
<listitem>
110150
<para>
111-
Add support for compiling on <link
112-
linkend="install-win32-full">64-bit
113-
<productname>Windows</></link> and running in 64-bit
114-
mode.
151+
EXPLAIN plans are now available in JSON, XML and YAML format, and include
152+
buffer utilization and other data not previously available.
115153
</para>
116154
</listitem>
117155

118156
<listitem>
119157
<para>
120-
Add <link linkend="pgupgrade"><filename>/contrib/pg_upgrade</></link>
121-
to support in-place upgrades from 8.3 or 8.4 to 9.0.
158+
The HStore optional module has been improved with new functions and greater
159+
data capacity to make it a high-performance key-value store.
122160
</para>
123161
</listitem>
124162

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp