Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e059532

Browse files
author
Liudmila Mantrova
committed
DOC: sync Rns 9.6
1 parent 0b41858 commit e059532

File tree

1 file changed

+72
-15
lines changed

1 file changed

+72
-15
lines changed

doc/src/sgml/release-pro-9.6.sgml

Lines changed: 72 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,75 @@
1515
<para>Major enhancements over <productname>Postgres Pro Standard</productname>
1616
9.6.8.2 include:</para>
1717
<itemizedlist>
18+
<listitem>
19+
<para>Added <filename>pg_pageprep</filename> module to facilitate
20+
migration from <productname>PostgreSQL</productname>-based
21+
products that use 32-bit transaction IDs to
22+
<productname>Postgres Pro</productname> versions that use 64-bit
23+
transaction IDs. (See <xref linkend="pg-pageprep">.)</para>
24+
<!-- 2bf163ae1814b03dc23d76999f6938d965d2671f -->
25+
</listitem>
26+
<listitem>
27+
<para>Updated the <xref linkend="mchar"> to fix the sorting order for
28+
Cyrillic letters Yo and short I.
29+
Make sure to run the <command>REINDEX</command> command to rebuild indexes
30+
that use <literal>mchar</literal> or <literal>mvarchar</literal> types.</para>
31+
<!-- 67a7654f477a6e3e3beccab054199a49d5c03685 -->
32+
</listitem>
33+
<listitem>
34+
<para>Updated
35+
the <link linkend="app-pgprobackup"><application>pg_probackup</application></link>
36+
utility to version 2.0.17, which includes the following new features:</para>
37+
<itemizedlist>
38+
<listitem>
39+
<para><literal>DELTA</literal> mode for incremental backups that
40+
reads all data files in the data directory and creates an incremental
41+
backup for pages that have changed since the previous backup.</para>
42+
</listitem>
43+
<listitem>
44+
<para>New options for <command>restore</command> and <command>validate</command>
45+
commands:</para>
46+
<itemizedlist>
47+
<listitem>
48+
<para>
49+
<literal>--immediate</literal> option ends recovery as soon as a consistent state is reached.
50+
</para>
51+
</listitem>
52+
<listitem>
53+
<para>
54+
<literal>--recovery-target-actioin</literal> option specifies the action
55+
the server should take when the recovery target is reached.
56+
</para>
57+
</listitem>
58+
<listitem>
59+
<para>
60+
<literal>--recovery-target-name</literal> specifies a named
61+
savepoint up to which to restore the cluster data.
62+
</para>
63+
</listitem>
64+
<listitem>
65+
<para>
66+
<literal>--write-recovery-conf</literal> writes a minimal
67+
<filename>recovery.conf</filename> in the output directory
68+
to facilitate setting up a standby server.
69+
</para>
70+
</listitem>
71+
</itemizedlist>
72+
<para>
73+
For details, see <xref linkend="app-pgprobackup">.
74+
</para>
75+
</listitem>
76+
</itemizedlist>
77+
<!--
78+
8b1fb84253e4244529bf3874181b94cc0c19436b
79+
-->
80+
</listitem>
81+
<listitem>
82+
<para>Updated PTRACK to version 1.5.</para>
83+
<!--
84+
e6f4eb6b2cd4ae0035f50df182f75daf6b375e66
85+
-->
86+
</listitem>
1887
<listitem>
1988
<para>Updated <filename>pg_pathman</filename> module to
2089
version 1.4.11. As compared to version 1.4.9, the following enhancements were introduced:
@@ -52,21 +121,9 @@
52121
-->
53122
</para>
54123
</listitem>
124+
55125
<listitem>
56-
<para>Updated PTRACK to version 1.5.</para>
57-
<!--
58-
e6f4eb6b2cd4ae0035f50df182f75daf6b375e66
59-
-->
60-
</listitem>
61-
<listitem>
62-
<para>Updated the <xref linkend="mchar"> to fix the sorting order for
63-
Cyrillic letters Yo and short I.
64-
Run the <command>REINDEX</command> command to rebuild indexes
65-
that use <literal>mchar</literal> or <literal>mvarchar</literal> types.</para>
66-
<!-- 67a7654f477a6e3e3beccab054199a49d5c03685 -->
67-
</listitem>
68-
<listitem>
69-
<para>Many fixes for <application>shared_ispell</application> module.</para>
126+
<para>Performed multiple bug fixes in the <application>shared_ispell</application> module.</para>
70127
<!-- 5b4a552009d3b4b9b9ab221edc29c97878fa2e83
71128
d544ea69e0bcd4bf5e555c91280666b5c0e51de7
72129
dfbedb881b1db62fc643d8b0305b61ad25f27132
@@ -108,7 +165,7 @@
108165

109166
<important>
110167
<para>
111-
When upgrading to version 9.6.9.1, you must call the <command>REINDEX</command>
168+
When upgrading from versions 9.6.8.2 or lower, you must call the <command>REINDEX</command>
112169
command for indexes that used <literal>mchar</literal> or <literal>mvarchar</literal> types.
113170
</para>
114171
</important>

0 commit comments

Comments
 (0)