diff options
| author | Pavan Deolasee | 2016-03-28 12:35:47 +0000 |
|---|---|---|
| committer | Pavan Deolasee | 2016-03-28 13:19:01 +0000 |
| commit | b6bfea036f765e32b6e29c22328ef830c65e66eb (patch) | |
| tree | 7e728cbdc4c2febd04b10450c4b97412a1aa3ad1 | |
| parent | 6f49abf7f50798ba533bc34da8ca1645a362a4f6 (diff) | |
Draft release notes which includes bug fixes and improvements since r1beta1 release
| -rw-r--r-- | doc/src/sgml/release-xl-9.5.sgml | 86 |
1 files changed, 85 insertions, 1 deletions
diff --git a/doc/src/sgml/release-xl-9.5.sgml b/doc/src/sgml/release-xl-9.5.sgml index b9a8cc70d6..4033baa251 100644 --- a/doc/src/sgml/release-xl-9.5.sgml +++ b/doc/src/sgml/release-xl-9.5.sgml @@ -7,7 +7,7 @@ <note> <title>Release Date</title> <simpara>2016-??-??</simpara> - <simpara>Current as of 2016-01-18</simpara> + <simpara>Current as of 2016-03-28</simpara> </note> <sect2> @@ -720,6 +720,90 @@ or removed from distribution or when distribution key is changed. </itemizedlist> </sect2> <sect2> + <title>Important Bug Fixes and Improvements since 9.5r1beta1</title> + <itemizedlist> + <listitem> + <para> + Fix agregation handling when a collection function is not specified for the +aggregate. + </para> + </listitem> + <listitem> + <para> + Fix bugs around handling of params passed to the datanodes. + </para> + </listitem> + <listitem> + <para> + Limit the frequency of reporting local state to GTM so that we don't report +more than once every CLUSTER_MONITOR_NAPTIME seconds, even when GTM reports +errors. + </para> + </listitem> + <listitem> + <para> + Correctly include the string terminator in calculating GID size, without +which the GID will look corrupted and unusable after a crash recovery. + </para> + </listitem> + <listitem> + <para> + Include a version identifier in the GTM control file so that we can read +different versions correctly for backward compatibility. + </para> + </listitem> + <listitem> + <para> + Correctly handle multi-command SQL statements i.e. statements with multiple +';' separated commands. + </para> + </listitem> + <listitem> + <para> + Fix handling of binary data transfer for JDBC as well as libpq protocols. + </para> + </listitem> + <listitem> + <para> + Fix several compilation warnings (Tomas Vondra) + </para> + </listitem> + <listitem> + <para> + Do not use 3-stage aggregation when ORDER BY is specified in the aggregate +itself. + </para> + </listitem> + <listitem> + <para> + Fix problems in VPATH build. + </para> + </listitem> + <listitem> + <para> + Add support for process level control for overriding log levels for elog +messages. + </para> + </listitem> + <listitem> + <para> + Improve handling of Append and MergeAppend plans. They are now pushed down +to the datanodes whenever possible. + </para> + </listitem> + <listitem> + <para> + Add support for 3-stage aggregation for json_agg() aggregate, thus improving +performance for the aggregate handling. + </para> + <para> + Add support for checking status of a coordinator or datanode slave without +requiring it to be started as a Hot Standby. + </para> + </listitem> + </itemizedlist> + </sect2> + <sect2> <title>Known Limitation</title> <para> While <productname>Postgres-XL</productname> strives hard to stay compatible |
