aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
Commit message (Expand)AuthorAge
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-18
* 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
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-06
* Add:Bruce Momjian2000-01-26
* 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
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-09
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-06
* Correct bug in best_innerjoin(): it should check all theTom Lane1999-07-27
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Now that hashjoin is reliable for large joins (knock on wood),Tom Lane1999-05-18
* Minor code cleanup in optimizer.Tom Lane1999-05-16
* Clean up cost_sort some more: most callers were double-countingTom Lane1999-05-01
* Fix nasty bug in optimization of multiway joins: optimizerTom Lane1999-04-03
* Final optimizer cleanups.Bruce Momjian1999-02-22
* pathkeys.c cleanup.Bruce Momjian1999-02-21
* optimizer cleanupBruce Momjian1999-02-19
* rename optimizer file nameBruce Momjian1999-02-18
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y).Tom Lane1999-02-15
* optimizer cleanup.Bruce Momjian1999-02-14
* Optimizer rename.Bruce Momjian1999-02-14
* 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
* More optimizer speedups.Bruce Momjian1999-02-11
* Optmizer cleanupBruce Momjian1999-02-10
* Update find_typedefs for bsdi 4.0.Bruce Momjian1999-02-10
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-10
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-09
* Optimizer cleanup.Bruce Momjian1999-02-08
* More optimizer cleanups.Bruce Momjian1999-02-04
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-04
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* 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