|
21 | 21 | the <link linkend="app-pgprobackup"><application>pg_probackup</application></link>
|
22 | 22 | utility from version 2.0.11 to 2.0.16, which includes the following new features:</para>
|
23 | 23 | <itemizedlist>
|
24 |
| - <listitem> |
25 |
| - <para>Infinite loop while page validation has been fixed.</para> |
26 |
| - </listitem> |
27 | 24 | <listitem>
|
28 |
| - <para>Fixed segfault for the case of parallel ptrack connections.</para> |
| 25 | + <para>Fixed an infinite loop that could happen during page validation.</para> |
29 | 26 | </listitem>
|
30 | 27 | <listitem>
|
31 |
| - <para>Allowed to use delete-wal option wihtout delete-expired.</para> |
| 28 | + <para>Fixed segfault for the case of parallel <literal>PTRACK</literal> connections.</para> |
32 | 29 | </listitem>
|
33 | 30 | <listitem>
|
34 |
| - <para>Allowed to use pg_ptrack_get_block if it is available and page is invalid.</para> |
| 31 | + <para>Allowed to use the <literal>delete-wal</literal> option without <literal>delete-expired</literal>.</para> |
35 | 32 | </listitem>
|
36 | 33 | <listitem>
|
37 |
| - <para>Fixed CVE-2018-1058. Schema name explicitly used on the every function call.</para> |
| 34 | + <para>Fixed CVE-2018-1058. Schema name is now explicitly used on every function call.</para> |
38 | 35 | </listitem>
|
39 | 36 | </itemizedlist>
|
40 | 37 | <!--
|
|
43 | 40 | </listitem>
|
44 | 41 | <listitem>
|
45 | 42 | <para>
|
46 |
| - Reverted incorrect replacement of <function>pgpro_build</function> |
47 |
| - with <function>pgpro_source_id</function> function. |
| 43 | + You can now use <function>pgpro_build</function> function |
| 44 | + to get the latest commit ID for this release. |
48 | 45 | </para>
|
49 | 46 | <!--
|
50 | 47 | f26daaf0d3257d4bc8ed8b59d7e560d37a61117e
|
51 | 48 | -->
|
52 | 49 | </listitem>
|
53 | 50 | <listitem>
|
54 |
| - <para>Fixed problem with sort order of some russian letters in the |
55 |
| - mchar module. |
| 51 | + <para>Fixed an issue with sort ordering of some Russian letters in the |
| 52 | + <filename>mchar</filename> module. |
56 | 53 | Use <command>REINDEX DATABASE</command> command to update indexes.</para>
|
57 | 54 | <!-- e3b18fa73987222f1847ecc01cf792dc34bd37a5 -->
|
58 | 55 | </listitem>
|
|
119 | 116 | and <productname>Postgres Pro Standard</productname> 9.6.7.1. All improvements
|
120 | 117 | inherited from <productname>PostgreSQL</productname> 9.6.8 are listed
|
121 | 118 | in <link linkend="release-9-6-8"><productname>PostgreSQL</productname> 9.6.8 Release Notes</link>.</para>
|
122 |
| - <para>Major enhancements over <productname>Postgres Pro Standard</productname> |
123 |
| - 9.6.7.1 include:</para> |
124 |
| - <itemizedlist> |
125 |
| - <listitem> |
126 |
| - <para> |
127 |
| - The <function>pgpro_build</function> function has been renamed |
128 |
| - to <function>pgpro_source_id</function>. |
129 |
| - </para> |
130 |
| - <!-- |
131 |
| - 4328669d24cf070a12b585d1bcbfb0fc06c1b707 |
132 |
| - --> |
133 |
| - </listitem> |
134 |
| - </itemizedlist> |
135 | 119 | </sect2>
|
136 | 120 | <sect2>
|
137 | 121 | <title>Migration to Version 9.6.8.1</title>
|
|
0 commit comments