Commits

DateSubjectAuthorReleases
2025-04-09 Doc: note that two examples in optimizer/README are oversimplified. Tom Lane 18.0
2024-12-19 Convert SetOp to read its inputs as outerPlan and innerPlan. Tom Lane 18.0
2023-05-25 Fix filtering of "cloned" outer-join quals some more. Tom Lane 16.0
2023-05-17 Fix some issues with improper placement of outer join clauses. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 13.2
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 14.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 10.0
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 11.0
2017-01-23 Fix example plan in optimizer/README. Tom Lane 10.0
2017-01-18 Improve RLS planning by marking individual quals with security levels. Tom Lane 10.0
2016-07-01 Rethink the GetForeignUpperPaths API (again). Tom Lane 9.6.0
2016-04-30 Fix planner crash from pfree'ing a partial path that a GatherPath uses. Tom Lane 9.6.0
2016-03-15 Add a GetForeignUpperPaths callback function for FDWs. Tom Lane 9.6.0
2016-03-08 Spell "parallel" correctly. Tom Lane 9.6.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2015-10-01 Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. Tom Lane 9.3.10
2015-10-01 Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. Tom Lane 9.4.5
2015-10-01 Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. Tom Lane 9.5.0
2015-10-01 Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. Tom Lane 9.6.0
2015-10-01 Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. Tom Lane 9.0.23
2015-10-01 Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. Tom Lane 9.1.19
2015-10-01 Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1. Tom Lane 9.2.14
2015-08-06 Further fixes for degenerate outer join clauses. Tom Lane 9.4.5