|
71 | 71 | </para>
|
72 | 72 |
|
73 | 73 | <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 that may affect compatibility |
| 75 | + with previous releases. Observe the following incompatibilities: |
76 | 76 | </para>
|
77 | 77 |
|
78 | 78 | <sect3>
|
|
617 | 617 | </para>
|
618 | 618 | </listitem>
|
619 | 619 |
|
| 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 | + |
620 | 635 | </itemizedlist>
|
621 | 636 |
|
622 | 637 | </sect4>
|
|
694 | 709 | </para>
|
695 | 710 | </listitem>
|
696 | 711 |
|
| 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 | + |
697 | 725 | </itemizedlist>
|
698 | 726 |
|
699 | 727 | <sect4>
|
|
1038 | 1066 | </para>
|
1039 | 1067 | </listitem>
|
1040 | 1068 |
|
| 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 | + |
1041 | 1083 | </itemizedlist>
|
1042 | 1084 |
|
1043 | 1085 | </sect4>
|
|
1459 | 1501 | </para>
|
1460 | 1502 |
|
1461 | 1503 | <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>. |
1463 | 1507 | </para>
|
1464 | 1508 | </listitem>
|
1465 | 1509 |
|
|
1846 | 1890 |
|
1847 | 1891 | <listitem>
|
1848 | 1892 | <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) |
1858 | 1895 | </para>
|
1859 | 1896 | </listitem>
|
1860 | 1897 |
|
|
0 commit comments