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
/
initsplan.c
Commit message (
Expand
)
Author
Age
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
*
Propagate lateral-reference information to indirect descendant relations.
Tom Lane
2019-02-06
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-08
*
Fix create_lateral_join_info to handle dead relations properly.
Robert Haas
2017-09-20
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.
Tom Lane
2016-06-29
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
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
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
*
Delay creation of subplan tlist until after create_plan().
Tom Lane
2016-01-07
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-25
*
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-14
*
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-23
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Improve error message wording
Alvaro Herrera
2013-02-06
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
[next]