- 12 Apr, 1997 6 commits
-
-
Marc G. Fournier authored
Moved to include/port
-
Marc G. Fournier authored
Submitted by: adrian@waltham.harvard.net
-
Marc G. Fournier authored
header files. Pointed out by: Edmund Mergl <E.Mergl@bawue.de>
-
Marc G. Fournier authored
Pointed out by: afc@teri.superlink.net
-
Marc G. Fournier authored
Provided by: adrian@waltham.harvard.net
-
Marc G. Fournier authored
modification to c.h so that bool isn't typedef'd under __cplusplus
-
- 11 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 10 Apr, 1997 5 commits
-
-
Marc G. Fournier authored
testing
-
Marc G. Fournier authored
Remove the TEST_MAIN stuff at the top...
-
Marc G. Fournier authored
-
Marc G. Fournier authored
- if someone can pick a better \? for this, plesae let me know...all the good ones seem taken :(
-
Vadim B. Mikheev authored
-
- 09 Apr, 1997 9 commits
-
-
Marc G. Fournier authored
Submitted by: adrian@waltham.harvard.net
-
Marc G. Fournier authored
but it gets rid of the temptation to modify the old source files :)
-
Marc G. Fournier authored
pg_proc.h still needs modifying, but this gets it in there so that we can get around any compiler bugs. Will try and get the pg_proc.h entries done up later tonight...
-
Marc G. Fournier authored
Subject: Re: [HACKERS] GEQO and views (rules) Oke, this was caused by a classic bug :-/ I thougth, root->base_relation_list_ could be represented as relid string 1-2-3-4- etc. Instead, in case of views, the count of relids doesn't start with "1" but maybe 4-5-6- etc . :-( GEQO patch follows ... views are now all right.
-
Marc G. Fournier authored
varlena.c - part of Thomas' most recent patch
-
Vadim B. Mikheev authored
weighting factor */) in addition to #define _CPU_PAGE_WEIGHT_ 0.065 (/* CPU-heap-to-page cost weighting factor */).
-
Vadim B. Mikheev authored
ATTNVALS_SCALE/reltuples (instead of reltuples).
-
Vadim B. Mikheev authored
2. PageWeights are variables now. 3. Fixed using ceil((double)selec*indextuples) as estimation for expected heap pages: ceil((double)selec*relpages) now.
-
Vadim B. Mikheev authored
use sum(npages)/((nkeys == 1) ? 1 : nkeys + 1) as expected index page estimation for multi-key quals - instead of sum(npages). In old code npages for x > 10 and x < 20 is twice as for x > 10 - cool ?
-
- 08 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 07 Apr, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 06 Apr, 1997 4 commits
-
-
Marc G. Fournier authored
regress.sh modified to get rid of queries.sql tests, as they are performed vis sql/*.sql
-
Marc G. Fournier authored
Its starting to actually take shape and look as expected...
-
Marc G. Fournier authored
-
Marc G. Fournier authored
should be used :)
-
- 05 Apr, 1997 13 commits
-
-
Marc G. Fournier authored
partially split
-
Marc G. Fournier authored
The whole file needs updating, but will work on that after finishing with the splits
-
Marc G. Fournier authored
user-friendly (and more useful)
-
Marc G. Fournier authored
'master' file Commit mods to regress.sh so that split out tests are run...look forward to finding out how to do a proper redirect to continue visual cleanup :)
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
tests allows us to have a 'for...done' loop inside of regress.sh for both doing the tests, and determining fail/ok results
-
Marc G. Fournier authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
AddGroupAttrToTlist() is not called from anywhere now.
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-