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

Commit dfc92d5

Browse files
author
Liudmila Mantrova
committed
DOC: reviewed rns updates for 10
1 parent dc1beea commit dfc92d5

File tree

1 file changed

+98
-77
lines changed

1 file changed

+98
-77
lines changed

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

Lines changed: 98 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -15,89 +15,116 @@
1515
Other major changes and enhancements are as follows:</para>
1616
<itemizedlist spacing="compact">
1717
<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">.)
4936
</para>
37+
<!--
38+
210a694b1c538c407d8cda4a121f5c92f5c163b2
39+
8ed4c82015fab9cd56f689cdf7cefd770affbae4
40+
9aa25c5b502060d3f2c6958e4b2c40c91d704f43
41+
08e17d0e81100db56ccfdcaf61a432a302ca4c28
42+
baa0004bcf611264cf317936073f0b3f743087b4
43+
41cd7cb94439860014be3b5391afb8076b016f63
44+
9f6a6e90348f60c3c07df1a98893db0bf12339ff
45+
5c6680dec98f5fb61aa087805568ce288a317297 -->
5046
</listitem>
5147
<listitem>
5248
<para>Updated
5349
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>
5551
<itemizedlist>
5652
<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>
5856
</listitem>
5957
<listitem>
60-
<para>New restore options:</para>
58+
<para>New options for <command>restore</command> and <command>validate</command>
59+
commands:</para>
6160
<itemizedlist>
6261
<listitem>
6362
<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.
6564
</para>
6665
</listitem>
6766
<listitem>
6867
<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.
7070
</para>
7171
</listitem>
7272
<listitem>
7373
<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.
7576
</para>
7677
</listitem>
7778
<listitem>
7879
<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.
8083
</para>
8184
</listitem>
8285
</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">.
8788
</para>
8889
</listitem>
8990
</itemizedlist>
90-
<!--
91+
<!--
9192
9741f6f3a48384cb888dbe8331c3c424c5ae7b51
92-
-->
93+
-->
9394
</listitem>
9495
<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>
101128
</listitem>
102129
<listitem>
103130
<para>
@@ -111,23 +138,9 @@
111138
</para>
112139
<!-- b311922c412d5193a47b63fe8fe0e70c7e82dc93 -->
113140
</listitem>
141+
114142
<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>
131144
<!--
132145
570e569993822cb9bca42c96eaee26bb54f680d0
133146
d61f54becd38b88109b5005facebe430094f7504
@@ -137,22 +150,20 @@
137150
26b3e09f49f3e85c640d4c62f8dc77d138efaaab
138151
-->
139152
</listitem>
140-
141153
<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>
148160
</listitem>
149-
150161
<listitem>
151162
<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>
153164
<!-- 0be65cb70281d75f6066a0cdbef77fe51972770b -->
154165
</listitem>
155-
166+
156167
<listitem>
157168
<para>Improved <productname>Postgres Pro Standard</productname> version for Windows:</para>
158169
<itemizedlist>
@@ -166,7 +177,9 @@
166177
<!-- pgwininstall: ac9dba438292aabe05ccdc89ff8b1f130292333b -->
167178
</listitem>
168179
<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>
170183
<!-- pgwininstall: 8fbed2b264f26f4e7a60d45c145b623a90cb1ff8 -->
171184
</listitem>
172185
</itemizedlist>
@@ -187,6 +200,14 @@
187200
command for indexes that used <literal>mchar</literal> or <literal>mvarchar</literal> types.
188201
</para>
189202
</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>
190211

191212
<para>To migrate from <productname>PostgreSQL</productname> or
192213
<productname>Postgres Pro Standard</productname> versions based on

0 commit comments

Comments
 (0)