2020-09-26 |
Pedro Ferreira |
Use one less buffer
alloc-less-str
|
2020-09-26 |
Pedro Ferreira |
Don't forget null terminator
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Don't use generic names
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Merged with Oct2020
|
2020-09-25 |
Pedro Ferreira |
Merged with Oct2020
octbugs
|
2020-09-25 |
Pedro Ferreira |
Bonus: added missing bulk version of isaUUID function
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Allocate less at mtime module
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Modernize udf.reverse
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Approved output
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Added missing bulk implementations
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Small cleanup
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Cleaned lpad, rpad, lpad2 and rpad2
alloc-less-str
|
2020-09-25 |
Joeri van Ruth |
Set visibility attribute "hidden" on all stream-internal symbols
Oct2020
|
2020-09-25 |
Pedro Ferreira |
Cleaned strip2, ltrim2 and rtrim2 functions
alloc-less-str
|
2020-09-25 |
Niels Nes |
add missing directories (fixing bug 6976)
Oct2020
|
2020-09-25 |
Pedro Ferreira |
Cleaned replace functions and minor fixes
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
Use size_t for buffer length
alloc-less-str
|
2020-09-25 |
Pedro Ferreira |
More efficient implementations for insert and substitute
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
Cleaned reverse string search and splitpart
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
Implementations for locate, locate2 and search functions
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
Export less and removed unused calls
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
Added string buffer for more string functions and cleanup
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
Cleaned suffix, preffix and ascii functions
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
Cleaned unicode conversion string functions
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
Cleaned more str functions
alloc-less-str
|
2020-09-24 |
Pedro Ferreira |
First buffer implementation for some str module functions. More cleanup will come
alloc-less-str
|
2020-09-24 |
svetlin |
more clean up and Mtest.py conditions
mtest
|
2020-09-24 |
svetlin |
fix
mtest
|
2020-09-24 |
svetlin |
convert json test to sqllogic
mtest
|
2020-09-24 |
svetlin |
convert json test to sqllogic
mtest
|
2020-09-23 |
svetlin |
small fix
mtest
|
2020-09-23 |
svetlin |
pretty print test output
mtest
|
2020-09-23 |
svetlin |
exit_code, msg for all test runners
mtest
|
2020-09-23 |
svetlin |
rm stable files
mtest
|
2020-09-24 |
Pedro Ferreira |
Look for failed conversion
octbugs
|
2020-09-24 |
Pedro Ferreira |
Don't re-write a right join into a left join twice
octbugs
|
2020-09-24 |
Pedro Ferreira |
Use aggregate with common type output on int64 vs int128 platforms. Also added one more duplicate column elimination regression test
octbugs
|
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
|