log

age author description
2020-08-03 Sjoerd Mullender dh_auto_configure apparently can deal with cmake. oscar
2020-08-04 Pedro Ferreira More queries with wrong results
2020-08-04 Pedro Ferreira Added 'abs' and 'sign' back on intervals typing
2020-08-04 Pedro Ferreira Added test for Bug 6935. Most of it has already been fixed on typing branch
2020-08-04 Pedro Ferreira New bug, supertype function is not working well for strings. On this example coalesce should output a char(20) column
2020-08-04 Panagiotis Koutsourakis Add forgotten test file atom_strings
2020-08-04 Panagiotis Koutsourakis Merge branch 'master' into local_atom_strings atom_strings
2020-08-04 Pedro Ferreira Approved output
2020-08-03 Niels Nes only nullif still has rewrite in exp_nop
2020-08-03 Niels Nes implemented case/coalesce as var-arg virtual functions. Re-implemented the handling of those in
2020-08-03 Pedro Ferreira Merged with default typing
2020-08-03 Pedro Ferreira Added missing functions for the new day interval type. Also I finally fixed the diff function for dates. As the day interval is the number of milliseconds on the backend, it has to multiply to the number of milliseconds on a day typing
2020-08-03 Ying Zhang Added a new MAL function basket.cleanlock to clean up possible locks that have trails
2020-08-03 Ying Zhang Typo in constant name trails
2020-08-03 Ying Zhang More clean up of the basket structure and some information for the code trails
2020-08-03 Sjoerd Mullender batmmath functions with two args should accept two BAT args (with cand lists).
2020-08-03 Pedro Ferreira Merged with oscar
2020-08-03 Pedro Ferreira Approved output, no median_avg on intervals oscar
2020-08-03 Sjoerd Mullender Revert to libbat instead of libgdk: the latter is already taken (by GTK). oscar
2020-08-03 Sjoerd Mullender MonetDBe package. oscar
2020-08-03 Sjoerd Mullender Don't install some stuff, and do install some other stuff. oscar
2020-08-03 Sjoerd Mullender Don't install every file in sight. oscar
2020-08-03 Sjoerd Mullender Remove obsolete file. oscar
2020-08-03 Sjoerd Mullender Install empty .merovingian_lock file. oscar
2020-08-03 Sjoerd Mullender Make C integration optional. oscar
2020-08-03 Sjoerd Mullender Don't use cmake_dependent_option to set default values for options. oscar
2020-08-03 Sjoerd Mullender Move COPYING file back to where it belongs. oscar
2020-08-03 Sjoerd Mullender Use cmake to build rpm. oscar
2020-08-03 Sjoerd Mullender Remove extraneous endif. oscar
2020-08-03 Pedro Ferreira Small bugfix, at rel_values, set the cardinality to the relation columns as well
2020-08-03 Pedro Ferreira Use temporary sql allocator, now that it jumps on an allocation failure scenario
2020-08-03 Ying Zhang Corrected a mistake introduced in changeset 607d10cfd006: only the basket idx starts from 1, all other indices start from 0. trails
2020-08-03 Pedro Ferreira Make the second input argument to lead and lag function arbitrary, so it can be bound on the backend
2020-08-03 Pedro Ferreira Several window function fixes:
2020-08-03 Sjoerd Mullender Clean up ignore file.
2020-08-03 Sjoerd Mullender Approve upgrade.
2020-08-03 Pedro Ferreira Cleaning ntile single input implementation, the first input parameter is not used
2020-08-03 Sjoerd Mullender Rearrange struct so that initializer doesn't cause error in clang.
2020-08-01 Pedro Ferreira Be carefull with ANY input types for window functions and new bugs :(
2020-08-01 Pedro Ferreira A function with no input parameters uses a NULL list, instead of an empty one. This hopefully fixes the failing count(*) window function on a remote table
2020-08-01 Pedro Ferreira Don't mess around with void pointers. Use ValRecord from the stack and copy the input for the trivial window function cases. I hope this will fix the broken tests on bigendian and Windows
2020-07-31 Pedro Ferreira These functions are available just for integers
2020-07-31 Pedro Ferreira Inline loop
2020-07-31 Pedro Ferreira Back when I fixed empty inputs for correlation and group_concat, I forgot the scalar version of window functions.
2020-07-31 Niels Nes approved output
2020-07-31 Niels Nes approved output
2020-07-31 Niels Nes approved output
2020-07-31 Niels Nes merged
2020-07-31 Niels Nes fixes some issues with window functions which need a input column, just
2020-07-31 Sjoerd Mullender Merge heads. Nov2019
2020-07-27 Sjoerd Mullender Some "errors" are just not important enough to stop processing for. Nov2019
2020-07-31 Sjoerd Mullender Merge with oscar branch.
2020-07-31 Sjoerd Mullender Merge with Jun2020 branch. oscar
2020-07-31 Sjoerd Mullender Report underlying implementation for selected operations in TRACE output.
2020-07-30 Sjoerd Mullender I like using Boolean values for Boolean usages. Jun2020
2020-07-30 Sjoerd Mullender Ancient thinko preventing the use of optimized code. Jun2020
2020-07-30 Sjoerd Mullender The function to convert a string to TIMESTAMP WITH TIME ZONE is str_to_timestamp. Jun2020
2020-07-31 Ying Zhang Removed unnecessary code, added a bit documentation for code trails
2020-07-31 Pedro Ferreira One more sqlancer bug, mmath.atan2(X_4858:dbl, X_4860:dbl, nil:BAT, nil:BAT) undefined. I think this is a leftover from the ce cleanup
2020-07-31 Pedro Ferreira Merged with oscar