projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
352f9b5
)
Last-minute updates for release notes.
author
Tom Lane
Mon, 11 Feb 2019 17:05:49 +0000
(12:05 -0500)
committer
Tom Lane
Mon, 11 Feb 2019 17:05:49 +0000
(12:05 -0500)
doc/src/sgml/release-11.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-11.sgml
b/doc/src/sgml/release-11.sgml
index 11bf8b696e30a36a1f27251ef96cc0fee0bf1759..14e2726f0c17b20b8e4f8fcbdc8221a968f5e17f 100644
(file)
--- 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
+
+ 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)
+
+
+
+
+