aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/planmain.h
Commit message (Expand)AuthorAge
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Refactor to reduce code duplication for function property checking.Tom Lane2016-06-10
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-06
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Re-export a few of createplan.c's make_xxx() functions.Tom Lane2016-03-12
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Support multi-stage aggregation.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-08
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane2015-02-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Rearrange CustomScan API.Tom Lane2014-11-21
* Initial code review for CustomScan patch.Tom Lane2014-11-20
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Allow join removal in some cases involving a left join to a subquery.Tom Lane2014-07-15
* Update copyright for 2014Bruce Momjian2014-01-07
* Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane2013-08-05
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Support writable foreign tables.Tom Lane2013-03-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Revise FDW planning API, again.Tom Lane2012-03-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane2011-08-09
* Improve cost estimation for aggregates and window functions.Tom Lane2011-04-24
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12