]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/createplan.c
Improve cost estimation for aggregates and window functions.
[postgresql] / src / backend / optimizer / plan / createplan.c
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...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-05-18 Tom LaneWhen a bitmap indexscan is using a partial index, it...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-25 Tom LaneThe 8.1 planner removes WHERE quals from the plan when...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-29 Tom LaneWhen building a bitmap scan, must copy the bitmapqualor...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-19 Tom LaneFix oversight in recent changes to enable the 'physical...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Tom LaneDon't try to remove duplicate OR-subclauses in create_b...
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-08-18 Tom LaneFix up LIMIT/OFFSET planning so that we cope with non...
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-15 Tom LaneFix create_unique_plan() so it doesn't generate useless...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
next