summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/geqo/geqo_erx.c
AgeCommit message (Expand)Author
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-04#ifdef out assorted unused GEQO code.Tom Lane
2017-03-14Spelling fixesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2015-04-26Also correct therefor to therefore.Andres Freund
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-07-16Make GEQO's planning deterministic by having it start from a predictableTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-07-25Error message editing in backend/optimizer, backend/rewrite.Tom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-06-06From: "D'Arcy J.M. Cain" <[email protected]>Marc G. Fournier
1997-02-19Merge in GEQO OptimizerMarc G. Fournier