log

age author description
2020-09-23 Niels Nes small fix for darwin 20 Oct2020
2020-09-23 Pedro Ferreira Reverting my change. This optimiztion is not allowed eg order by col1, col2, col1 The second col1 ordering is needed octbugs
2020-09-23 Pedro Ferreira Merged with Oct2020
2020-09-23 Pedro Ferreira Merged with Oct2020 octbugs
2020-09-23 Pedro Ferreira Added test for recent fix Oct2020
2020-09-23 Pedro Ferreira Merged with Oct2020 octbugs
2020-09-23 Pedro Ferreira Merged with Jun2020 Oct2020
2020-09-23 Pedro Ferreira Look for common ordering expressions and cleanup octbugs
2020-09-23 Niels Nes merged Jun2020
2020-09-23 Niels Nes fixed crash in rel_groupby Jun2020
2020-09-23 Niels Nes small cleanup Oct2020
2020-09-22 Joeri van Ruth Make monetdbe_data.year a short Oct2020
2020-09-23 Pedro Ferreira Merged with Jun2020 Oct2020
2020-09-23 Pedro Ferreira Backported bug 6939 fix into Jun2020 Jun2020
2020-09-23 Pedro Ferreira Another bug, the alias must be found again on the grouping clause :( octbugs
2020-09-23 Pedro Ferreira Be more precise looking for identical grouping columns when building a group by relation. Also check for expression properties when attempting to match octbugs
2020-09-23 Niels Nes handle unnesting with freevar expression on the left side octbugs
2020-09-23 Niels Nes we cannot keep nil=true, when we cleanup (delete) rows. octbugs
2020-09-23 Joeri van Ruth Support temporal types in COPY BINARY copybinary
2020-09-23 Joeri van Ruth Add support for timestamp, date and time copybinary
2020-09-23 Joeri van Ruth Move binary copy temporal structs to separate header file copybinary
2020-09-23 Joeri van Ruth Restructure BATattach_stream copybinary
2020-09-23 Joeri van Ruth Add test for binary copy timestamp copybinary
2020-09-23 Joeri van Ruth Improve inconsistent row count message copybinary
2020-09-23 Joeri van Ruth missing \n copybinary
2020-09-23 svetlin small clean up mtest
2020-09-23 Pedro Ferreira New small bugs, the grouping and order identifiers on these queries should be ambiguous :( octbugs
2020-09-23 Pedro Ferreira Merged with Oct2020 octbugs
2020-09-23 Pedro Ferreira Don't create identical groupings octbugs
2020-09-23 Pedro Ferreira Test if expression already exists in grouping list before referencing it octbugs
2020-09-23 svetlin working example mtest
2020-09-22 svetlin fix convert_sqllogic script mtest
2020-09-22 svetlin create mserver5 in factory func mtest
2020-09-22 svetlin fix copy SingeleServer, more clean up mtest
2020-09-22 Pedro Ferreira Fixed my own memory leak Oct2020
2020-09-22 Aris Koning prepared statement in remote proxy is implemented as cached sql query. monetdbe-proxy
2020-09-22 Pedro Ferreira Removed unused str.+ function, use batcalc.+ instead
2020-09-22 Pedro Ferreira Use faster append route on varsized types whenever possible
2020-09-22 Pedro Ferreira Add extra length to intermediate buffer to avoid reallocations
2020-09-22 Pedro Ferreira Merged with Oct2020
2020-09-22 Pedro Ferreira My changes are not right, I simply give up. Please someone else take on this octbugs
2020-09-22 Pedro Ferreira Swap always octbugs
2020-09-22 Pedro Ferreira Swap left/right joins while pushing semijoin through the reducing side octbugs
2020-09-22 Pedro Ferreira I meant the reverse octbugs
2020-09-22 Pedro Ferreira Cannot push down semijoin through left side of left joins or right side of right joins, or down full outer joins at all octbugs
2020-09-22 svetlin more cleanup mtest
2020-09-21 svetlin remove Mapprove code mtest
2020-09-21 svetlin no stable.err/out copy in convert script mtest
2020-09-21 svetlin clean up SQLLogic test in sep func call mtest
2020-09-18 svetlin del SkipTest mtest
2020-09-18 svetlin clean up mtest
2020-09-17 svetlin staging sql/test/null/sqllogictest/Tests/ mtest
2020-09-22 Pedro Ferreira Undo comment octbugs
2020-09-22 Pedro Ferreira The unnest code assumes freevars belong to the tables on the left side, so at a right join, re-write it to a left join to make it right octbugs
2020-09-21 Aris Koning create a local MAL function that executes a remote prepared call. monetdbe-proxy
2020-09-18 Aris Koning Fix error message. monetdbe-proxy
2020-09-21 Niels Nes approved output (we don't support alias in expressions in the order by) Oct2020
2020-09-21 Pedro Ferreira Another bug from rel_push_semijoin_down_or_up optimizer octbugs
2020-09-21 Pedro Ferreira Merged with Oct2020 octbugs
2020-09-21 Pedro Ferreira New SQLancer crash. Looking into it octbugs