]> granicus.if.org Git - postgresql/history - src/backend/optimizer/path/costsize.c
Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to
[postgresql] / src / backend / optimizer / path / costsize.c
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.
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-01 Tom LaneFix thinko: cost_mergejoin must pay attention to which...
2002-03-01 Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-06-11 Tom LaneMake planner compute the number of hash buckets the...
2001-06-10 Tom LaneFix thinko in hash cost estimation: average frequency
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-09 Tom LaneFirst cut at making indexscan cost estimates depend...
2001-05-09 Tom LaneCause planner to make use of average-column-width stati...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-04-25 Tom LaneTweak nestloop costing to weight restart cost of inner...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneTake OUTER JOIN semantics into account when estimating...
2001-02-15 Tom LaneUpdate a couple of obsolete comments.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-12 Tom LaneCache eval cost of qualification expressions in Restric...
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-18 Tom LaneCorrect oversight in hashjoin cost estimation: nodeHash...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneFurther tweaking of indexscan cost estimates.
2000-03-30 Tom LaneTweak indexscan cost estimation: round estimated #...
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-03-14 Tom LaneFix some bogosities in the code that deals with estimat...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-01-26 Bruce MomjianAdd:
2000-01-23 Tom LaneFirst cut at unifying regular selectivity estimation...
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-06 Tom LaneRevise generation of hashjoin paths: generate one path per
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-07 Bruce MomjianFix spelling of variable name.
1999-07-07 Bruce MomjianCleanup of min tuple size.
1999-07-07 Bruce MomjianFix misspelling.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-01 Tom LaneClean up cost_sort some more: most callers were double...
1999-04-30 Tom LaneClean up some bogosities in path cost estimation, like
1999-04-05 Tom LaneFix potential overflow problems when relation size...
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-12 Bruce MomjianOptimizer cleanup.
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
next