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

Commit 3f7259a

Browse files
committed
Added RN 10.4.1
1 parent 0b2c218 commit 3f7259a

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

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

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,96 @@
11
<!-- doc/src/sgml/release-pro-10.sgml -->
22
<!-- See header comment in release.sgml about typical markup -->
3+
<sect1 id="release-pro-10-4-1">
4+
<title>Postgres Pro Standard 10.4.1</title>
5+
<formalpara>
6+
<title>Release Date:</title>
7+
<para>2018-05-15</para>
8+
</formalpara>
9+
<sect2>
10+
<title>Overview</title>
11+
<para>This release is based on <productname>PostgreSQL</productname> 10.4
12+
and <productname>Postgres Pro Standard</productname> 10.3.2. All
13+
changes inherited from <productname>PostgreSQL</productname> 10.4 are listed in
14+
<link linkend="release-10-4"><productname>PostgreSQL</productname> 10.4 Release Notes</link>.
15+
Other major changes and enhancements are as follows:</para>
16+
<itemizedlist spacing="compact">
17+
<listitem>
18+
<para>
19+
Fixed problem with sort order of some russian letters in
20+
the <literal>mchar</literal> module. (See: <xref linkend="release-pro-10-4-1-migration">)</para>
21+
<!-- 0b2c2188726e50454385b842aa7d5cdaf52d088e -->
22+
</listitem>
23+
<listitem>
24+
<para>Updated <filename>pg_pathman</filename> module to
25+
version 1.4.11. As compared to version 1.4.9, the following enhancements were introduced:
26+
<itemizedlist>
27+
<listitem>
28+
<para>
29+
Fixed an issue with duplicate entries in query results for inherited tables.
30+
In general, <filename>pg_pathman</filename> does not support multilevel partitioning.
31+
</para>
32+
</listitem>
33+
<listitem>
34+
<para>
35+
Fixed a spurious <literal>table is being partitioned now</literal> error raised
36+
by <function>partition_table_concurrently()</function>.
37+
</para>
38+
</listitem>
39+
<listitem>
40+
<para>
41+
Relaxed check constraint handling.
42+
</para>
43+
</listitem>
44+
<listitem>
45+
<para>
46+
Fixed incorrect usage of <function>memcpy()</function> in <function>start_bgworker()</function>.
47+
</para>
48+
</listitem>
49+
<listitem>
50+
<para>For a full list of changes,
51+
see <ulink url="https://github.com/postgrespro/pg_pathman/releases/"><application>pg_pathman</application> Wiki</ulink>.
52+
</para>
53+
</listitem>
54+
</itemizedlist>
55+
</para>
56+
</listitem>
57+
<listitem>
58+
<para>
59+
Added <literal>pgpro-version</literal> and <literal>pgpro-edition</literal> options to <command>pg_config</command>.
60+
</para>
61+
<!-- dd56e2dd71ac743bff78c53aca56cb5ed0f68843 -->
62+
</listitem>
63+
<listitem>
64+
<para>
65+
Reloading of the <literal>recovery.conf</literal> on recieving <command>SIGHUP</command> signal.
66+
</para>
67+
<!-- b311922c412d5193a47b63fe8fe0e70c7e82dc93 -->
68+
</listitem>
69+
</itemizedlist>
70+
</sect2>
71+
<sect2 id="release-pro-10-4-1-migration">
72+
<title>Migration to Version 10.4.1</title>
73+
74+
<para>If you are upgrading from a <productname>Postgres Pro Standard</productname> version
75+
based on the same <productname>PostgreSQL</productname> major release,
76+
it is enough to install the new version into your current installation directory.
77+
</para>
78+
<para>
79+
After upgrade from version <productname>Postgres Pro Standard</productname>
80+
10.3.2 or lesser you must be call <command>REINDEX</command> command
81+
for indexes which used <literal>mchar</literal> or
82+
<literal>mvarchar</literal> types.
83+
</para>
84+
<para>To migrate from <productname>PostgreSQL</productname> or
85+
<productname>Postgres Pro Standard</productname> versions based on
86+
any previous <productname>PostgreSQL</productname> major release, see the instructions
87+
in <link linkend="release-pro-10-1-1">Postgres Pro Standard 10.1.1 Release Notes</link>.
88+
If you are opting for a dump/restore, make sure to use the <literal>--add-collprovider</literal>
89+
option to correctly choose the collation provider for the migrated database.
90+
</para>
91+
92+
</sect2>
93+
</sect1>
394
<sect1 id="release-pro-10-3-2">
495
<title>Postgres Pro Standard 10.3.2</title>
596
<formalpara>

0 commit comments

Comments
 (0)