log

age author description
2020-07-06 Pedro Ferreira Approved output Jun2020
2020-07-06 Niels Nes remove nils when checking for unique values in the to be inserted values. Jun2020
2020-07-06 Pedro Ferreira The problem comes from the uniqueness validation Jun2020
2020-07-06 Pedro Ferreira Approved output. Time to look at the csv issue Jun2020
2020-07-06 Niels Nes merged
2020-07-06 Niels Nes add 'select ' to the rel_parse_val side, reduces copying
2020-07-06 Sjoerd Mullender Get the test right. Jun2020
2020-07-06 Niels Nes make sure we also set the used candidates in none reducing compare functions (e_cmp type) Jun2020
2020-07-06 Niels Nes disable a*a -> pow(a,2) rewriter Jun2020
2020-07-06 Pedro Ferreira Check atom base type at subquery operators
2020-07-06 Sjoerd Mullender A nil bat is (potentially) a candidate list. That's the whole point here. Jun2020
2020-07-06 Pedro Ferreira Cleaning my own mess. Use ATOMbasetype macro to know the internal storage of a type. Time types now use the faster route on the window functions implementations. Sorry people Jun2020
2020-07-06 Sjoerd Mullender Check all candidate list parameters for nil. Jun2020
2020-07-06 Sjoerd Mullender Better check for bat-ness. Jun2020
2020-07-06 Sjoerd Mullender Add MAL interface for conditional execution in batcalc.between. Jun2020
2020-07-06 Sjoerd Mullender Properly (I hope) check for NIL candidate list bats. Jun2020
2020-07-06 Pedro Ferreira Merged with oscar
2020-07-06 Pedro Ferreira Use check_symbol_exists to find stpcpy. check_function_exists was not finding on my machine oscar
2020-07-06 Sjoerd Mullender Minimal changes to get this to compile on Windows.
2020-07-06 Pedro Ferreira Backported recent CMDBATappend_bulk fixes into oscar, also perform less cache misses while accessing the MAL stack. oscar
2020-07-06 Pedro Ferreira Merged with oscar
2020-07-06 Pedro Ferreira JSONjson2text function requires JSONjson2textSeparator, so its definition must come later oscar
2020-07-06 Sjoerd Mullender Merge with oscar branch.
2020-07-06 Sjoerd Mullender Merge with Jun2020 branch. oscar
2020-07-06 Sjoerd Mullender whitespace. Jun2020
2020-07-06 Sjoerd Mullender A size_t is not the same as an unsigned int. Jun2020
2020-07-06 Niels Nes white space Jun2020
2020-07-06 Niels Nes add lock's around early (sql_optimizer) access to table information Jun2020
2020-07-06 Pedro Ferreira Use check_symbol_exists to find stpcpy. check_function_exists was not finding on my machine
2020-07-06 Sjoerd Mullender Save mserver output from SingleServer test directories. Jun2020
2020-07-06 Niels Nes add interface to storage to directly return sqlid's (reduces malloc/frees)
2020-07-06 Pedro Ferreira Another quety with similar issue Jun2020
2020-07-06 Arjen de Rijke cleanup odbc package detection
2020-07-06 Pedro Ferreira Two new sqlancer bugs Jun2020
2020-07-06 Sjoerd Mullender Merge with oscar branch.
2020-07-06 Niels Nes remove assert
2020-07-06 Sjoerd Mullender A little cleanup. oscar
2020-07-06 Joeri van Ruth Stop databases at end of monetdb_snapshot test oscar
2020-07-06 Niels Nes small fix (ie don't output error on just hitting EOF, only when unexpected)
2020-07-06 Sjoerd Mullender Approved tests. oscar
2020-07-06 Niels Nes more usage of allocators (and cleanup of error functions) in sql_parser
2020-07-06 Pedro Ferreira Handle UTF-8 strings at str.insert function Jun2020
2020-07-06 Panagiotis Koutsourakis Remove code duplication Jun2020
2020-07-06 Sjoerd Mullender Merge with oscar branch.
2020-07-06 Joeri van Ruth Stop databases at end of monetdb_snapshot test
2020-07-06 Sjoerd Mullender Logic error. oscar
2020-07-06 Sjoerd Mullender Merge with oscar branch.
2020-07-06 Sjoerd Mullender Add/fix license text. oscar
2020-07-06 Sjoerd Mullender Merge with Jun2020 branch. oscar
2020-07-06 Sjoerd Mullender Add/fix license text. Jun2020
2020-07-06 Pedro Ferreira Added test and fix for SQLancer query, ie when checking check that the types of all EC_ANY's are equal, skip if one is already EC_ANY Jun2020
2020-07-06 Panagiotis Koutsourakis Approve test results Jun2020
2020-07-03 Panagiotis Koutsourakis Allow for whole strings as separators in JSOnplaintext Jun2020
2020-07-06 Niels Nes more alloction cleanup
2020-07-06 Pedro Ferreira Allocation checks
2020-07-06 Sjoerd Mullender Initialize variable after setjmp.
2020-07-05 Arjen de Rijke move some old documentation
2020-07-05 Pedro Ferreira Less crashes please
2020-07-05 Pedro Ferreira Compute sorted and revsorted properties at CMDBATappend_bulk. It makes the append slower, but on most cases, the values at the right side of an IN query will be sorted, which later will give a cheaper join. Also approved tests
2020-07-05 Pedro Ferreira Make the server start