2020-04-07 |
Pedro Ferreira |
Correlated queries crashing :(
Jun2020
|
2020-04-07 |
Niels Nes |
improved handling of deletes
unlock
|
2020-04-06 |
Martin Kersten |
Fix compilation
|
2020-04-06 |
Martin Kersten |
Fix compilation
|
2020-04-06 |
Niels Nes |
backport correct re-initialisation
Jun2020
|
2020-04-06 |
Sjoerd Mullender |
Use ATOMIC_SET to clear variable: you can't initialize here.
unlock
|
2020-04-06 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
2020-04-06 |
Sjoerd Mullender |
Use With Statement Context Managers to automatically clean up.
Jun2020
|
2020-04-06 |
Sjoerd Mullender |
We now require Python 3.
Jun2020
|
2020-04-06 |
Niels Nes |
merged with default
unlock
|
2020-04-06 |
Niels Nes |
amnesia logging
unlock
|
2020-04-06 |
Pedro Ferreira |
Merged with Jun2020
|
2020-04-06 |
Pedro Ferreira |
Fixed isUpdateInstruction with the update instructions at sql and bat modules. Fixed code generation for updates in declared tables in UDFs. Removed references for obsolete "inplace" MAL function
Jun2020
|
2020-04-06 |
Pedro Ferreira |
Reverted some of the changes from changeset 6af2e3003431. There's a delete_all function at bat module that we can use for declared table. No need for sql.clear
Jun2020
|
2020-04-06 |
Pedro Ferreira |
Identation and English
Jun2020
|
2020-04-06 |
Pedro Ferreira |
Fixed code generation for declared tables inside SQL UDFs. Also added some missing MAL functions declarations in the MAL namespace
Jun2020
|
2020-04-06 |
Pedro Ferreira |
When declaring a local table, search on the stack only
scoping
|
2020-04-06 |
Pedro Ferreira |
Approved tests with changes on scoping branch
scoping
|
2020-04-06 |
Pedro Ferreira |
Merged with default
scoping
|
2020-04-06 |
Pedro Ferreira |
Moved sysqueue test into sql/test/Tests directory
|
2020-04-06 |
Pedro Ferreira |
Merged with Jun2020
|
2020-04-06 |
Sjoerd Mullender |
Use __func__ where before we used the name of the function.
Jun2020
|
2020-04-06 |
Pedro Ferreira |
Small bugfix from sqlsmith. At rel_distinct_project2groupby test if the projected column is already on the grouping list, so it won't group twice on it
Jun2020
|
2020-04-06 |
Niels Nes |
reinitialize transactions
Jun2020
|
2020-04-06 |
Niels Nes |
merged with default
unlock
|
2020-04-06 |
Niels Nes |
small fix (ie give error) for queries trying a single aggregate and a correlate aggregate where
Jun2020
|
2020-04-06 |
Pedro Ferreira |
Some output columns of sys.queue have been removed
|
2020-04-06 |
Pedro Ferreira |
Merged with default
scoping
|
2020-04-06 |
Sjoerd Mullender |
Speed up imprints check for dense candidate lists.
Jun2020
|
2020-04-06 |
Pedro Ferreira |
Window function may be called from outside SELECT statements, so remove topframes assertion
scoping
|
2020-04-06 |
Pedro Ferreira |
When the covariance of the input populations is 0, the correlation ouput is 0. Also another subquery crashing :(
Jun2020
|
2020-04-05 |
Martin Kersten |
Fixing the circular queue (hopefully)
|
2020-04-05 |
Niels Nes |
more cleanup
unlock
|
2020-04-04 |
Niels Nes |
merged with default
unlock
|
2020-04-04 |
Niels Nes |
add new catalog_cnt on logger startup
unlock
|
2020-04-03 |
Joeri van Ruth |
Fix format string
|
2020-04-03 |
Niels Nes |
lots of cleanup of very old log versions (we will not support with this change)
unlock
|
2020-04-03 |
Sjoerd Mullender |
Note to self: save buffer before committing.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Use named initializers instead of positional.
Jun2020
|
2020-04-03 |
Pedro Ferreira |
Simplify, use strdup instead of malloc + strcpy
Jun2020
|
2020-04-03 |
Pedro Ferreira |
Use ERR_GROUPBY error code for aggregation cardinality mismatch errors
Jun2020
|
2020-04-03 |
Pedro Ferreira |
Merged with default
scoping
|
2020-04-03 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
2020-04-03 |
Sjoerd Mullender |
Now that GDKtracer_log returns void, we need to change the assert definition.
Jun2020
|
2020-04-03 |
Pedro Ferreira |
Fixed handle of declared tables on UDFs. Also fixed bug where a declared table on the global scope couldn't be returned on a table producing function
scoping
|
2020-04-03 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
2020-04-03 |
Sjoerd Mullender |
Moved definition of GDKwinerror to gdk_system_private.h.
Jun2020
|
2020-04-03 |
Joeri van Ruth |
Implement COPY INTO ... FROM 'http://...'
copyfromremote
|
2020-04-03 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
2020-04-03 |
Sjoerd Mullender |
Updated a bunch of tracer calls.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Write warning, error, and critical messages to stderr.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Don't use GDKzalloc if GDKmalloc will do.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
If realloc to smaller size fails, just use the original.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Avoid unnecessary strdup.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Simplify creation of error message.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Allocate error buffer before creating thread.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Debugger only functions should write to stderr.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
GDKtracer_log does not return a useful value.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Removed some ancient debugging code.
Jun2020
|
2020-04-03 |
Sjoerd Mullender |
Cleanup code.
Jun2020
|