One is about subqueries becoming joins and the other is about optimizing
LIMIT by improving startup cost.
Reported-by: Andy Fan
Discussion: https://postgr.es/m/
[email protected]
Reviewed-by: David Rowley
Backpatch-through: master
+
+
+
+Allow correlated IN subqueries to be transformed into joins (Andy Fan, Tom Lane)
+
+
+
+
+
+
+Improve optimization of the LIMIT clause on partitioned tables, inheritance parents, and UNION ALL queries (Andy Fan, David Rowley)
+
+
+