aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/prep.h
Commit message (Expand)AuthorAge
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.Robert Haas2017-08-15
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* Make security barrier views automatically updatableStephen Frost2014-04-12
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-12
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use appendrel planning logic for top-level UNION ALL structures.Tom Lane2010-11-08
* Improve the planner's simplification of NOT constructs.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Improve pull_up_subqueries logic so that it doesn't insert unnecessaryTom Lane2009-04-28
* Update copyright for 2009.Bruce Momjian2009-01-01
* Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane2008-11-11
* Improve sublink pullup code to handle ANY/EXISTS sublinks that are at topTom Lane2008-08-17
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Arrange to "inline" SQL functions that appear in a query's FROM clause,Tom Lane2008-03-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach planner to convert simple UNION ALL subqueries into append relations,Tom Lane2006-02-03
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane2005-06-10
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Rethink the order of expression preprocessing: eval_const_expressionsTom Lane2005-03-28
* This patch moves some code for preprocessing FOR UPDATE fromNeil Conway2005-03-17
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Clean up handling of inherited-table update queries, per bug reportTom Lane2004-10-02
* Update copyright to 2004.Bruce Momjian2004-08-29
* Extend set-operation planning to keep track of the sort ordering inducedTom Lane2004-04-07
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29