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

Commitab1ef8e

Browse files
committed
Update release notes for latest commits.
In addition, correct the entry for pg_object_description, and some otherminor cleanup.
1 parent7208fae commitab1ef8e

File tree

1 file changed

+49
-12
lines changed

1 file changed

+49
-12
lines changed

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

Lines changed: 49 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
</para>
7272

7373
<para>
74-
Version 9.1 contains a number of changes that...
75-
Observe the following incompatibilities:
74+
Version 9.1 contains a number of changes thatmay affect compatibility
75+
with previous releases.Observe the following incompatibilities:
7676
</para>
7777

7878
<sect3>
@@ -617,6 +617,21 @@
617617
</para>
618618
</listitem>
619619

620+
<listitem>
621+
<para>
622+
Increase the maximum values for <xref linkend="guc-deadlock-timeout">,
623+
<xref linkend="guc-max-standby-archive-delay">,
624+
<xref linkend="guc-max-standby-streaming-delay">,
625+
<xref linkend="guc-log-min-duration-statement">, and
626+
<xref linkend="guc-log-autovacuum-min-duration">.
627+
</para>
628+
629+
<para>
630+
The maximum value for each of these parameters was previously
631+
only about 35 minutes. Much larger values are now allowed.
632+
</para>
633+
</listitem>
634+
620635
</itemizedlist>
621636

622637
</sect4>
@@ -694,6 +709,19 @@
694709
</para>
695710
</listitem>
696711

712+
<listitem>
713+
<para>
714+
<link linkend="auth-ident"><literal>ident</literal></link>
715+
authentication over local sockets is now known as
716+
<link linkend="auth-peer"><literal>peer</literal></link>
717+
(Magnus Hagander)
718+
</para>
719+
720+
<para>
721+
The old term is still accepted for backward compatibility.
722+
</para>
723+
</listitem>
724+
697725
</itemizedlist>
698726

699727
<sect4>
@@ -1038,6 +1066,20 @@
10381066
</para>
10391067
</listitem>
10401068

1069+
<listitem>
1070+
<para>
1071+
Fix possible "tuple concurrently updated" error when two server
1072+
backends attempted to add an inheritance parent to the same
1073+
table at the same time (Robert Haas)
1074+
</para>
1075+
1076+
<para>
1077+
<xref linkend="sql-altertable"> now takes a stronger lock on the
1078+
parent table, so that both children do not try to update it
1079+
simultaneously.
1080+
</para>
1081+
</listitem>
1082+
10411083
</itemizedlist>
10421084

10431085
</sect4>
@@ -1459,7 +1501,9 @@
14591501
</para>
14601502

14611503
<para>
1462-
This function is used to obtain comments on objects.
1504+
This function is used to obtain a human-readable string describing an
1505+
object, based on the <link linkend="catalog-pg-class"><structname>pg_class</structname></link> OID, object OID, and sub-object OID. It can be used to
1506+
help interpret the contents of <link linkend="catalog-pg-depend"><structname>pg_depend</structname></link>.
14631507
</para>
14641508
</listitem>
14651509

@@ -1846,15 +1890,8 @@
18461890

18471891
<listitem>
18481892
<para>
1849-
Additional tab completion of <application>psql</> variables (Pavel
1850-
Stehule)
1851-
</para>
1852-
</listitem>
1853-
1854-
<listitem>
1855-
<para>
1856-
More <application>psql</> tab completion support (Itagaki
1857-
Takahiro)
1893+
Additional tab completion support (Itagaki Takahiro, Pavel Stehule,
1894+
Andrey Popp, Christoph Berg, David Fetter, Josh Kupershmidt)
18581895
</para>
18591896
</listitem>
18601897

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp