2020-05-06 |
Sjoerd Mullender |
Closing branch cmake-fun.
cmake-fun
|
2020-05-06 |
Pedro Ferreira |
Defensive line, look for result of rel_check_type
Jun2020
|
2020-05-06 |
Pedro Ferreira |
Check for '%' on hte first character only. Also test for missing index
Jun2020
|
2020-05-06 |
Sjoerd Mullender |
Changelog message.
Jun2020
|
2020-05-06 |
Sjoerd Mullender |
Add some function attributes.
Jun2020
|
2020-05-06 |
Sjoerd Mullender |
Approve output.
Jun2020
|
2020-05-06 |
Pedro Ferreira |
Use timestamp instead of time at bug 2781 test, so it can't never overflow if the test is performed at around midnight
Jun2020
|
2020-05-06 |
Niels Nes |
merged with default
mbedded
|
2020-05-06 |
Pedro Ferreira |
Approved output
Jun2020
|
2020-05-05 |
Ying Zhang |
Merged with default
userstats
|
2020-05-05 |
Pedro Ferreira |
Test fixes
scoping
|
2020-05-04 |
Aris Koning |
Support compressed execution on dict compression.
mosaic
|
2020-05-05 |
Pedro Ferreira |
Merged with default
scoping
|
2020-05-05 |
Pedro Ferreira |
Merged with Jun2020
|
2020-05-05 |
Pedro Ferreira |
Small missing rel_read cases
Jun2020
|
2020-05-05 |
Pedro Ferreira |
Added missing properties and small bug fixes at rel_read
Jun2020
|
2020-05-05 |
Pedro Ferreira |
Approved output and added missing cardinality check for merge statements
Jun2020
|
2020-05-05 |
Pedro Ferreira |
Removed unecessary old code at rel_updates for deletes and updates, which was causing a subquery crash
Jun2020
|
2020-05-05 |
Pedro Ferreira |
Run isnull re-write on joins, but on outer joins look for the "not null" propagation case which currently is buggy
Jun2020
|
2020-05-05 |
Pedro Ferreira |
Simplify further
Jun2020
|
2020-05-04 |
Ying Zhang |
Adding a new monitoring function user_statistics
userstats
|
2020-05-04 |
Pedro Ferreira |
Small bugfix, default SQL aggregates may have more than one parameter as input, so add them to the 'args' table. Also make insert work for functions with more than 100 parameters, if that ever happens.
Jun2020
|
2020-05-04 |
Pedro Ferreira |
Use right types
Jun2020
|
2020-05-04 |
Pedro Ferreira |
Use sqlid
Jun2020
|
2020-05-04 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
2020-05-04 |
Sjoerd Mullender |
Merge with Nov2019 branch.
Jun2020
|
2020-05-04 |
Sjoerd Mullender |
The selinux type sigterm does not exist, the generic signal should suffice.
Jun2020
|
2020-05-04 |
Sjoerd Mullender |
Work around bug in GCC 10.0.1.
Jun2020
|
2020-05-04 |
Pedro Ferreira |
Added expected output
Jun2020
|
2020-05-04 |
Pedro Ferreira |
Don't generate cartesian products on single row inserts
Jun2020
|
2020-05-04 |
Sjoerd Mullender |
Work around GCC 10 problem.
Jun2020
|
2020-05-04 |
Sjoerd Mullender |
Fix up some debug messages.
Jun2020
|
2020-05-04 |
Sjoerd Mullender |
Use sysusers.d configuration file for user/group creation (if available).
Jun2020
|
2020-05-04 |
Pedro Ferreira |
Small test fixes, increased tpcds alter test timeout to 3 minutes, throw a tracer info message for mergetable optimizer bailout on semijoinRef and selectNotNilRef instead of debug. Approved output
Jun2020
|
2020-05-02 |
Niels Nes |
small fixes for fedora 32 compiler
Jun2020
|
2020-05-02 |
Niels Nes |
added support for single join, ie join and check if result (from right) is limit to at most 1
Jun2020
|
2020-05-01 |
Pedro Ferreira |
Added error case
scoping
|
2020-05-01 |
Pedro Ferreira |
Scoping rules for triggers, new and old rows have the same precedence as tables in the from clause, so we must throw 'ambiguous' error messages on some occasions
scoping
|
2020-05-01 |
Pedro Ferreira |
New bug, trigger causing BATproject2: does not match always error, time to investigate
Jun2020
|
2020-05-01 |
Niels Nes |
fixed 2 more crashes, ie anyequal with complex left side
Jun2020
|
2020-05-01 |
Joeri van Ruth |
Convert lz4 to pump_stream
makelibstreamgreatagain
|
2020-05-01 |
Joeri van Ruth |
Minor changes
makelibstreamgreatagain
|
2020-05-01 |
Joeri van Ruth |
Switch pumpbuffer.start from void* to char*
makelibstreamgreatagain
|
2020-04-30 |
Joeri van Ruth |
Convert bz2 to pump_stream
makelibstreamgreatagain
|
2020-05-01 |
Pedro Ferreira |
Merged with default
typing
|
2020-05-01 |
Pedro Ferreira |
Compilation fix and cleanup
scoping
|
2020-05-01 |
Sjoerd Mullender |
Added msk bat type (in addition to bit bat) for conditional execution.
msk-type
|
2020-05-01 |
Pedro Ferreira |
More subquery crashes :(
Jun2020
|
2020-05-01 |
Arjen de Rijke |
add option and disable cmake unittests by default
mbedded
|
2020-04-30 |
Aris Koning |
Fix a small bug in count-to-bits calculation.
mosaic
|
2020-04-30 |
Aris Koning |
Remove incorrect assert and properly initialize member.
mosaic
|
2020-04-30 |
Pedro Ferreira |
Merged with default
scoping
|
2020-04-30 |
Sjoerd Mullender |
Implemented (bat)calc.not for msk type.
msk-type
|
2020-04-30 |
Sjoerd Mullender |
Allow msk type BATs as candidate lists.
msk-type
|
2020-04-30 |
Sjoerd Mullender |
Added a max_one:bit argument to algebra.crossproduct.
Jun2020
|
2020-04-30 |
Sjoerd Mullender |
Merge with default branch.
msk-type
|
2020-04-30 |
Sjoerd Mullender |
Implemented BATs of type msk as candidate list.
msk-type
|
2020-04-28 |
Sjoerd Mullender |
Implemented batcalc.ifthenelse() for msk type.
msk-type
|
2020-04-30 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
2020-04-30 |
Pedro Ferreira |
Added more missing overflow checks on statistical analytic functions
Jun2020
|