2020-07-14 |
Sjoerd Mullender |
Closing unused branch.
bitvector
|
2020-07-14 |
Sjoerd Mullender |
Merge with default branch.
msk-type
|
2020-07-14 |
Pedro Ferreira |
Helping on performance of tpch q2. This was a bug I was tracking, rel_exp_visitor_bottomup visited relations topdown, which was not desirable for some iterators, so added a flag to specify which relation order to iterate. It may be different from the expressions
Jun2020
|
2020-07-14 |
Sjoerd Mullender |
Merge with oscar branch.
|
2020-07-14 |
Sjoerd Mullender |
Merge with Jun2020 branch.
oscar
|
2020-07-14 |
Sjoerd Mullender |
A little cleanup of the code.
Jun2020
|
2020-07-14 |
Pedro Ferreira |
indentation
Jun2020
|
2020-07-14 |
Pedro Ferreira |
Making R integration happy, find size of double
Jun2020
|
2020-07-14 |
Pedro Ferreira |
Tunning scores for equality further. If the expression column is a duplicate elimiated string heap, the score should fallback to the integer case. Also prioritize distinct columns.
Jun2020
|
2020-07-14 |
Sjoerd Mullender |
When resetting a view, make sure the string heap is not shared again.
Jun2020
|
2020-07-13 |
Panagiotis Koutsourakis |
Merge with default
atom_strings
|
2020-07-14 |
martin kersten |
Another round of MSK test specifications
msk-type
|
2020-07-13 |
Sjoerd Mullender |
Implemented new algorithm for join.
Jun2020
|
2020-07-13 |
martin kersten |
The target operation we need to further experimentation.
msk-type
|
2020-07-13 |
martin kersten |
A few more simple tests.
msk-type
|
2020-07-13 |
martin kersten |
A test for scalar operations on MSK
msk-type
|
2020-07-13 |
Pedro Ferreira |
Test relation before calculating the number of grouping expressions. Also allocate less. This fixes the broken tests on the sanitizer build
Jun2020
|
2020-07-13 |
Pedro Ferreira |
Allocate less
Jun2020
|
2020-07-13 |
Pedro Ferreira |
Removed 'd' and 'varid' components from sql_atom. They were no longer used
|
2020-07-13 |
Pedro Ferreira |
Fixed a small regression I created. rel_groupby_order requires two ordering steps.
Jun2020
|
2020-07-13 |
Pedro Ferreira |
Merged with oscar
|
2020-07-13 |
Pedro Ferreira |
Merged with Jun2020
oscar
|
2020-07-13 |
Pedro Ferreira |
Missed disable from the merge
Jun2020
|
2020-07-13 |
Pedro Ferreira |
Backported visitor changes and rel_push_project_down optimizer from default into Jun2020.
Jun2020
|
2020-07-13 |
Sjoerd Mullender |
The Python 3 executable on Windows is called python.
Jun2020
|
2020-07-13 |
Sjoerd Mullender |
Flush output before changing console text attribute.
Jun2020
|
2020-07-13 |
Arjen de Rijke |
use modern cmake for compile options
|
2020-07-13 |
Pedro Ferreira |
Merged with oscar
|
2020-07-13 |
Pedro Ferreira |
Merged with Jun2020
oscar
|
2020-07-13 |
Pedro Ferreira |
Approved output
Jun2020
|
2020-07-13 |
Pedro Ferreira |
Don't clean twice
Jun2020
|
2020-07-13 |
Sjoerd Mullender |
No longer necessary to work around bug that briefly appeared in Fedora.
Jun2020
|
2020-07-13 |
Pedro Ferreira |
Clean curprg error if so
Jun2020
|
2020-07-13 |
Pedro Ferreira |
Performance fix for tcpds q80 and related.
Jun2020
|
2020-07-12 |
Niels Nes |
do not rewrite ddl statements in rewrite_anyequal (fixes crash in subquery6)
Jun2020
|
2020-07-11 |
Niels Nes |
try too look for group by expressions when we expect them.
Jun2020
|
2020-07-11 |
Niels Nes |
merged
Jun2020
|
2020-07-11 |
Niels Nes |
corrected check for nil/null values in insert_check_ukey
Jun2020
|
2020-07-11 |
Arjen de Rijke |
detect more executables
|
2020-07-11 |
Arjen de Rijke |
handle lz4 version the correct way
|
2020-07-11 |
Pedro Ferreira |
Make exp_range_overlap portable to more types as long as they are linear at their storage. Also do the same check at exp_is_zero and atom_zero_value
Jun2020
|
2020-07-11 |
Niels Nes |
small fix/cleanup (make sure we don't access a possible null pointer)
Jun2020
|
2020-07-11 |
Arjen de Rijke |
set correct expected test results
|
2020-07-10 |
Niels Nes |
active initial transaction (to make sure the timestamps are set correctly)
Jun2020
|
2020-07-10 |
Pedro Ferreira |
Merged with oscar
|
2020-07-10 |
Pedro Ferreira |
Merged with Jun2020
oscar
|
2020-07-10 |
Pedro Ferreira |
Helping on tpcds q37 plan. If the arguments to a function are just atoms, there's no reason to push it down, ie it's a constant. Also added simplified version of buggy sqlancer query
Jun2020
|
2020-07-09 |
Aris Koning |
Handle vanilla threads and disable embedded_lock except in monetdbe_open and monetdbe_close.
hammertime
|
2020-07-10 |
Sjoerd Mullender |
Darwin-specific output: we have a newer bison there than on other systems.
Jun2020
|
2020-07-10 |
Pedro Ferreira |
Two new SQLancer bugs, csv import on unique pair of columns fails, and complex grouping generating GDK missalignment error
Jun2020
|
2020-07-10 |
Joeri van Ruth |
Rename 'monetdb snapshot stream' to 'monetdb snapshot write'
|
2020-07-10 |
Joeri van Ruth |
Adjustments to make remote streaming snapshot work
|
2020-07-10 |
Pedro Ferreira |
Approved output
Jun2020
|
2020-07-10 |
Pedro Ferreira |
Small bugfix, functions with no parameters have atom cardinality, so no check needed in aggregations
Jun2020
|
2020-07-10 |
Sjoerd Mullender |
Indentation.
oscar
|
2020-07-10 |
Sjoerd Mullender |
Add attribute to type to force initialization using field names.
oscar
|
2020-07-10 |
Sjoerd Mullender |
Work around bug in Visual Studio compiler.
oscar
|
2020-07-10 |
Pedro Ferreira |
Fixed my own bug, the output type of NULL constant on comparison, must be a boolean type
Jun2020
|
2020-07-10 |
Pedro Ferreira |
Merged with oscar
|
2020-07-10 |
Pedro Ferreira |
Merged with Jun2020
oscar
|