summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo/geqo_erx.c
Commit message (Expand)AuthorAgeFilesLines
* Make GEQO's planning deterministic by having it start from a predictableTom Lane2009-07-161-25/+26
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-23/+22
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-14/+10
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* Final cleanup.Bruce Momjian1999-07-161-5/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-11/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-10/+10
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-11/+11
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-4/+4
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-4/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-12/+12
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-33/+33
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-255/+312
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-061-10/+21
* Merge in GEQO OptimizerMarc G. Fournier1997-02-191-0/+424