|
15 | 15 | Other major changes and enhancements are as follows:</para>
|
16 | 16 | <itemizedlist spacing="compact">
|
17 | 17 | <listitem>
|
18 |
| - <para>Updated <filename>pg_pathman</filename> module to |
19 |
| - version 1.4.11. As compared to version 1.4.9, the following enhancements were introduced: |
20 |
| - <itemizedlist> |
21 |
| - <listitem> |
22 |
| - <para> |
23 |
| - Fixed an issue with duplicate entries in query results for inherited tables. |
24 |
| - In general, <filename>pg_pathman</filename> does not support multilevel partitioning. |
25 |
| - </para> |
26 |
| - </listitem> |
27 |
| - <listitem> |
28 |
| - <para> |
29 |
| - Fixed a spurious <literal>table is being partitioned now</literal> error raised |
30 |
| - by <function>partition_table_concurrently()</function>. |
31 |
| - </para> |
32 |
| - </listitem> |
33 |
| - <listitem> |
34 |
| - <para> |
35 |
| - Relaxed check constraint handling. |
36 |
| - </para> |
37 |
| - </listitem> |
38 |
| - <listitem> |
39 |
| - <para> |
40 |
| - Fixed incorrect usage of <function>memcpy()</function> in <function>start_bgworker()</function>. |
41 |
| - </para> |
42 |
| - </listitem> |
43 |
| - <listitem> |
44 |
| - <para>For a full list of changes, |
45 |
| - see <ulink url="https://github.com/postgrespro/pg_pathman/releases/"><application>pg_pathman</application> Wiki</ulink>. |
46 |
| - </para> |
47 |
| - </listitem> |
48 |
| - </itemizedlist> |
| 18 | + <para>Added <filename>pg_pageprep</filename> module to facilitate |
| 19 | + migration from <productname>PostgreSQL</productname>-based |
| 20 | + products that use 32-bit transaction IDs to |
| 21 | + <productname>Postgres Pro</productname> versions that use 64-bit |
| 22 | + transaction IDs. (See <xref linkend="pg-pageprep">.)</para> |
| 23 | + <!-- 89b10517a5126d1fdbbe69652f67fc17a28fa2da --> |
| 24 | + </listitem> |
| 25 | + <listitem> |
| 26 | + <para>Updated the <xref linkend="mchar"> to fix the sorting order for |
| 27 | + Cyrillic letters Yo and short I. |
| 28 | + Make sure to run the <command>REINDEX</command> command to rebuild indexes |
| 29 | + that use <literal>mchar</literal> or <literal>mvarchar</literal> types.</para> |
| 30 | + <!-- 0b2c2188726e50454385b842aa7d5cdaf52d088e --> |
| 31 | + </listitem> |
| 32 | + <listitem> |
| 33 | + <para> |
| 34 | + Added full-text search support for the Nepali language into the Snowball and Hunspell dictionaries. |
| 35 | + (See <xref linkend="snowball-ext"> and <xref linkend="hunspell-dict">.) |
49 | 36 | </para>
|
| 37 | + <!-- |
| 38 | + 210a694b1c538c407d8cda4a121f5c92f5c163b2 |
| 39 | + 8ed4c82015fab9cd56f689cdf7cefd770affbae4 |
| 40 | + 9aa25c5b502060d3f2c6958e4b2c40c91d704f43 |
| 41 | + 08e17d0e81100db56ccfdcaf61a432a302ca4c28 |
| 42 | + baa0004bcf611264cf317936073f0b3f743087b4 |
| 43 | + 41cd7cb94439860014be3b5391afb8076b016f63 |
| 44 | + 9f6a6e90348f60c3c07df1a98893db0bf12339ff |
| 45 | + 5c6680dec98f5fb61aa087805568ce288a317297 --> |
50 | 46 | </listitem>
|
51 | 47 | <listitem>
|
52 | 48 | <para>Updated
|
53 | 49 | the <link linkend="app-pgprobackup"><application>pg_probackup</application></link>
|
54 |
| - utility from version 2.0.16 to 2.0.17, which includes the following new features:</para> |
| 50 | + utility to version 2.0.17, which includes the following new features:</para> |
55 | 51 | <itemizedlist>
|
56 | 52 | <listitem>
|
57 |
| - <para>New backup option: '-b DELTA' - new incremental backup mode.</para> |
| 53 | + <para><literal>DELTA</literal> mode for incremental backups that |
| 54 | + reads all data files in the data directory and creates an incremental |
| 55 | + backup for pages that have changed since the previous backup.</para> |
58 | 56 | </listitem>
|
59 | 57 | <listitem>
|
60 |
| - <para>New restore options:</para> |
| 58 | + <para>New options for <command>restore</command> and <command>validate</command> |
| 59 | + commands:</para> |
61 | 60 | <itemizedlist>
|
62 | 61 | <listitem>
|
63 | 62 | <para>
|
64 |
| - <literal>--immediate</literal> - end recovery as soon as a consistent state is reached. |
| 63 | + <literal>--immediate</literal> option ends recovery as soon as a consistent state is reached. |
65 | 64 | </para>
|
66 | 65 | </listitem>
|
67 | 66 | <listitem>
|
68 | 67 | <para>
|
69 |
| - <literal>--recovery-target-name=pause|promote|shutdown</literal> - an action the <productname>Postgres Pro Standard</productname> should take at the end of the recovery, default is 'pause'. |
| 68 | + <literal>--recovery-target-actioin</literal> option specifies the action |
| 69 | + the server should take when the recovery target is reached. |
70 | 70 | </para>
|
71 | 71 | </listitem>
|
72 | 72 | <listitem>
|
73 | 73 | <para>
|
74 |
| - <literal>--recovery-target-name=target-name</literal> - the named restore point to which recovery will proceed. |
| 74 | + <literal>--recovery-target-name</literal> specifies a named |
| 75 | + savepoint up to which to restore the cluster data. |
75 | 76 | </para>
|
76 | 77 | </listitem>
|
77 | 78 | <listitem>
|
78 | 79 | <para>
|
79 |
| - <literal>-R (--write-recovery-conf)</literal> - write a minimal recovery.conf in the output directory, to ease setting up a standby server. |
| 80 | + <literal>--write-recovery-conf</literal> a minimal |
| 81 | + <filename>recovery.conf</filename> in the output directory |
| 82 | + to facilitate setting up a standby server. |
80 | 83 | </para>
|
81 | 84 | </listitem>
|
82 | 85 | </itemizedlist>
|
83 |
| - </listitem> |
84 |
| - <listitem> |
85 |
| - <para>For a full list of changes, |
86 |
| - see <ulink url="https://github.com/postgrespro/pg_probackup/releases"><application>pg_probackup</application> Wiki</ulink>. |
| 86 | + <para> |
| 87 | + For details, see <xref linkend="app-pgprobackup">. |
87 | 88 | </para>
|
88 | 89 | </listitem>
|
89 | 90 | </itemizedlist>
|
90 |
| - <!-- |
| 91 | + <!-- |
91 | 92 | 9741f6f3a48384cb888dbe8331c3c424c5ae7b51
|
92 |
| - --> |
| 93 | + --> |
93 | 94 | </listitem>
|
94 | 95 | <listitem>
|
95 |
| - <para> |
96 |
| - Updated the <xref linkend="mchar"> to fix the sorting order for |
97 |
| - Cyrillic letters Yo and short I. |
98 |
| - Run the <command>REINDEX</command> command to rebuild indexes |
99 |
| - that use <literal>mchar</literal> or <literal>mvarchar</literal> types.</para> |
100 |
| - <!-- 0b2c2188726e50454385b842aa7d5cdaf52d088e --> |
| 96 | + <para>Updated <filename>pg_pathman</filename> module to |
| 97 | + version 1.4.11. As compared to version 1.4.9, the following enhancements were introduced: |
| 98 | + <itemizedlist> |
| 99 | + <listitem> |
| 100 | + <para> |
| 101 | + Fixed an issue with duplicate entries in query results for inherited tables. |
| 102 | + In general, <filename>pg_pathman</filename> does not support multilevel partitioning. |
| 103 | + </para> |
| 104 | + </listitem> |
| 105 | + <listitem> |
| 106 | + <para> |
| 107 | + Fixed a spurious <literal>table is being partitioned now</literal> error raised |
| 108 | + by <function>partition_table_concurrently()</function>. |
| 109 | + </para> |
| 110 | + </listitem> |
| 111 | + <listitem> |
| 112 | + <para> |
| 113 | + Relaxed check constraint handling. |
| 114 | + </para> |
| 115 | + </listitem> |
| 116 | + <listitem> |
| 117 | + <para> |
| 118 | + Fixed incorrect usage of <function>memcpy()</function> in <function>start_bgworker()</function>. |
| 119 | + </para> |
| 120 | + </listitem> |
| 121 | + <listitem> |
| 122 | + <para>For a full list of changes, |
| 123 | + see <ulink url="https://github.com/postgrespro/pg_pathman/releases/"><application>pg_pathman</application> Wiki</ulink>. |
| 124 | + </para> |
| 125 | + </listitem> |
| 126 | + </itemizedlist> |
| 127 | + </para> |
101 | 128 | </listitem>
|
102 | 129 | <listitem>
|
103 | 130 | <para>
|
|
111 | 138 | </para>
|
112 | 139 | <!-- b311922c412d5193a47b63fe8fe0e70c7e82dc93 -->
|
113 | 140 | </listitem>
|
| 141 | + |
114 | 142 | <listitem>
|
115 |
| - <para> |
116 |
| - Added full-text search support for the Nepali language into the Snowball and Hunspell dictionaries. |
117 |
| - (See <xref linkend="snowball-ext"> and <xref linkend="hunspell-dict">.) |
118 |
| - </para> |
119 |
| - <!-- |
120 |
| - 210a694b1c538c407d8cda4a121f5c92f5c163b2 |
121 |
| - 8ed4c82015fab9cd56f689cdf7cefd770affbae4 |
122 |
| - 9aa25c5b502060d3f2c6958e4b2c40c91d704f43 |
123 |
| - 08e17d0e81100db56ccfdcaf61a432a302ca4c28 |
124 |
| - baa0004bcf611264cf317936073f0b3f743087b4 |
125 |
| - 41cd7cb94439860014be3b5391afb8076b016f63 |
126 |
| - 9f6a6e90348f60c3c07df1a98893db0bf12339ff |
127 |
| - 5c6680dec98f5fb61aa087805568ce288a317297 --> |
128 |
| - </listitem> |
129 |
| - <listitem> |
130 |
| - <para>Multiple fixes for <application>shared_ispell</application> module.</para> |
| 143 | + <para>Performed multiple bug fixes for <application>shared_ispell</application> module.</para> |
131 | 144 | <!--
|
132 | 145 | 570e569993822cb9bca42c96eaee26bb54f680d0
|
133 | 146 | d61f54becd38b88109b5005facebe430094f7504
|
|
137 | 150 | 26b3e09f49f3e85c640d4c62f8dc77d138efaaab
|
138 | 151 | -->
|
139 | 152 | </listitem>
|
140 |
| - |
141 | 153 | <listitem>
|
142 |
| - <para>Added <filename>pg_pageprep</filename> module to facilitate |
143 |
| - migration from <productname>PostgreSQL</productname>-based |
144 |
| - products that use 32-bit transaction IDs to |
145 |
| - <productname>Postgres Pro</productname> versions that use 64-bit |
146 |
| - format. (See <xref linkend="pg-pageprep">.)</para> |
147 |
| - <!-- 89b10517a5126d1fdbbe69652f67fc17a28fa2da --> |
| 154 | + <para> |
| 155 | + On Debian-based systems, renamed the <filename>pg_repack</filename> |
| 156 | + package from <filename>pg-repack-10</filename> to <filename>pg-repack-std-10</filename>. |
| 157 | + If you have been using <filename>pg_repack</filename>, you have to reinstall |
| 158 | + its package manually when upgrading to this version. |
| 159 | + </para> |
148 | 160 | </listitem>
|
149 |
| - |
150 | 161 | <listitem>
|
151 | 162 | <para>Log files are now automatically reopened when a <literal>SIGHUP</literal> signal
|
152 |
| - is received by logger process.</para> |
| 163 | + is received by the logger process.</para> |
153 | 164 | <!-- 0be65cb70281d75f6066a0cdbef77fe51972770b -->
|
154 | 165 | </listitem>
|
155 |
| - |
| 166 | + |
156 | 167 | <listitem>
|
157 | 168 | <para>Improved <productname>Postgres Pro Standard</productname> version for Windows:</para>
|
158 | 169 | <itemizedlist>
|
|
166 | 177 | <!-- pgwininstall: ac9dba438292aabe05ccdc89ff8b1f130292333b -->
|
167 | 178 | </listitem>
|
168 | 179 | <listitem>
|
169 |
| - <para>Added <literal>needoptimization</literal> option to ini-file based configuration.</para> |
| 180 | + <para>You can now turn off configuration optimization when installing |
| 181 | + <productname>Postgres Pro</productname> from the command line by |
| 182 | + setting the <literal>needoptimization</literal> option in the INI file to <literal>0</literal>.</para> |
170 | 183 | <!-- pgwininstall: 8fbed2b264f26f4e7a60d45c145b623a90cb1ff8 -->
|
171 | 184 | </listitem>
|
172 | 185 | </itemizedlist>
|
|
187 | 200 | command for indexes that used <literal>mchar</literal> or <literal>mvarchar</literal> types.
|
188 | 201 | </para>
|
189 | 202 | </important>
|
| 203 | + <important> |
| 204 | + <para> |
| 205 | + On Debian-based systems, the <filename>pg_repack</filename> |
| 206 | + package was renamed from <filename>pg-repack-10</filename> to <filename>pg-repack-std-10</filename>. |
| 207 | + If you have been using <filename>pg_repack</filename>, you have to reinstall |
| 208 | + its package manually when upgrading to this version. |
| 209 | + </para> |
| 210 | + </important> |
190 | 211 |
|
191 | 212 | <para>To migrate from <productname>PostgreSQL</productname> or
|
192 | 213 | <productname>Postgres Pro Standard</productname> versions based on
|
|
0 commit comments