index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
cost.h
Commit message (
Expand
)
Author
Age
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU
Tom Lane
2000-03-22
*
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
*
Revise generation of hashjoin paths: generate one path per
Tom Lane
1999-08-06
*
Clean up messy clause-selectivity code in clausesel.c; repair bug
Tom Lane
1999-07-24
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
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
*
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
*
Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.
Bruce Momjian
1999-02-03
*
OK, folks, here is the pgindent output.
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
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Fix prototypes so they don't look like function definitions.
Bruce Momjian
1998-01-24
*
Cleanup up include files.
Bruce Momjian
1997-11-26
*
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
*
Clean up th ecompile process by centralizing the include files
Marc G. Fournier
1996-08-28