]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/costsize.c
Pgindent run before 9.1 beta2.
[postgresql] / src / backend / optimizer / path / costsize.c
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-24 Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-15 Tom LaneGuard against incoming rowcount estimate of NaN in...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-12 Tom LaneMake all comparisons done for/with statistics use the...
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-19 Tom LaneImprove relation width estimation for subqueries.
2010-11-02 Tom LaneFix adjust_semi_join to be more cautious about clausele...
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-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-19 Robert HaasAdd an 'enable_material' GUC.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Tom LaneReduce the rescan cost estimate for Materialize nodes...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-15 Tom LaneImprove planning of Materialize nodes inserted atop...
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-07-11 Tom LaneFix set_rel_width() to do something reasonable with...
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-17 Tom LaneBump disable_cost up from 1e8 to 1e10, per gripe from...
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-02-06 Tom LaneFix cost_mergejoin's failure to adjust for rescanning...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-22 Tom LaneSwitch the planner over to treating qualifications...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-17 Tom LaneSalvage a little bit of work from a failed patch: simpl...
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-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-03-24 Tom LaneWhen a relation has been proven empty by constraint...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-08 Tom LaneFix mergejoin cost estimation so that we consider the...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Tom LaneFix UPDATE/DELETE WHERE CURRENT OF to support repeated...
2007-09-22 Tom LaneFix cost estimates for EXISTS subqueries that are evalu...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
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-21 Tom LaneTweak set_rel_width() to avoid redundant executions...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-01-22 Tom LanePut back planner's ability to cache the results of...
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-08 Tom LaneRemove cost_hashjoin's very ancient hack to discourage...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-15 Tom LaneFix some planner bugs exposed by reports from Arjen...
2006-11-11 Tom LaneSuppress a few 'uninitialized variable' warnings that...
2006-11-10 Tom LaneFix set_joinrel_size_estimates() to estimate outer...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-19 Tom LaneImprove usage of effective_cache_size parameter by...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-26 Peter EisentrautConvert effective_cache_size to an integer, for better...
2006-07-22 Tom LaneIn the recent changes to make the planner account bette...
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 LaneFix oversight in planning for multiple indexscans driven by
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-06-05 Tom LaneWhile making the seq_page_cost changes, I was struck...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-19 Tom LaneImprove tuplesort.c to support variable merge order...
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-05 Tom LaneMake set_function_size_estimates() marginally smarter...
2005-08-27 Tom Lanecost_agg really ought to charge something per output...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-04 Tom LaneIn cost_mergejoin, the early-exit effect should not...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-02 Tom LaneMake some adjustments to reduce platform dependencies...
2004-10-23 Tom LaneAvoid overflow in cost_sort when work_mem exceeds 1Gb.
2004-08-29 Bruce MomjianPgindent run for 8.0.
next