Commits

DateSubjectAuthorReleases
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.4.6
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.5.0
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.3.11
2015-08-07 Fix eclass_useful_for_merging to give valid results for appendrel children. Tom Lane 9.5.0
2015-08-07 Fix eclass_useful_for_merging to give valid results for appendrel children. Tom Lane 9.6.0
2015-08-07 Fix eclass_useful_for_merging to give valid results for appendrel children. Tom Lane 9.4.5
2015-08-07 Fix eclass_useful_for_merging to give valid results for appendrel children. Tom Lane 9.3.10
2015-05-10 Code review for foreign/custom join pushdown patch. Tom Lane 9.5.0
2014-11-21 Simplify API for initially hooking custom-path providers into the planner. Tom Lane 9.5.0
2013-12-30 Remove dead code now that orindxpath.c is history. Tom Lane 9.4.0
2013-12-30 Extract restriction OR clauses whether or not they are indexable. Tom Lane 9.4.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-11-15 Compute correct em_nullable_relids in get_eclass_for_sort_expr(). Tom Lane 9.2.6
2013-11-15 Compute correct em_nullable_relids in get_eclass_for_sort_expr(). Tom Lane 9.3.2
2013-11-15 Compute correct em_nullable_relids in get_eclass_for_sort_expr(). Tom Lane 9.4.0
2013-04-29 Postpone creation of pathkeys lists to fix bug #8049. Tom Lane 9.3.0
2013-03-21 Redo postgres_fdw's planner code so it can handle parameterized paths. Tom Lane 9.3.0
2012-11-26 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. Tom Lane 9.1.7
2012-11-26 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. Tom Lane 9.2.2
2012-11-26 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. Tom Lane 9.3.0
2012-08-30 Suppress creation of backwardly-indexed paths for LATERAL join clauses. Tom Lane 9.3.0
2012-04-19 Revise parameterized-path mechanism to fix assorted issues. Tom Lane 9.2.0
2012-03-16 Revisit handling of UNION ALL subqueries with non-Var output columns. Tom Lane 9.2.0
2012-03-16 Revisit handling of UNION ALL subqueries with non-Var output columns. Tom Lane 9.1.4
2012-01-28 Use parameterized paths to generate inner indexscans more flexibly. Tom Lane 9.2.0