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