summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Deolasee2016-04-15 04:40:35 +0000
committerPavan Deolasee2016-04-15 04:40:35 +0000
commit487c45d6f87fb1d7f4304b7534e2953a64b04ee2 (patch)
treefd6cb9a2ec37cee2a6406cb251b06182d1ca85d9
parente98f9fb9d7378f86c1b8c59ce4c7f1ebda398671 (diff)
Update release notes and also correct product name to Postgres-XL 9.5r1
-rw-r--r--doc/src/sgml/filelist.sgml2
-rw-r--r--doc/src/sgml/release-xl-9.5r1.sgml (renamed from doc/src/sgml/release-xl-9.5.sgml)58
-rw-r--r--doc/src/sgml/release.sgml2
3 files changed, 48 insertions, 14 deletions
diff --git a/doc/src/sgml/filelist.sgml b/doc/src/sgml/filelist.sgml
index 440fda497e..3e7a67ef9b 100644
--- a/doc/src/sgml/filelist.sgml
+++ b/doc/src/sgml/filelist.sgml
@@ -170,7 +170,7 @@
<!ENTITY sourcerepo SYSTEM "sourcerepo.sgml">
<!ENTITY release SYSTEM "release.sgml">
-<!ENTITY release-xl-9.5 SYSTEM "release-xl-9.5.sgml">
+<!ENTITY release-xl-9.5r1 SYSTEM "release-xl-9.5r1.sgml">
<!ENTITY release-9.5 SYSTEM "release-9.5.sgml">
<!ENTITY release-9.4 SYSTEM "release-9.4.sgml">
<!ENTITY release-9.3 SYSTEM "release-9.3.sgml">
diff --git a/doc/src/sgml/release-xl-9.5.sgml b/doc/src/sgml/release-xl-9.5r1.sgml
index cba75e2e8f..300e5e552d 100644
--- a/doc/src/sgml/release-xl-9.5.sgml
+++ b/doc/src/sgml/release-xl-9.5r1.sgml
@@ -1,13 +1,13 @@
<!-- doc/src/sgml/release-9.5.sgml -->
<!-- See header comment in release.sgml about typical markup -->
- <sect1 id="release-xl-9-5">
- <title>Postgres-XL Release 9.5</title>
+ <sect1 id="release-xl-9-5r1">
+ <title>Postgres-XL Release 9.5r1</title>
<note>
<title>Release Date</title>
- <simpara>2016-??-??</simpara>
- <simpara>Current as of 2016-03-28</simpara>
+ <simpara>2016-04-18</simpara>
+ <simpara>Current as of 2016-04-18</simpara>
</note>
<sect2>
@@ -34,9 +34,9 @@ currently not supported or have limited support is also mentioned in
</sect2>
<sect2>
- <title>Migration to Postgres-XL 9.5 </title>
+ <title>Migration to Postgres-XL 9.5r1 </title>
<sect3>
- <title>Migration to Postgres-XL 9.5 from PostgreSQL 9.5 </title>
+ <title>Migration to Postgres-XL 9.5r1 from PostgreSQL 9.5 </title>
<para>
A dump/restore using <xref linkend="app-pg-dumpall">
is required for those wishing to migrate
@@ -48,10 +48,10 @@ linkend="pgupgrade">, as a mechanism to upgrade from PostgreSQL 9.5
</para>
</sect3>
<sect3>
- <title>Migration to Postgres-XL 9.5 from Postgres-XL 9.2 </title>
+ <title>Migration to Postgres-XL 9.5r1 from Postgres-XL 9.2 </title>
<para>
- Version 9.5 contains a number of changes that may affect compatibility
- with previous releases. Since Postgres-XL 9.5 release includes all changes
+ Version 9.5r1 contains a number of changes that may affect compatibility
+ with previous releases. Since Postgres-XL 9.5r1 release includes all changes
from PostgreSQL 9.3, PostgreSQL 9.4 and PostgreSQL 9.5 releases, it is
recommended that you review respective release notes of those releases to find
the exact incompatibilities.
@@ -60,9 +60,9 @@ the exact incompatibilities.
</sect2>
<sect2>
- <title>Major Enhancements in Postgres-XL 9.5 </title>
+ <title>Major Enhancements in Postgres-XL 9.5r1 </title>
<para>
- <productname>Postgres-XL</productname> 9.5 is the first major release
+ <productname>Postgres-XL</productname> 9.5r1 is the first major release
after <productname>Postgres-XL</productname> 9.2 release. So this release
contains most of the major enhancements that went into
<productname>PostgreSQL</productname> releases 9.3, 9.4 and 9.5. This is a very
@@ -272,7 +272,7 @@ files when its not necessary.
<para>
Below you will find a detailed account of the changes between
- <productname>Postgres-XL</productname> 9.5 and the previous major
+ <productname>Postgres-XL</productname> 9.5r1 and the previous major
release.
</para>
@@ -810,6 +810,40 @@ requiring it to be started as a Hot Standby.
</itemizedlist>
</sect2>
<sect2>
+ <title>Important Bug Fixes and Improvements since 9.5r1beta2</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Fully caught up to the latest <productname>PostgreSQL</productname> 9.5.2
+release.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Compilation and regression support for SmartOS.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Add check against accidental start of GTM with an XID lower than what it's
+ saved in its control file.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Correctly start GTM standby after it's added by 'pgxc_ctl add gtm slave'
+command.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Fix several memory leaks in the executor code path which should help ALTER
+TABLE .. ADD NODE and large INSERTs into a distributed table.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+ <sect2>
<title>Known Limitation</title>
<para>
While <productname>Postgres-XL</productname> strives hard to stay compatible
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index dda63ef070..70e53afc99 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -73,7 +73,7 @@ For new features, add links to the documentation sections.
The reason for splitting the release notes this way is so that appropriate
subsets can easily be copied into back branches.
-->
-&release-xl-9.5;
+&release-xl-9.5r1;
&release-9.5;
&release-9.4;
&release-9.3;