aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/costsize.c
Commit message (Expand)AuthorAge
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Correct oversight in hashjoin cost estimation: nodeHash sizes its hashTom Lane2000-04-18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Further tweaking of indexscan cost estimates.Tom Lane2000-04-09
* Tweak indexscan cost estimation: round estimated # of tuples visited upTom Lane2000-03-30
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-22
* Fix some bogosities in the code that deals with estimating the fractionTom Lane2000-03-14
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-07
* Add:Bruce Momjian2000-01-26
* First cut at unifying regular selectivity estimation with indexscanTom Lane2000-01-23
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-06
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Fix spelling of variable name.Bruce Momjian1999-07-07
* Cleanup of min tuple size.Bruce Momjian1999-07-07
* Fix misspelling.Bruce Momjian1999-07-07
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Clean up cost_sort some more: most callers were double-countingTom Lane1999-05-01
* Clean up some bogosities in path cost estimation, likeTom Lane1999-04-30
* Fix potential overflow problems when relation size exceedsTom Lane1999-04-05
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Optimizer cleanup.Bruce Momjian1999-02-12
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-12
* Optmizer cleanupBruce Momjian1999-02-10
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-10
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-18
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Add innercost to result in cost_hashjoin.Vadim B. Mikheev1997-04-24
* 1. Enable to have different _CPU_PAGE_WEIGHT_ for heap and index.Vadim B. Mikheev1997-04-09
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14