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