2017-03-27 |
Sjoerd Mullender |
Clear the correct bit of memory.
Dec2016
|
2017-03-26 |
Sjoerd Mullender |
More error checking, and some simplification.
|
2017-03-26 |
Niels Nes |
merged with 2016
|
2017-03-26 |
Niels Nes |
fixed compilation
|
2017-03-26 |
Niels Nes |
merged with Dec2016
|
2017-03-26 |
Sjoerd Mullender |
Correctly compare types in BATifthenelse.
Dec2016
|
2017-03-26 |
Niels Nes |
also allow mitosis on count,min,max, etc (not only on the sub* versions)
Dec2016
|
2017-03-26 |
Niels Nes |
revert accidental checkin
|
2017-03-26 |
Niels Nes |
fixed crash when using ordered indices
Dec2016
|
2017-03-24 |
Niels Nes |
fixed another sqlsmith crash
|
2017-03-24 |
Niels Nes |
merged with default
|
2017-03-24 |
Niels Nes |
fixed crash in new rel_or handling
Dec2016
|
2017-03-24 |
Panagiotis Koutsourakis |
Merge with Dec2016
|
2017-03-23 |
Sjoerd Mullender |
Error checking.
|
2017-03-23 |
Martin van Dinther |
Add test for Bug 6251 (Crash after adding an ordered index on sys.statistics column and querying sys.statistics)
Dec2016
|
2017-03-23 |
Martin van Dinther |
Add test to create ordered index on hugeint and large decimal/numeric data types
Dec2016
|
2017-03-23 |
Martin van Dinther |
Add test to create ordered index on all (except hugeint) built-in data types
Dec2016
|
2017-03-23 |
Panagiotis Koutsourakis |
Fix compilation
data-vaults
|
2017-03-22 |
Sjoerd Mullender |
Lots of checks of BUNappend; don't call BBPkeepref before BUNappend.
|
2017-03-22 |
Niels Nes |
fixed bug 6247
|
2017-03-22 |
Sjoerd Mullender |
Merge with Dec2016 branch.
|
2017-03-22 |
Sjoerd Mullender |
Went through the logger with a fine(r) comb.
|
2017-03-22 |
Sjoerd Mullender |
If vsnprintf fails inside GDKerror, at least record some error.
|
2017-03-21 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2017-03-21 |
Panagiotis Koutsourakis |
Fix more memory leaks
data-vaults
|
2017-03-21 |
Panagiotis Koutsourakis |
Remove unused function
data-vaults
|
2017-03-21 |
Panagiotis Koutsourakis |
Plug more memory leaks
data-vaults
|
2017-03-21 |
Panagiotis Koutsourakis |
Fix server crash
data-vaults
|
2017-03-20 |
Panagiotis Koutsourakis |
Fix some memory leaks
data-vaults
|
2017-03-21 |
Joeri van Ruth |
Fix error handling in SQLupgrades()
Dec2016
|
2017-03-20 |
martin kersten |
Always initialize the trace tables.
|
2017-03-20 |
Niels Nes |
fixed bug 6246, ie handle alias in with subquery
Dec2016
|
2017-03-20 |
Niels Nes |
fix bug 6245, ie properly handle outer-join in apply rewriter
Dec2016
|
2017-03-20 |
Panagiotis Koutsourakis |
Approve tests
data-vaults
|
2017-03-20 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2017-03-16 |
Panagiotis Koutsourakis |
Remove unused functions from the LiDAR vault
data-vaults
|
2017-03-16 |
Sjoerd Mullender |
logger_readlog needs three different return values, i.e. not gdk_return.
|
2017-03-16 |
Martin van Dinther |
Extend table typestest with tests for missing types: inet, json, url and uuid.
|
2017-03-16 |
Sjoerd Mullender |
Deal with changes to sys.optimizer_stats() and fix inspect.optimizer_stats.
|
2017-03-16 |
Sjoerd Mullender |
Plug a memory leak.
|
2017-03-16 |
Wenjian Xu |
varying # of scans over probe column
imprints-join
|
2017-03-16 |
Sjoerd Mullender |
Slightly too eager cleanup.
|
2017-03-16 |
Niels Nes |
fix problem with remote relation parsing
Dec2016
|
2017-03-15 |
Sjoerd Mullender |
Use VARcalc* functions to do calculations.
Dec2016
|
2017-03-15 |
Martin Kersten |
Cleanup query optimizer statistics
|
2017-03-15 |
Sjoerd Mullender |
Lots of error checking.
|
2017-03-15 |
Sjoerd Mullender |
Changed interface of atomRead somewhat.
|
2017-03-15 |
Sjoerd Mullender |
Check for errors higher up in the code instead of producing a fatal error.
|
2017-03-15 |
Sjoerd Mullender |
Simplify function.
|
2017-03-15 |
Sjoerd Mullender |
Cleanup some atom name code.
|
2017-03-15 |
Sjoerd Mullender |
Cleanup: ATOMunknown_add was not used; check result of ATOMunknown_find.
|
2017-03-15 |
Panagiotis Koutsourakis |
Define hardcoded constant
|
2017-03-15 |
Sjoerd Mullender |
Error checking.
|
2017-03-15 |
Sjoerd Mullender |
Cleanup: we don't need three versions of the same function to rename a BAT.
|
2017-03-15 |
Sjoerd Mullender |
Export GDKclrerr() function.
|
2017-03-15 |
Niels Nes |
output a column not a wrongly casted sql_idx.
Dec2016
|
2017-03-15 |
Martin Kersten |
Sent all debugging output to stderr
|
2017-03-15 |
Martin Kersten |
Cleanup optimizer interfaces
|
2017-03-14 |
Martin Kersten |
Prepare optimizers for exception returns
|
2017-03-14 |
Martin Kersten |
Use the exception handler properly
|