log

age author description
2020-04-28 Joeri van Ruth Add -i and -o options to streamcat makelibstreamgreatagain
2020-04-28 Joeri van Ruth Let open_stream() set the binary- and readonly flags makelibstreamgreatagain
2020-04-28 Joeri van Ruth Introduce generic_pump_{in,out}, use in xz_stream makelibstreamgreatagain
2020-04-24 Joeri van Ruth Rename struct xz_stream to xz_state makelibstreamgreatagain
2020-04-24 Joeri van Ruth Extra check in streamcat makelibstreamgreatagain
2020-04-24 Joeri van Ruth Add text_stream and use it in xz_stream makelibstreamgreatagain
2020-04-24 Joeri van Ruth Rewrite read_xzstream to make tests pass makelibstreamgreatagain
2020-04-28 Arjen de Rijke add unittests for cmake library detection mbedded
2020-04-28 Pedro Ferreira Set old schema before returning Jun2020
2020-04-28 Sjoerd Mullender Implemented conversion to and from msk type. msk-type
2020-04-28 Sjoerd Mullender Change mskGet to mskGetVal to be more like mskSetVal. msk-type
2020-04-28 Arjen de Rijke cleanup cmake code, part 1 of many mbedded
2020-04-27 Pedro Ferreira Moved isnull rewriter from previous commit to rel_simplify_predicates, because it cannot be applied on projections. Added optimizations to rel_simplify_predicates on literal atoms and made a temporary fix for exp_rename function to not propagate has_no_nil property on column behind an outer join Jun2020
2020-04-27 Pedro Ferreira Added isnull(not null) -> false optimization, plus fixed a bug in merge statements, where a not nullable expression after being projected as a right column on the left join was stil treated as not nullable Jun2020
2020-04-27 Pedro Ferreira No hugeint in the output Jun2020
2020-04-27 Niels Nes small fixes for UNION, INTERSECT, EXCEPT in project/subqueries Jun2020
2020-04-26 Arjen de Rijke remove most of the old build system mbedded
2020-04-26 Arjen de Rijke fix geom/gdal mbedded
2020-04-26 Pedro Ferreira More fun Jun2020
2020-04-26 Pedro Ferreira More queries crashing for our own entertainment Jun2020
2020-04-26 Arjen de Rijke add numpy detection for older cmake mbedded
2020-04-25 Niels Nes only use mdlopen on APPLEs mbedded
2020-04-24 Niels Nes only go through the relational plan once to convert nested relations. Jun2020
2020-04-24 Niels Nes keep in values list together and only during code generation explode the plan. Jun2020
2020-04-24 Pedro Ferreira Reverting some of today's changes. e_cmp expressions inside projections is not feasible to do Jun2020
2020-04-24 Sjoerd Mullender Initial support for the msk type. msk-type
2020-04-24 Sjoerd Mullender Merge with Jun2020 branch.
2020-04-24 Panagiotis Koutsourakis Validate the values of the listenaddr Jun2020
2020-04-24 Pedro Ferreira Defensive lines. When one of the symbol handling recursive functions return an error, return immediately, because there are locations where errors are reset, thus leaving to the 'subquery result missing' error message later Jun2020
2020-04-24 Sjoerd Mullender Improve error messages when monetdb cannot contact monetdbd. Jun2020
2020-04-24 Sjoerd Mullender Merge with Jun2020 branch.
2020-04-24 Pedro Ferreira Re-write or func into or compare Jun2020
2020-04-24 Sjoerd Mullender Test dumping of foreign language functions. Jun2020
2020-04-24 Sjoerd Mullender Fix dumping of table returning foreign language functions. Jun2020
2020-04-24 Sjoerd Mullender Rearrange some code to do fewer mallocs. Jun2020
2020-04-24 Pedro Ferreira rel_simplify_predicates optimizer must visit inner expressions. Now it optimizes is_null predicates inside or comparisons Jun2020
2020-04-24 Sjoerd Mullender Change PYTHON2 and PYTHON2_MAP functions to PYTHON and PYTHON_MAP. Jun2020
2020-04-24 Niels Nes fixed even more complex subqueries Jun2020
2020-04-24 Pedro Ferreira At rewrite_compare_exps, if the expression has an equivalent e_cmp expression, don't create an extra comparison Jun2020
2020-04-24 Pedro Ferreira Queries with wrong results and errors Jun2020
2020-04-24 Sjoerd Mullender Clean up some upgrade code + add some extra conditions to upgrade queries. Jun2020
2020-04-23 Niels Nes add type check in left side of 'in' Jun2020
2020-04-23 Niels Nes output warnings when bailout in the mergetable optimizer Jun2020
2020-04-23 Aris Koning Function sys."=" and sys."<>" have null semantics. out2in
2020-04-23 Aris Koning Approve output changes related to additional semantics column. out2in
2020-04-22 Aris Koning Properly add semantics value to the sys.functions table. out2in
2020-04-20 Aris Koning Add create statements for convenience in the feature description. out2in
2020-04-23 Pedro Ferreira Even more crashes Jun2020
2020-04-23 Pedro Ferreira More crashes :( Jun2020
2020-04-23 Pedro Ferreira Session default globals cannot be null scoping
2020-04-23 Pedro Ferreira Query giving warning at opt_mergetable optimizer. Time to investigate Jun2020
2020-04-23 Niels Nes install header file mbedded
2020-04-23 Niels Nes handle sub queries with constants better Jun2020
2020-04-23 Pedro Ferreira Approved output Jun2020
2020-04-23 Pedro Ferreira Small bugfix, ensure every column from a subquery is renamed or not (this was already enforced by the CTEs) Jun2020
2020-04-23 Arjen de Rijke do not package tests mbedded
2020-04-23 Joeri van Ruth Test more nonstandard block sizes makelibstreamgreatagain
2020-04-23 Joeri van Ruth Rewrite xz_stream.c to be less wrong makelibstreamgreatagain
2020-04-23 Joeri van Ruth Test writing large blocks makelibstreamgreatagain
2020-04-23 Joeri van Ruth Reformat test output to make it easier to handle makelibstreamgreatagain