| Commit message (Expand) | Author | Age | Files | Lines |
| * | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 1 | -2/+2 |
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-08 | 1 | -2/+2 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 5 | -25/+15 |
| * | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 2 | -25/+21 |
| * | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 | 1 | -1/+5 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 5 | -58/+58 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 10 | -63/+63 |
| * | Cleanup optimizer function names and clarify code. | Bruce Momjian | 1998-08-10 | 3 | -15/+15 |
| * | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 | 1 | -6/+6 |
| * | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 | 5 | -62/+62 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 8 | -54/+8 |
| * | Cleanup of compiler warnings. | Bruce Momjian | 1998-04-06 | 1 | -3/+3 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -6/+3 |
| * | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian | 1998-03-30 | 1 | -5/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 6 | -12/+12 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 3 | -8/+8 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 3 | -8/+8 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 1 | -4/+6 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 17 | -88/+88 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 17 | -339/+339 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 17 | -2012/+2300 |
| * | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 1 | -3/+5 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 2 | -10/+3 |
| * | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 | 1 | -1/+2 |
| * | geqo_rel_paths(): compute_joinrel_size() shouldn't be called | Vadim B. Mikheev | 1997-06-11 | 1 | -2/+3 |
| * | if ( new_rel->size <= 0 ) | Vadim B. Mikheev | 1997-06-10 | 2 | -12/+12 |
| * | gimme_tree(): got rid of compute_rel_size() - | Vadim B. Mikheev | 1997-06-06 | 1 | -1/+3 |
| * | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-06-06 | 1 | -1/+5 |
| * | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-06-06 | 1 | -10/+21 |
| * | Fix for -Wno-error | Vadim B. Mikheev | 1997-04-21 | 1 | -2/+2 |
| * | Fix up the -Wno-error problem for non-gcc compilers | Marc G. Fournier | 1997-04-15 | 1 | -2/+7 |
| * | From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de> | Marc G. Fournier | 1997-04-09 | 1 | -5/+19 |
| * | This commit represents a clean compile with the new templates under | Marc G. Fournier | 1997-04-04 | 1 | -2/+2 |
| * | From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> | Marc G. Fournier | 1997-04-03 | 1 | -2/+4 |
| * | From: Oleg Bartunov <oleg@sai.msu.su> | Marc G. Fournier | 1997-04-02 | 1 | -2/+2 |
| * | > There are some minor fixes to the GEQO. | Marc G. Fournier | 1997-03-14 | 4 | -8/+223 |
| * | Patch from Martin due to changes in joinrels.c | Marc G. Fournier | 1997-03-03 | 1 | -2/+10 |
| * | Change machine/limits.h to limits.h. | Bruce Momjian | 1997-03-01 | 1 | -2/+2 |
| * | Various cleanups to satisfy -Werror, but there are some errors that I'm | Marc G. Fournier | 1997-02-19 | 6 | -18/+25 |
| * | rearrange ordering of headers os that postgres.h is first | Marc G. Fournier | 1997-02-19 | 1 | -4/+4 |
| * | Remove WIN32 stuff, and improve conformance to configure | Marc G. Fournier | 1997-02-19 | 1 | -12/+4 |
| * | Add and install the pg_geqo.sample file | Marc G. Fournier | 1997-02-19 | 1 | -0/+64 |
| * | Merge in GEQO Optimizer | Marc G. Fournier | 1997-02-19 | 16 | -0/+3374 |