diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 4bb3371eca8..e651b3f4975 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)