| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -4/+3 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -3/+4 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -3/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane | 2004-01-23 | 1 | -17/+22 |
| * | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 | 1 | -5/+10 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 | 1 | -3/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Fix GEQO to work again in CVS tip, by being more careful about memory | Tom Lane | 2002-12-16 | 1 | -3/+2 |
| * | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian | 2002-07-20 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -10/+14 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Add all possible config file options. | Bruce Momjian | 2001-01-24 | 1 | -1/+3 |
| * | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane | 2000-09-19 | 1 | -5/+7 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -2/+1 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -18/+15 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -6/+6 |
| * | Change GEQO optimizer to release memory after each gene | Tom Lane | 1999-05-17 | 1 | -15/+10 |
| * | optimizer cleanup | Bruce Momjian | 1999-02-18 | 1 | -2/+3 |
| * | optimizer rename | Bruce Momjian | 1999-02-15 | 1 | -2/+1 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Optmizer cleanup | Bruce Momjian | 1999-02-10 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| * | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 | 1 | -3/+3 |
| * | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 1 | -1/+5 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -4/+4 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -10/+10 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -27/+28 |
| * | #define GEQO_RELS 7 | Vadim B. Mikheev | 1997-06-02 | 1 | -4/+1 |
| * | Enable GEQO for more than six tables, from Martin. | Bruce Momjian | 1997-06-01 | 1 | -1/+3 |
| * | Merge in GEQO Optimizer | Marc G. Fournier | 1997-02-19 | 1 | -0/+78 |