]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/costsize.c
Re-run pgindent with updated list of typedefs. (Updated README should
[postgresql] / src / backend / optimizer / path / costsize.c
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.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-10 Tom LaneAdjust cost_nonsequential_access() to have more reasona...
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-01 Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-06 Tom LaneSupport FULL JOIN with no join clauses, such as X FULL...
2004-02-17 Tom LaneMake use of statistics on index expressions. There...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-19 Tom LaneDon't return an overoptimistic result from join_in_sele...
2004-01-06 Tom LaneInstead of rechecking lossy index operators by putting...
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2003-12-18 Bruce MomjianHere is the definition of relation_byte_size() in optim...
2003-12-03 Tom LanePlanner failed to be smart about binary-compatible...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-05 Tom LaneAdd a little more smarts to estimate_hash_bucketsize...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-07-14 Tom LaneMake cost estimates for SubqueryScan more realistic...
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-15 Tom LaneMarginal tweaks to make sure that roundoff error won...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-22 Tom LaneMake estimation of mergejoin scan selectivities more...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-12 Tom LaneRevise cost_qual_eval() to compute both startup (one...
2002-12-30 Tom LaneBetter solution to integer overflow problem in hash...
2002-12-26 Tom LaneClamp the output of estimate_hash_bucketsize() to a...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13 Tom LaneAdjust costsize calculations to avoid introducing unnec...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-09-04 Bruce Momjianpgindent run.
next