summaryrefslogtreecommitdiff
path: root/src/include/optimizer/pathnode.h
Commit message (Expand)AuthorAgeFilesLines
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-111-1/+4
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-081-0/+1
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-071-0/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Simplify API for initially hooking custom-path providers into the planner.Tom Lane2014-11-211-9/+0
* Initial code review for CustomScan patch.Tom Lane2014-11-201-3/+3
* Introduce custom path and scan providers.Robert Haas2014-11-071-0/+9
* Fix some more problems with nested append relations.Tom Lane2014-10-011-0/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-1/+1
* Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane2013-08-051-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-261-3/+5
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-121-1/+2
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-1/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-13/+13
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-191-5/+28
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-051-1/+5
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-271-3/+18
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-241-1/+3
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-071-0/+1
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-031-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-0/+1
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-0/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-281-3/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Implement "join removal" for cases where the inner side of a left joinTom Lane2009-09-171-1/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-1/+3
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-3/+6
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-201-4/+1
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-101-3/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-1/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+2
* In the recent changes to make the planner account better for cacheTom Lane2006-07-221-2/+2
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-011-3/+2
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-051-8/+1