index
:
users/gsingh/postgres.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
Release_1_0_3
WIN32_DEV
assert_nargs_is_large_enough
ecpg_big_bison
master
Postgres clone for personal branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
geqo
/
geqo_erx.c
Age
Commit message (
Expand
)
Author
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2015-04-26
Also correct therefor to therefore.
Andres Freund
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-07-16
Make GEQO's planning deterministic by having it start from a predictable
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-07-25
Error message editing in backend/optimizer, backend/rewrite.
Tom Lane
2002-03-02
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
1999-07-15
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-14
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1998-09-01
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-06-15
Remove un-needed braces around single statements.
Bruce Momjian
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-01-07
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-05
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1997-09-08
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-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-06-06
From: "D'Arcy J.M. Cain" <
[email protected]
>
Marc G. Fournier
1997-02-19
Merge in GEQO Optimizer
Marc G. Fournier