- 10 Apr, 1997 2 commits
-
-
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 16 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
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
Submitted by Raymond Toy.
-
Marc G. Fournier authored
Subject: [HACKERS] Fix for European dates This apparently fixes the European date reading problem reported by several (European) bleeding edge adopters. I tried a few test cases and it doesn't break the non-EuroDate cases in my test suite.
-
- 04 Apr, 1997 7 commits
-
-
Marc G. Fournier authored
Clean up the .sample files...comment out all sample entries except for the localhost one
-
Marc G. Fournier authored
FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Clean up format of linux-elf
-