]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/createplan.c
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
[postgresql] / src / backend / optimizer / plan / createplan.c
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-12 Tom LaneMore fixes for planner's handling of LATERAL.
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-21 Tom LaneAccount for SRFs in targetlists in planner rowcount...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-26 Tom LaneFix planner's handling of RETURNING lists in writable...
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-03-16 Tom LaneRevisit handling of UNION ALL subqueries with non-Var...
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-01-29 Tom LaneFix pushing of index-expression qualifications through...
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-23 Tom LaneImprove planner's handling of duplicated index column...
2011-11-03 Tom LaneFix handling of PlaceHolderVars in nestloop parameter...
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-09-27 Tom LaneFix window functions that sort by expressions involving...
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-24 Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-18 Tom LaneFurther fallout from the MergeAppend patch.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-08 Tom LaneTeach CLUSTER to use seqscan-and-sort when it's faster...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-05-25 Tom LaneFix oversight in construction of sort/unique plans...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Tom LaneReduce the rescan cost estimate for Materialize nodes...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-11-15 Tom LaneImprove planning of Materialize nodes inserted atop...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-07-17 Tom LaneRepair bug #4926 "too few pathkeys for mergeclauses...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-09 Tom LaneFix cost_nestloop and cost_hashjoin to model the behavi...
2009-04-19 Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-03-26 Tom LaneIf we expect a hash join to be performed in multiple...
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-20 Tom LaneFix breakage of bitmap scan plan creation for special...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-05 Tom LaneFix an oversight in the 8.2 patch that improved mergejo...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-07 Tom LaneImprove INTERSECT/EXCEPT hashing by realizing that...
2008-08-07 Tom LaneSupport hashing for duplicate-elimination in INTERSECT...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-06-27 Tom LaneImprove planner's estimation of the size of an append...
2008-04-17 Tom LaneFix a couple of oversights associated with the "physica...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Tom LaneFix EquivalenceClass code to handle volatile sort expre...
2007-11-08 Tom LaneLast week's patch for make_sort_from_pathkeys wasn...
2007-11-02 Tom LaneEnsure that EquivalenceClasses generated from ORDER...
2007-05-21 Tom LaneTeach tuplestore.c to throw away data before the "mark...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-02-25 Tom LanePut back copyObject() call I removed in a fit of brain...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-19 Tom LanePut function expressions and values lists into Function...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
next