aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/initsplan.c
Commit message (Expand)AuthorAge
* Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.Tom Lane2016-06-29
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.Tom Lane2016-03-10
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-10
* Add an explicit representation of the output targetlist to Paths.Tom Lane2016-02-18
* Delay creation of subplan tlist until after create_plan().Tom Lane2016-01-07
* Update copyright for 2016Bruce Momjian2016-01-02
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-11
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-06
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-01
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Prevent improper reordering of antijoins vs. outer joins.Tom Lane2015-04-25
* Improve planner's cost estimation in the presence of semijoins.Tom Lane2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix bogus handling of "postponed" lateral quals.Tom Lane2014-01-30
* Update copyright for 2014Bruce Momjian2014-01-07
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-15
* Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.Tom Lane2013-08-19
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-14
* Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera2013-07-23
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Improve error message wordingAlvaro Herrera2013-02-06
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane2012-09-01
* Partially restore qual scope checks in distribute_qual_to_rels().Tom Lane2012-08-31
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Another round of planner fixes for LATERAL.Tom Lane2012-08-18
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-12
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Provide hashing support for arrays.Tom Lane2010-10-30
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28