log

age author description
14 months ago Martin van Dinther Add some missing DROP TABLE/VIEW statements
14 months ago Lucas Pereira Skip candidates properly sw_ew_c_sorting
14 months ago Lucas Pereira string comparison returns int now sw_ew_c_sorting
14 months ago Martin van Dinther merge Dec2023
14 months ago Martin van Dinther Add test for bug #7462 Dec2023
14 months ago Martin van Dinther Add test for issue #7463 Dec2023
14 months ago Martin van Dinther Example 30.sql no longer crashes. Dec2023
14 months ago Sjoerd Mullender Improve error propagation. Dec2023
14 months ago Sjoerd Mullender Some curl libs don't seem to have CURL_WRITEFUNC_ERROR.
14 months ago Lucas Pereira COLnew needs to be called with the same size sw_ew_c_sorting
14 months ago Sjoerd Mullender Merge with default branch. ascii-flag
14 months ago Sjoerd Mullender Merge with Dec2023 branch.
14 months ago Sjoerd Mullender Remove CURL from the stream library (and hence mserver5), but keep in mclient.
14 months ago Lucas Pereira Rename test to be more descriptive and disable it for now sw_ew_c_sorting
14 months ago Lucas Pereira Fix startswith_join loop sw_ew_c_sorting
14 months ago Lucas Pereira Missing important increment sw_ew_c_sorting
14 months ago Sjoerd Mullender Approve slight change in error message. Dec2023
14 months ago Yunus Koning Merge with default literal_features
14 months ago Joeri van Ruth Make failure to SIGHUP in 'monetdbd set' non-fatal Dec2023
14 months ago Sjoerd Mullender Add test for bug 7461. Dec2023
14 months ago Sjoerd Mullender Check for errors. Dec2023
14 months ago Lucas Pereira Merge with Dec2023 sw_ew_c_sorting
14 months ago Lucas Pereira Avoid strrev naming and fix windows issue sw_ew_c_sorting
14 months ago Lucas Pereira Approve removal of {startwith|endswith|contain}join1 sw_ew_c_sorting
14 months ago Lucas Pereira Re arrange testing for startswith, endswith sw_ew_c_sorting
14 months ago Lucas Pereira Fix undo the sorting step for startswith and endswith sw_ew_c_sorting
14 months ago Lucas Pereira Cleanup MAL str functions plus make proper comparisons with ext string functions. sw_ew_c_sorting
14 months ago Lucas Pereira Merge with Dec2023 branch sw_ew_c_sorting
14 months ago Lucas Pereira Split join tests. sw_ew_c_sorting
14 months ago Lucas Pereira Sorted based starts/ends with(cost decision wip). Use strimps for contains still. sw_ew_c_sorting
14 months ago Lucas Pereira Cleanup strjoin. Intro strjoin_mapargs macro. sw_ew_c_sorting
14 months ago Niels Nes fixed issue with pushing down reange expressions, solves issue 7460
14 months ago Niels Nes add test for bug #7460
14 months ago Niels Nes fixed crash in casewhen handling, solves bug #7459
14 months ago Niels Nes add test for bug 7459
14 months ago Sjoerd Mullender Updated case mappings. Dec2023
14 months ago Niels Nes no need to change e_cmp's into exp = true.
14 months ago Niels Nes merged with dec2023
14 months ago Niels Nes merged Dec2023
14 months ago Niels Nes use v4 github actions Dec2023
14 months ago Sjoerd Mullender Approve. Dec2023
14 months ago Niels Nes fixed windows compilation
14 months ago Niels Nes fixed bug #7458, ie fixed property propagation with sign function. Dec2023
14 months ago Niels Nes small fix for deadcode optimizer, make sure we keep the groupby expressions Dec2023
14 months ago Niels Nes removal of alias types (only BOOL was still handled that way)
14 months ago Niels Nes merged with dec2023
14 months ago Niels Nes add test for issue #7457 Dec2023
14 months ago Niels Nes small fix in handling constant predicates. Fixes issue #7457. Dec2023
14 months ago Niels Nes rewrite simple (single return) table producing functions into inlined (view like) definitions.
14 months ago Niels Nes merged with dec2023
14 months ago Niels Nes fixed issue 7456, handle group by of which nothing is used. Dec2023
14 months ago Niels Nes get min/max from parent. Dec2023
14 months ago Sjoerd Mullender Merge with default branch. ascii-flag
14 months ago Sjoerd Mullender Use more functions from utf8.h library.
14 months ago Sjoerd Mullender Add and fix some comments.
14 months ago Sjoerd Mullender Code deduplication: UTF8_offset did the same as UTF8_strtail.
14 months ago Sjoerd Mullender No need for restrict on parameters if they are the only pointer around.
14 months ago Sjoerd Mullender Use Posix function wcwidth if available to determine display width of characters.
14 months ago Sjoerd Mullender Set access mode for persistent logger bats as soon as possible.
14 months ago Sjoerd Mullender No need for separate "intern" functions.