log

age author description
2020-02-17 Sjoerd Mullender Move malloc related stuff to gdk_utils.h. linear-hashing
2020-02-17 Pedro Ferreira Updated subquery3 test with right results
2020-02-17 Pedro Ferreira Added smaller version of failing sqlsmith query
2020-02-17 Sjoerd Mullender Merge with Nov2019 branch, not changing any files.. linear-hashing
2020-02-17 Sjoerd Mullender Post release build. Nov2019
2020-02-17 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-02-17 Sjoerd Mullender Setting tags Nov2019_15 and Nov2019_SP2 for the release build. Nov2019
2020-02-17 Sjoerd Mullender Moved contents of ChangeLog.Nov2019 to MonetDB.spec, debian/changelog and ChangeLog-Archive. Nov2019 Nov2019_15 Nov2019_SP2_release
2020-02-17 Sjoerd Mullender Updated library versions. Nov2019
2020-02-17 Sjoerd Mullender Merge with Nov2019 branch, not changing any files. linear-hashing
2020-02-17 Sjoerd Mullender Pre-release version number update. Nov2019
2020-02-17 Niels Nes move embedded code up (ie declare before use)
2020-02-17 Pedro Ferreira Call rel_remove_empty_select if expressions at rel_unnest
2020-02-17 Pedro Ferreira Added rel_rewriter, which contains optimizers to be used by both rel_unnest and rel_optimizer
2020-02-17 Sjoerd Mullender Add a check for a fundamental relationship. int must be 32 bits. linear-hashing
2020-02-17 Sjoerd Mullender Move define to other file. linear-hashing
2020-02-17 Pedro Ferreira Merged with linear-hashing
2020-02-17 Pedro Ferreira Backported changeset 1280c8e54120 into linear-hashing. Also approved output linear-hashing
2020-02-17 Pedro Ferreira Merged with Nov2019 linear-hashing
2020-02-17 Sjoerd Mullender Provide defaults and use const. Nov2019
2020-02-17 Pedro Ferreira Added test for bug 6819 Nov2019
2020-02-16 Niels Nes approved new signatures mosaic
2020-02-16 Niels Nes approved output mosaic
2020-02-16 Niels Nes align types to make code compile on windows mosaic
2020-02-16 Niels Nes it seems sanitizer doesn't like the inlined buffer creation, ie just use a local buffer instead
2020-02-15 Niels Nes compile fixes (macro STRNIL is gone) mosaic
2020-02-15 Niels Nes merged with default mosaic
2020-02-15 Sjoerd Mullender Fix for bug 6819: add code for all external languages. Nov2019
2020-02-14 Pedro Ferreira Approved output
2020-02-14 Pedro Ferreira Added rel_visitor_bottomup calls to rel_optimizer
2020-02-14 Pedro Ferreira Intermediate commit. Implementing rel_visitor_topdown and rel_visitor_bottomup iterators
2020-02-14 Sjoerd Mullender Merge with linear-hashing branch.
2020-02-14 Sjoerd Mullender Deal with 0 and 1 pointers properly. linear-hashing
2020-02-14 Sjoerd Mullender Merge with linear-hashing branch.
2020-02-14 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-02-14 Sjoerd Mullender Add some function attributes and place others better to avoid repetition. linear-hashing
2020-02-14 Sjoerd Mullender Replace GDK_STRHASH by inline function strHash. linear-hashing
2020-02-14 Sjoerd Mullender Tell the compiler that blobs aren't strings. linear-hashing
2020-02-14 Sjoerd Mullender Remove unnecessary (double) includes. linear-hashing
2020-02-14 Sjoerd Mullender Move atom declarations and definitions to gdk_atoms.h. linear-hashing
2020-02-14 Sjoerd Mullender Turn HASHins into a function; call it only when needed. linear-hashing
2020-02-14 Sjoerd Mullender Fix types. linear-hashing
2020-02-14 Sjoerd Mullender Get rid of some static variables that could create data races. linear-hashing
2020-02-14 Sjoerd Mullender GDKfatal can format the string itself, no need for extra mallocs. Nov2019
2020-02-14 Sjoerd Mullender In case of a fatal situation, don't try to be nice but just call exit(). Nov2019
2020-02-14 Pedro Ferreira Merged with linear-hashing
2020-02-14 Pedro Ferreira Merged with Nov2019 linear-hashing
2020-02-14 Pedro Ferreira Apply optimizations to semi-joins linear-hashing
2020-02-14 Thodoris Zois Merge with default hitchhiker
2020-02-14 Pedro Ferreira Don't use system schemas on tests Nov2019
2020-02-13 Pedro Ferreira When adding or deleting a child table from a merge table set wtime on the sql_part as well Nov2019
2020-02-13 Martin van Dinther Extended test with another query. Nov2019
2020-02-13 Sjoerd Mullender Check that arrays sizes are big enough for maximum number of BATs. linear-hashing
2020-02-13 Pedro Ferreira Merged with linear-hashing
2020-02-13 Pedro Ferreira Revert exp_ref to exp_copy, for ordering parameter for window_bound function call. This is required because, ordering columns, ie ->r are not projected by projection relations linear-hashing
2020-02-13 Sjoerd Mullender Increase limit of number of BATs allowed in system. linear-hashing
2020-02-13 Pedro Ferreira Merged with Nov2019 branch linear-hashing
2020-02-13 Pedro Ferreira Set bug 6818 as KNOWNFAIL. Tuple matching IN operator was fixed in the subquery branch and it will be available in the next feature release Nov2019
2020-02-13 Sjoerd Mullender Rearrange struct layout for more optimal use of space on 64 bit archs. linear-hashing
2020-02-13 Sjoerd Mullender Use actual array size for declaration of new array. linear-hashing