summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/pathnode.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-27/+38
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-221-3/+10
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-181-2/+4
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-78/+187
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-78/+90
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-49/+11
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-99/+24
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+27
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-238/+98
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-061-10/+11
* Update comments about clause selectivity estimation.Tom Lane1999-07-301-8/+12
* Further cleanups of indexqual processing: simplify controlTom Lane1999-07-301-21/+9
* Fix coredump seen when doing mergejoin between indexed tables,Tom Lane1999-07-301-9/+23
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-271-44/+13
* Further work on planning of indexscans. Cleaned up interfacesTom Lane1999-07-251-39/+26
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-241-2/+3
* Final cleanup.Bruce Momjian1999-07-161-5/+5
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-10/+10
* pgindent run over code.Bruce Momjian1999-05-251-81/+76
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-7/+7
* pathkeys fixesBruce Momjian1999-02-201-2/+2
* Update pathkeys comparison function.Bruce Momjian1999-02-201-13/+13
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-2/+2
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-9/+9
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-22/+22
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-3/+3
* Fix optimizer and make faster.Bruce Momjian1999-02-121-7/+29
* optimizer updateBruce Momjian1999-02-121-5/+11
* Optimizer cleanups.Bruce Momjian1999-02-111-40/+43
* Optimizer cleanup.Bruce Momjian1999-02-111-10/+10
* optimizer cleanupBruce Momjian1999-02-111-7/+7
* Optimizer cleanup.Bruce Momjian1999-02-111-14/+14
* More optimization.Bruce Momjian1999-02-111-3/+3
* More optimizer speedups.Bruce Momjian1999-02-111-35/+46
* optimizer cleanupBruce Momjian1999-02-111-4/+9
* Optimizer fix for samekeys() and cost fixes for longer optimizer keys.Bruce Momjian1999-02-111-27/+35
* Optmizer cleanupBruce Momjian1999-02-101-8/+8
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-22/+22
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-24/+47
* Optimizer cleanup.Bruce Momjian1999-02-081-19/+19
* Optimizer cleanup.Bruce Momjian1999-02-061-3/+3
* Update optimizer comments.Bruce Momjian1999-02-041-8/+11
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-041-3/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-29/+15
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-14/+14