| Tue, 14 Jul 2020 13:18:57 +0200 |
Sjoerd Mullender |
Closing unused branch.
bitvector
|
| Tue, 14 Jul 2020 13:10:27 +0200 |
Sjoerd Mullender |
Merge with default branch.
msk-type
|
| Tue, 14 Jul 2020 12:35:57 +0200 |
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
|
| Tue, 14 Jul 2020 12:01:20 +0200 |
Sjoerd Mullender |
Merge with oscar branch.
|
| Tue, 14 Jul 2020 11:58:29 +0200 |
Sjoerd Mullender |
Merge with Jun2020 branch.
oscar
|
| Tue, 14 Jul 2020 11:48:48 +0200 |
Sjoerd Mullender |
A little cleanup of the code.
Jun2020
|
| Tue, 14 Jul 2020 11:39:20 +0200 |
Pedro Ferreira |
indentation
Jun2020
|
| Tue, 14 Jul 2020 11:38:03 +0200 |
Pedro Ferreira |
Making R integration happy, find size of double
Jun2020
|
| Tue, 14 Jul 2020 09:48:49 +0200 |
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
|
| Tue, 14 Jul 2020 09:17:27 +0200 |
Sjoerd Mullender |
When resetting a view, make sure the string heap is not shared again.
Jun2020
|
| Mon, 13 Jul 2020 21:05:38 +0300 |
Panagiotis Koutsourakis |
Merge with default
atom_strings
|
| Tue, 14 Jul 2020 08:55:01 +0200 |
martin kersten |
Another round of MSK test specifications
msk-type
|
| Mon, 13 Jul 2020 15:43:44 +0200 |
Sjoerd Mullender |
Implemented new algorithm for join.
Jun2020
|
| Mon, 13 Jul 2020 22:00:16 +0200 |
martin kersten |
The target operation we need to further experimentation.
msk-type
|
| Mon, 13 Jul 2020 21:53:51 +0200 |
martin kersten |
A few more simple tests.
msk-type
|
| Mon, 13 Jul 2020 21:42:49 +0200 |
martin kersten |
A test for scalar operations on MSK
msk-type
|
| Mon, 13 Jul 2020 21:08:11 +0200 |
Pedro Ferreira |
Test relation before calculating the number of grouping expressions. Also allocate less. This fixes the broken tests on the sanitizer build
Jun2020
|
| Mon, 13 Jul 2020 17:59:20 +0200 |
Pedro Ferreira |
Allocate less
Jun2020
|
| Mon, 13 Jul 2020 17:44:34 +0200 |
Pedro Ferreira |
Removed 'd' and 'varid' components from sql_atom. They were no longer used
|
| Mon, 13 Jul 2020 15:49:04 +0200 |
Pedro Ferreira |
Fixed a small regression I created. rel_groupby_order requires two ordering steps.
Jun2020
|
| Mon, 13 Jul 2020 14:35:12 +0200 |
Pedro Ferreira |
Merged with oscar
|
| Mon, 13 Jul 2020 14:33:22 +0200 |
Pedro Ferreira |
Merged with Jun2020
oscar
|
| Mon, 13 Jul 2020 14:19:19 +0200 |
Pedro Ferreira |
Missed disable from the merge
Jun2020
|
| Mon, 13 Jul 2020 14:04:47 +0200 |
Pedro Ferreira |
Backported visitor changes and rel_push_project_down optimizer from default into Jun2020.
Jun2020
|
| Mon, 13 Jul 2020 13:21:17 +0200 |
Sjoerd Mullender |
The Python 3 executable on Windows is called python.
Jun2020
|
| Mon, 13 Jul 2020 12:55:02 +0200 |
Sjoerd Mullender |
Flush output before changing console text attribute.
Jun2020
|
| Mon, 13 Jul 2020 12:27:50 +0200 |
Arjen de Rijke |
use modern cmake for compile options
|
| Mon, 13 Jul 2020 12:16:03 +0200 |
Pedro Ferreira |
Merged with oscar
|
| Mon, 13 Jul 2020 12:13:09 +0200 |
Pedro Ferreira |
Merged with Jun2020
oscar
|
| Mon, 13 Jul 2020 09:34:22 +0200 |
Pedro Ferreira |
Approved output
Jun2020
|
| Mon, 13 Jul 2020 09:24:26 +0200 |
Pedro Ferreira |
Don't clean twice
Jun2020
|
| Mon, 13 Jul 2020 09:19:54 +0200 |
Sjoerd Mullender |
No longer necessary to work around bug that briefly appeared in Fedora.
Jun2020
|
| Mon, 13 Jul 2020 09:18:49 +0200 |
Pedro Ferreira |
Clean curprg error if so
Jun2020
|
| Mon, 13 Jul 2020 09:10:40 +0200 |
Pedro Ferreira |
Performance fix for tcpds q80 and related.
Jun2020
|
| Sun, 12 Jul 2020 13:38:25 +0200 |
Niels Nes |
do not rewrite ddl statements in rewrite_anyequal (fixes crash in subquery6)
Jun2020
|
| Sat, 11 Jul 2020 18:12:53 +0200 |
Niels Nes |
try too look for group by expressions when we expect them.
Jun2020
|
| Sat, 11 Jul 2020 13:16:00 +0200 |
Niels Nes |
merged
Jun2020
|
| Sat, 11 Jul 2020 13:15:22 +0200 |
Niels Nes |
corrected check for nil/null values in insert_check_ukey
Jun2020
|
| Sat, 11 Jul 2020 12:35:00 +0200 |
Arjen de Rijke |
detect more executables
|
| Sat, 11 Jul 2020 11:28:42 +0200 |
Arjen de Rijke |
handle lz4 version the correct way
|
| Sat, 11 Jul 2020 10:56:47 +0200 |
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
|
| Sat, 11 Jul 2020 10:14:31 +0200 |
Niels Nes |
small fix/cleanup (make sure we don't access a possible null pointer)
Jun2020
|
| Sat, 11 Jul 2020 10:04:55 +0200 |
Arjen de Rijke |
set correct expected test results
|
| Fri, 10 Jul 2020 18:25:31 +0200 |
Niels Nes |
active initial transaction (to make sure the timestamps are set correctly)
Jun2020
|
| Fri, 10 Jul 2020 18:05:56 +0200 |
Pedro Ferreira |
Merged with oscar
|
| Fri, 10 Jul 2020 18:01:53 +0200 |
Pedro Ferreira |
Merged with Jun2020
oscar
|
| Fri, 10 Jul 2020 17:58:14 +0200 |
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
|
| Thu, 09 Jul 2020 16:55:40 +0200 |
Aris Koning |
Handle vanilla threads and disable embedded_lock except in monetdbe_open and monetdbe_close.
hammertime
|
| Fri, 10 Jul 2020 16:17:14 +0200 |
Sjoerd Mullender |
Darwin-specific output: we have a newer bison there than on other systems.
Jun2020
|
| Fri, 10 Jul 2020 15:04:29 +0200 |
Pedro Ferreira |
Two new SQLancer bugs, csv import on unique pair of columns fails, and complex grouping generating GDK missalignment error
Jun2020
|
| Fri, 10 Jul 2020 14:20:56 +0200 |
Joeri van Ruth |
Rename 'monetdb snapshot stream' to 'monetdb snapshot write'
|
| Fri, 10 Jul 2020 14:18:02 +0200 |
Joeri van Ruth |
Adjustments to make remote streaming snapshot work
|
| Fri, 10 Jul 2020 14:07:41 +0200 |
Pedro Ferreira |
Approved output
Jun2020
|
| Fri, 10 Jul 2020 13:17:00 +0200 |
Pedro Ferreira |
Small bugfix, functions with no parameters have atom cardinality, so no check needed in aggregations
Jun2020
|
| Fri, 10 Jul 2020 13:13:45 +0200 |
Sjoerd Mullender |
Indentation.
oscar
|
| Fri, 10 Jul 2020 13:13:23 +0200 |
Sjoerd Mullender |
Add attribute to type to force initialization using field names.
oscar
|
| Fri, 10 Jul 2020 13:06:30 +0200 |
Sjoerd Mullender |
Work around bug in Visual Studio compiler.
oscar
|
| Fri, 10 Jul 2020 12:31:58 +0200 |
Pedro Ferreira |
Fixed my own bug, the output type of NULL constant on comparison, must be a boolean type
Jun2020
|
| Fri, 10 Jul 2020 11:52:07 +0200 |
Pedro Ferreira |
Merged with oscar
|
| Fri, 10 Jul 2020 11:43:49 +0200 |
Pedro Ferreira |
Merged with Jun2020
oscar
|