2020-06-26 |
Sjoerd Mullender |
It's impossible to do this right, so give test machines priority.
Jun2020
|
2020-06-30 |
Pedro Ferreira |
Updated ChangeLog
|
2020-06-30 |
Pedro Ferreira |
Cleaned up blobs at atom2sql. Now back into serious things
|
2020-06-29 |
Pedro Ferreira |
Test fixes
|
2020-06-29 |
Niels Nes |
merged
|
2020-06-29 |
Niels Nes |
more cleanup
|
2020-06-29 |
Pedro Ferreira |
Major change. According to the SQL standard addition and subtraction between intervals and other number types is not allowed. The same applies for casting. This fixes bug 6910
|
2020-06-29 |
Thodoris Zois |
monetdbe (example_append_raw.c) - example with C generated data
|
2020-06-29 |
Sjoerd Mullender |
Clarified error message.
|
2020-06-29 |
Niels Nes |
comment out not used code
|
2020-06-29 |
Niels Nes |
add blob handling in monetdbe_null
|
2020-06-29 |
Niels Nes |
remove msab in embedded
|
2020-06-29 |
Joeri van Ruth |
Use mcrypt_BackendSum instead of hardcoding mcrypt_SHA512Sum
|
2020-06-29 |
Joeri van Ruth |
Add upgrade code for .snapshot
|
2020-06-29 |
Sjoerd Mullender |
Use test suggested by man page to distinguish between forms of strerror_r.
|
2020-06-29 |
Niels Nes |
add vault initilisation
|
2020-06-29 |
Niels Nes |
add push_project_down optimizer
|
2020-06-29 |
Niels Nes |
add missing monetdbe_error
|
2020-06-29 |
Sjoerd Mullender |
Test for INF in floating point columns (they are not allowed).
Jun2020
|
2020-06-29 |
Pedro Ferreira |
Cleaning out my own mess. Removed unused rel_merge_identical_joins optimizer and unnesting of values at push_up_project (done at a different place)
Jun2020
|
2020-06-29 |
Sjoerd Mullender |
Merge with default branch.
unlock
|
2020-06-29 |
Pedro Ferreira |
Merged with Jun2020
|
2020-06-29 |
Pedro Ferreira |
Backported overflow check fix into Jun2020
Jun2020
|
2020-06-29 |
Niels Nes |
include TYPE hge
|
2020-06-29 |
Niels Nes |
fixed untested monetdbe_null problem
|
2020-06-29 |
Arjen de Rijke |
only try on linux, not mac
|
2020-06-29 |
Pedro Ferreira |
Test for overflows in conversions to interval types
|
2020-06-28 |
Arjen de Rijke |
fix most of the cmake code for building deb packages
|
2020-06-28 |
Niels Nes |
removed (moved) old code
|
2020-06-28 |
Niels Nes |
fixed fd leak
|
2020-06-28 |
Pedro Ferreira |
More code cleanup, removed unused backend calls on date/time types
|
2020-06-28 |
Arjen de Rijke |
fix almost all bugs in the cmake code to generate rpm packages
|
2020-06-27 |
Pedro Ferreira |
Cleanup, move sql datetime code into a separate implementation file. Inlined loops and removed unused backend calls
|
2020-06-27 |
Niels Nes |
allow create/drop/alter user in embedded mode, although not used
|
2020-06-27 |
Martin Kersten |
Fix compilation issue
|
2020-06-27 |
Martin Kersten |
Add nr_threads, memorylimit, querytimeout, and sesiontimeout to
|
2020-06-27 |
Arjen de Rijke |
add new test functions
|
2020-06-27 |
Niels Nes |
monetdbe cannot handle users (ie we now throw errors)
|
2020-06-26 |
Pedro Ferreira |
Append to huge integer columns if available
|
2020-06-26 |
Pedro Ferreira |
Rollback at the end of test
Jun2020
|
2020-06-26 |
Pedro Ferreira |
Approving snapshot user tests
|
2020-06-26 |
Pedro Ferreira |
Merged with Jun2020
|
2020-06-26 |
Pedro Ferreira |
Missing tests
Jun2020
|
2020-06-26 |
Pedro Ferreira |
Small bugfix, group_concat global aggregate and window function must return null on an empty input according to the SQL standard.
Jun2020
|
2020-06-26 |
Joeri van Ruth |
.snapshot user approves
|
2020-06-26 |
Joeri van Ruth |
Do not dump the .snapshot user
|
2020-06-26 |
Sjoerd Mullender |
Merged monetdb_config*.h.in and made it all compile again on Windows.
|
2020-06-26 |
Niels Nes |
small compilation fixes
|
2020-06-26 |
Pedro Ferreira |
Merged, sorry again
Jun2020
|
2020-06-26 |
Pedro Ferreira |
More va_end calls missing
Jun2020
|
2020-06-26 |
Sjoerd Mullender |
Call va_end before returning.
Jun2020
|
2020-06-26 |
Pedro Ferreira |
Fixed batcount at bat logger upgrade
|
2020-06-26 |
Pedro Ferreira |
Related queries with the same sqlancer issue
Jun2020
|
2020-06-26 |
Pedro Ferreira |
No hugeint in the output
Jun2020
|
2020-06-26 |
Pedro Ferreira |
One more fix
|
2020-06-26 |
Pedro Ferreira |
Sorry again
|
2020-06-26 |
Pedro Ferreira |
Small fix
|
2020-06-26 |
Pedro Ferreira |
Compilation fix
|
2020-06-26 |
Pedro Ferreira |
Merged with Jun2020
|
2020-06-26 |
Pedro Ferreira |
Handle NULL values on string to interval conversion
Jun2020
|