From 7a5e39ec94814c0df595e896a62a765a260da517 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 4 Aug 2019 17:08:41 -0400 Subject: [PATCH] Release notes for 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24. --- doc/src/sgml/release-11.sgml | 47 ++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 4bb3371eca..e651b3f497 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -49,9 +49,9 @@ Branch: REL9_4_STABLE [ddfb1b2ee] 2019-06-24 16:43:05 -0400 - This fixes a regression introduced in June's minor releases: indexes - using the altered columns were not processed correctly, leading to - strange failures during ALTER TABLE. + This fixes a regression introduced in the most recent minor releases: + indexes using the altered columns were not processed correctly, + leading to strange failures during ALTER TABLE. @@ -162,20 +162,29 @@ Branch: REL_11_STABLE [e4f2d4fe9] 2019-06-27 11:57:10 -0400 + + Prune a partitioned table's default partition (that is, avoid + uselessly scanning it) in more cases (Yuzuko Hosoya) + + + + + - Fix possible failure to prune away partitions when there are + Fix possible failure to prune partitions when there are multiple partition key columns of boolean type (David Rowley) - - - This led to inefficient queries, though not any wrong answers. - @@ -571,6 +580,19 @@ Branch: REL_11_STABLE [577c8802d] 2019-07-20 11:11:52 -0700 + + Fix handling of Perl undef values + in contrib/jsonb_plperl (Ivan Panchenko) + + + + + - Improve stability of src/test/ldap regression - tests (Thomas Munro) + Improve stability of src/test/kerberos + and src/test/ldap regression tests + (Thomas Munro, Tom Lane)