index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
Commit message (
Expand
)
Author
Age
*
Add a GetForeignUpperPaths callback function for FDWs.
Tom Lane
2016-03-14
*
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
2016-03-14
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-12
*
When appropriate, postpone SELECT output expressions till after ORDER BY.
Tom Lane
2016-03-11
*
Minor additional refactoring of planner.c's PathTarget handling.
Tom Lane
2016-03-11
*
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
*
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
*
Fix incorrect tlist generation in create_gather_plan().
Tom Lane
2016-03-09
*
Improve handling of pathtargets in planner.c.
Tom Lane
2016-03-09
*
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
2016-03-08
*
Fix minor thinko in pathification code.
Tom Lane
2016-03-08
*
Finish refactoring make_foo() functions in createplan.c.
Tom Lane
2016-03-08
*
Comment update for fdw_recheck_quals.
Robert Haas
2016-03-08
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
*
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
*
Fix typo in comment.
Tom Lane
2016-02-11
*
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-08
*
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
*
Don't test for system columns on join relations
Alvaro Herrera
2016-02-02
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Fix build_grouping_chain() to not clobber its input lists.
Tom Lane
2016-01-14
*
Remove obsolete comment.
Robert Haas
2016-01-10
*
Marginal cleanup of GROUPING SETS code in grouping_planner().
Tom Lane
2016-01-07
*
Delay creation of subplan tlist until after create_plan().
Tom Lane
2016-01-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Change Gather not to use a physical tlist.
Robert Haas
2015-12-23
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-11-18
*
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
*
Comment update.
Robert Haas
2015-11-09
*
Make Gather node projection-capable.
Robert Haas
2015-10-28
*
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-16
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-03
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Parallel executor support.
Robert Haas
2015-09-28
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
*
Fix typo in setrefs.c
Stephen Frost
2015-09-10
*
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
*
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
*
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
[next]