- 09 Apr, 1997 4 commits
-
-
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 9 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
-
Marc G. Fournier authored
Further extended Makefile.global/build/configure so that we can have a 'template' file for each OS (and each version of OS, as in BSDi) which is used as much as possible to generate Makefile.global Any future ports should look at using the template file as a basis, before moving over to Makefile.global. This will most probably break alot of the ports, atho I've tried to be very neat about it...
-
Marc G. Fournier authored
Pointed out by: System Administrator <sysadmin@sba.miami.edu>
-
- 03 Apr, 1997 5 commits
-
-
Marc G. Fournier authored
Allow installer to change DEF_PGPORT Allow installer to disable HBA
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Remove USE_LOCALE from Makefile.global.in Add USE_LOCALE to build/configure/config.h Add check for BUILDRUN in configure to make sure that build is run before configure
-
Marc G. Fournier authored
Subject: [HACKERS] timestamp.c changes I sent in changes previously and they were rejected because they didn't follow ANSI spec. Here is the input part of the changes again. Even though it allows more flexibility for inputting different formats, it is also backwards compatible with the standard version. I have also not changed the output format so it will still output the ANSI forms. Is this acceptable to everyone?
-
Marc G. Fournier authored
Subject: [HACKERS] Aggregate function patches Here are the aggregate function patches I originally sent in last December. They fix sum() and avg() behavior for ints and floats when NULL values are involved. I was waiting to resubmit these until I had a chance to write a v6.0->v6.1 database upgrade script to ensure that existing v6.0 databases which have not been reloaded for v6.1 do no break with the new aggregate behavior. These scripts are included below. It's OK with me if someone wants to do something different with the upgrade strategy, but something like this was discussed a few weeks ago. Also, there were a couple of small items which cropped up in doing a clean install of 970403 (actually 970402 + 970403 changes since the full 970403 tar file appears to be damaged or at least suspect). They are the first two patches below and can be omitted if desired (although I think they aren't dangerous :).
-