From: Pavan Deolasee Date: Tue, 29 Nov 2016 05:11:42 +0000 (+0530) Subject: Write draft release notes for upcoming r1.4 release X-Git-Tag: XL9_5_R1_4~2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ccfc6d6c040e4c4a147f39cc65d6d7ada147ec39;p=postgres-xl.git Write draft release notes for upcoming r1.4 release --- diff --git a/doc/src/sgml/release-xl-9.5r1.sgml b/doc/src/sgml/release-xl-9.5r1.sgml index c06a427b22..6685e97e35 100644 --- a/doc/src/sgml/release-xl-9.5r1.sgml +++ b/doc/src/sgml/release-xl-9.5r1.sgml @@ -1,5 +1,88 @@ + + Postgres-XL Release 9.5r1.4 + + + Release Date + 2016-11-29 + + + This release includes all the bug fixes and security fixes from PostgreSQL + 9.5.5. In addition, there are a few Postgres-XL specific bug fixes in this + release. For information about new features in the Postgres-XL 9.5r1 major release, see + . + + + Migration to Version Postgres-XL 9.5r1.4 + + A dump/restore is not required for those running Postgres-XL 9.5r1.2 and + above. + + + + Changes + + + + Fix a bug in handling of foreign key constraints when + loose_constraints is set to TRUE. + + + + + + Ensure we're not going beyond the configured limits of + max_coordinators or + max_datanodes. + + + + + + Fix an oversight where we failed to track whether parameter + value has been computed or not at all places. + + + + + + Correctly initialise coordMaxWALSenders and datanodeMaxWALSenders while adding + new nodes via pgxc_ctl. + + + + + + Allow COMMIT/ROLLBACK PREPARED xact to succeed on the local coordinator even if + the GTM no longer has state information for the transaction when + xc_maintenance_mode is active. + + + + + + Handle remote parameters correctly by sending then down to the remote nodes in + the correct order and correction position. + + + + + + Fix VPATH build for contrib/pgxc_ctl. + + + + + + Fix a bug in handling of databases with names requiring quoting. + + + + + + + Postgres-XL Release 9.5r1.3