projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d2d58
)
doc: PG 12 relnotes, add mention of single-child optimization
author
Bruce Momjian
Fri, 14 Jun 2019 13:30:31 +0000
(09:30 -0400)
committer
Bruce Momjian
Fri, 14 Jun 2019 13:30:31 +0000
(09:30 -0400)
Add mention of single-child optimization for partitions and UNION ALL.
Reported-by: David Rowley
Discussion: https://postgr.es/m/CAKJS1f8R8riwBXw==7ijV=UZNuhP+3qXgDBKSiM+=_cTf4mXXw@mail.gmail.com
doc/src/sgml/release-12.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-12.sgml
b/doc/src/sgml/release-12.sgml
index 76abc95b128f2f404e0909f8e9fd052d960e927a..aa3845f5dde8b3b7dc4345de55e652edd6446810 100644
(file)
--- a/
doc/src/sgml/release-12.sgml
+++ b/
doc/src/sgml/release-12.sgml
@@
-842,6
+842,18
@@
Author: Tom Lane
+
+
+ Improve optimization of partition and
UNION ALL
+ queries that have only a single child (David Rowley)
+
+
+
+
+