aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/relnode.c
Commit message (Expand)AuthorAge
* Fix get_relation_info name typo'ed in a commentAlvaro Herrera2016-11-28
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Remove reltarget_has_non_vars flag.Tom Lane2016-06-10
* pgindent run for 9.6Robert Haas2016-06-09
* Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas2016-06-09
* Eliminate "parallel degree" terminology.Robert Haas2016-06-09
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Add a 'parallel_degree' reloption.Robert Haas2016-04-08
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-06
* Don't require a user mapping for FDWs to work.Robert Haas2016-03-28
* Fix typos.Robert Haas2016-03-15
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Add an explicit representation of the output targetlist to Paths.Tom Lane2016-02-18
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support parallel joins, and make related improvements.Robert Haas2016-01-20
* 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
* Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane2015-12-07
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-07
* Generate parallel sequential scan plans in simple cases.Robert Haas2015-11-11
* Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane2015-07-28
* Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane2015-06-03
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane2013-08-05
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05
* Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane2012-09-01
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* 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
* Revise FDW planning API, again.Tom Lane2012-03-09
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-28