summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo
Commit message (Expand)AuthorAgeFilesLines
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-2/+2
* Optimizer cleanup.Bruce Momjian1999-02-081-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-035-25/+15
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-032-25/+21
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-015-58/+58
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-0110-63/+63
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-103-15/+15
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-6/+6
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-185-62/+62
* Remove un-needed braces around single statements.Bruce Momjian1998-06-158-54/+8
* Cleanup of compiler warnings.Bruce Momjian1998-04-061-3/+3
* Hi,Bruce Momjian1998-04-061-6/+3
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-5/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-266-12/+12
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-073-8/+8
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-053-8/+8
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-0817-88/+88
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-0817-339/+339
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-0717-2012/+2300
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-181-3/+5
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-122-10/+3
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-1/+2
* geqo_rel_paths(): compute_joinrel_size() shouldn't be calledVadim B. Mikheev1997-06-111-2/+3
* if ( new_rel->size <= 0 )Vadim B. Mikheev1997-06-102-12/+12
* gimme_tree(): got rid of compute_rel_size() -Vadim B. Mikheev1997-06-061-1/+3
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-061-1/+5
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-061-10/+21
* Fix for -Wno-errorVadim B. Mikheev1997-04-211-2/+2
* Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier1997-04-151-2/+7
* From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>Marc G. Fournier1997-04-091-5/+19
* This commit represents a clean compile with the new templates underMarc G. Fournier1997-04-041-2/+2
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-031-2/+4
* From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier1997-04-021-2/+2
* > There are some minor fixes to the GEQO.Marc G. Fournier1997-03-144-8/+223
* Patch from Martin due to changes in joinrels.cMarc G. Fournier1997-03-031-2/+10
* Change machine/limits.h to limits.h.Bruce Momjian1997-03-011-2/+2
* Various cleanups to satisfy -Werror, but there are some errors that I'mMarc G. Fournier1997-02-196-18/+25
* rearrange ordering of headers os that postgres.h is firstMarc G. Fournier1997-02-191-4/+4
* Remove WIN32 stuff, and improve conformance to configureMarc G. Fournier1997-02-191-12/+4
* Add and install the pg_geqo.sample fileMarc G. Fournier1997-02-191-0/+64
* Merge in GEQO OptimizerMarc G. Fournier1997-02-1916-0/+3374