aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-02-11 12:05:49 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2019-02-11 12:05:49 -0500
commit6c9356080c2060bcd4a6cef520aa3d8121940ee7 (patch)
tree579ae06827d0f4df65fbe1261f7a25b0011b3972
parent352f9b57cfdf3e8f871474223975ee2c6b725bf7 (diff)
downloadpostgresql-6c9356080c2060bcd4a6cef520aa3d8121940ee7.tar.gz
postgresql-6c9356080c2060bcd4a6cef520aa3d8121940ee7.zip
Last-minute updates for release notes.
-rw-r--r--doc/src/sgml/release-11.sgml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 11bf8b696e3..14e2726f0c1 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -598,6 +598,19 @@ Branch: REL9_4_STABLE [876fd37fc] 2019-02-07 13:10:46 -0500
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
+Branch: master [6bdc3005b] 2019-02-10 22:51:32 -0500
+Branch: REL_11_STABLE [eb68d71f9] 2019-02-10 22:51:33 -0500
+-->
+ <para>
+ Fix planner failure when the first column of a row comparison
+ matches an index column, but later column(s) do not, and the index
+ has included (non-key) columns (Tom Lane)
+ </para>
+ </listitem>
+
+ <listitem>
+<!--
+Author: Tom Lane <tgl@sss.pgh.pa.us>
Branch: master [d364e8815] 2018-12-18 11:19:38 -0500
Branch: REL_11_STABLE [ad425aaf0] 2018-12-18 11:19:38 -0500
Branch: REL_10_STABLE [d16567093] 2018-12-18 11:19:39 -0500