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

Commiteb72adc

Browse files
committed
Add major features list and introductory text for 9.1 release notes.
Backpatch to 9.1, obviously.
1 parenta180776 commiteb72adc

File tree

1 file changed

+85
-5
lines changed

1 file changed

+85
-5
lines changed

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

Lines changed: 85 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,93 @@
1515
<title>Overview</title>
1616

1717
<para>
18-
This release of
19-
<productname>PostgreSQL</> adds numerous major features, including:
18+
This release shows <productname>PostgreSQL</> moving beyond the
19+
traditional relational feature set with new, ground-breaking
20+
functionality that is unique to <productname>PostgreSQL</>.
21+
Additionally, this release improves streaming replication by adding
22+
a synchronous option and monitoring improvements. Major enhancements
23+
include:
2024
</para>
2125

22-
<para>
23-
(summary to be added)
24-
</para>
26+
<itemizedlist>
27+
28+
<!-- This list duplicates items below, but without authors or details-->
29+
30+
<listitem>
31+
<para>
32+
Support unlogged tables using the <link
33+
linkend="SQL-CREATETABLE-description"><literal>UNLOGGED</></link>
34+
option in <link linkend="SQL-CREATETABLE"><command>CREATE
35+
TABLE</></link>
36+
</para>
37+
</listitem>
38+
39+
<listitem>
40+
<para>
41+
Allow <link linkend="synchronous-replication">synchronous
42+
replication</link>
43+
</para>
44+
</listitem>
45+
46+
<listitem>
47+
<para>
48+
Add support for <link linkend="SQL-CREATEFOREIGNTABLE">foreign
49+
tables</link>
50+
</para>
51+
</listitem>
52+
53+
<listitem>
54+
<para>
55+
Add per-column <link
56+
linkend="collation">collation</link> support
57+
</para>
58+
</listitem>
59+
60+
<listitem>
61+
<para>
62+
Add a <link linkend="SQL-SECURITY-LABEL"><command>SECURITY
63+
LABEL</></link> command
64+
</para>
65+
</listitem>
66+
67+
<listitem>
68+
<para>
69+
Add a true <link
70+
linkend="xact-serializable">serializable</link> isolation
71+
level
72+
</para>
73+
</listitem>
74+
75+
<listitem>
76+
<para>
77+
Allow data-modification commands
78+
(<command>INSERT</>/<command>UPDATE</>/<command>DELETE)</> in
79+
<link linkend="queries-with"><literal>WITH</></link> clauses
80+
</para>
81+
</listitem>
82+
83+
<listitem>
84+
<para>
85+
Add nearest-neighbor (order-by-operator) searching to <link
86+
linkend="GiST"><acronym>GiST</> indexes</link>
87+
</para>
88+
</listitem>
89+
90+
<listitem>
91+
<para>
92+
Add <link linkend="extend-extensions">extensions</link> which
93+
simplify packaging of additions to <productname>PostgreSQL</>
94+
</para>
95+
</listitem>
96+
97+
<listitem>
98+
<para>
99+
Update the <link linkend="plpython">PL/Python</link> server-side
100+
language
101+
</para>
102+
</listitem>
103+
104+
</itemizedlist>
25105

26106
<para>
27107
The above items are explained in more detail in the sections below.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp