From: Pavan Deolasee Date: Tue, 23 Oct 2018 08:09:20 +0000 (+0530) Subject: Update release notes from XL 10r1 GA release X-Git-Tag: XL_10_R1~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d449b6962b80d215ddd9e370364509502e3cd595;p=postgres-xl.git Update release notes from XL 10r1 GA release --- diff --git a/doc/src/sgml/release-xl-10r1.sgml b/doc/src/sgml/release-xl-10r1.sgml index 5da8f570b6..dced8f61c6 100644 --- a/doc/src/sgml/release-xl-10r1.sgml +++ b/doc/src/sgml/release-xl-10r1.sgml @@ -1,12 +1,12 @@ - - Postgres-XL Release 10r1beta1 + + Postgres-XL Release 10r1 Release Date - 2018-09-17 - Current as of 2018-09-17 + 2018-10-?? + Current as of 2018-10-?? @@ -22,7 +22,7 @@ PostgreSQL 9.6 added query parallelism and PostgreSQL 10 added declarative - partitioning. Both these features are now available in Postgres-XL 10r1beta1. + partitioning. Both these features are now available in Postgres-XL 10r1. Both these features come with certain limitations and hence users are advised to test these new features thoroughly before deploying applications. @@ -47,9 +47,9 @@ - Migration to Postgres-XL 10r1beta1 + Migration to Postgres-XL 10r1 - Migration to Postgres-XL 10r1beta1 from PostgreSQL 10 + Migration to Postgres-XL 10r1 from PostgreSQL 10 A dump/restore using is required for those wishing to migrate @@ -61,10 +61,10 @@ linkend="pgupgrade">, as a mechanism to upgrade from PostgreSQL 10. - Migration to Postgres-XL 10r1beta1 from Postgres-XL 9.5r1.x + Migration to Postgres-XL 10r1 from Postgres-XL 9.5r1.x - Version 10r1beta1 contains a number of changes that may affect compatibility - with previous releases. Since Postgres-XL 10r1beta1 release includes all changes + Version 10r1 contains a number of changes that may affect compatibility + with previous releases. Since Postgres-XL 10r1 release includes all changes from PostgreSQL 9.6 and PostgreSQL 10 releases, it is recommended that you review respective release notes of those releases to find the exact incompatibilities. @@ -73,9 +73,9 @@ the exact incompatibilities. - Major Enhancements in Postgres-XL 10r1beta1 + Major Enhancements in Postgres-XL 10r1 - Postgres-XL 10r1beta1 is the first major release + Postgres-XL 10r1 is the first major release after Postgres-XL 9.5r1 release. So this release contains most of the major enhancements that went into PostgreSQL releases 9.6 and 10. This is a very @@ -107,7 +107,7 @@ otherwise stated. Below you will find a detailed account of the changes between - Postgres-XL 10r1beta1 and the previous major + Postgres-XL 10r1 and the previous major release. @@ -213,8 +213,35 @@ automatically compiled and installed along with other binaries. - Make improvements to cluster monitor process and global state -reporting. + Use binary-upgrade facilities to ensure consistent column ordering + while adding a new coordinator/datanode using + pg_dump/pg_restore. + + + + + Ensure GUC changes by user-defined functions are rolled back correctly. + + + When a function body has SET clauses attached to it, the function + validation/execution reflects those GUC changes locally as well as on the + remote nodes. But we were failing to restore the old values back when the + function execution ends. That issue is now addressed. + + + + + Ensure CREATE TABLE (LIKE INCLUDING ALL) honors distribution strategy. + + + + + Fix a stack corruption by using dynamic buffer to parse NODE_LIST_RESULT in GTM. + + + + + Make improvements to cluster monitor process and global state reporting. @@ -352,7 +379,8 @@ funding and resources become available. - User defined functions have several limitations. + User defined functions have several limitations, especially when executed +on the datanodes, either directly or indirectly. @@ -425,8 +453,8 @@ distribution column values. - All partitions of a partitioned table must have consistent column ordering -and column positioning. + The distribution column position must be the same on all partitions of a +partitioned table.