summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/allpaths.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-10/+14
* Final optimizer cleanups.Bruce Momjian1999-02-221-2/+2
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Enable bushy plans by default.Bruce Momjian1999-02-181-8/+2
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-26/+3
* Re-enable bushy plans. Vadim want them.Bruce Momjian1999-02-161-15/+6
* optimizer renameBruce Momjian1999-02-151-1/+4
* optimizer renameBruce Momjian1999-02-151-2/+2
* otherrels is now unjoined_relsBruce Momjian1999-02-151-26/+19
* optimizer renameBruce Momjian1999-02-151-4/+4
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-19/+29
* optimizer cleanup.Bruce Momjian1999-02-141-14/+14
* optimizer rename.Bruce Momjian1999-02-141-2/+2
* Optimizer rename.Bruce Momjian1999-02-141-27/+13
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-16/+8
* Optimizer cleanup.Bruce Momjian1999-02-121-4/+4
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-5/+5
* Fix optimizer and make faster.Bruce Momjian1999-02-121-3/+3
* Optmizer cleanupBruce Momjian1999-02-101-3/+3
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-3/+3
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-7/+6
* Make GEQO use dependent on table and index count.Bruce Momjian1999-02-021-10/+15
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-10/+15
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Cleanups of optimizer.Bruce Momjian1998-08-101-7/+6
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-101-8/+7
* OPTIMIZER_DEBUG additions.Bruce Momjian1998-08-071-3/+4
* Update flow chart.Bruce Momjian1998-08-041-5/+3
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-8/+8
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-26/+29
* Remove some recursion in optimizer and clean up some code there.Bruce Momjian1997-12-211-87/+81
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-10/+10
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-77/+77
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-279/+330
* if ( rel->size <= 0 )Vadim B. Mikheev1997-06-101-4/+3
* allpaths.c:find_join_paths(): compute_rel_size() shouldn't be calledVadim B. Mikheev1997-06-051-1/+3
* Use GEQO if _use_geqo_ is TRUE and # of relations is >= _use_geqo_rels_Vadim B. Mikheev1997-06-021-2/+3
* Enable GEQO for more than six tables, from Martin.Bruce Momjian1997-06-011-2/+2
* #ifdef GEQOVadim B. Mikheev1997-04-291-5/+11
* Merge in GEQO OptimizerMarc G. Fournier1997-02-191-1/+17
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-3/+3
* Compile and warning cleanupBruce Momjian1996-11-081-2/+2
* More files cleaned outMarc G. Fournier1996-11-061-1/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+351