2020-07-24 |
Aris Koning |
Close hammertime
hammertime
|
2020-07-24 |
Pedro Ferreira |
SQLancer query giving "Unknown barrier type" MAL error
Jun2020
|
2020-07-24 |
Ying Zhang |
minor clean up after having merged with default
userstats
|
2020-07-24 |
Pedro Ferreira |
Added missing unary sql_neg function on intervals and approved output
typing
|
2020-07-24 |
Pedro Ferreira |
Don't add more complexity to the codebase. SQL functions without a backend implementation use the empty module and implementation names
Jun2020
|
2020-07-24 |
Ying Zhang |
merged with default
userstats
|
2020-07-24 |
Pedro Ferreira |
New sqlsmith crash
Jun2020
|
2020-07-24 |
Ying Zhang |
Don't use MAL_MAXCLIENTS to initialise the result size of sys.queue(), since one client can have multiple queries in the QRYqueue. Use 'qsize' instead, which is surely big enough.
|
2020-07-24 |
Ying Zhang |
Use the proper value to initialise QRYqueue.
|
2020-07-24 |
Ying Zhang |
merged with default
userstats
|
2020-07-24 |
Ying Zhang |
Remove superfluous checks for NULL pointers, GDKfree is already NULL pointer resistant
|
2020-07-24 |
Niels Nes |
merged
unlock
|
2020-07-24 |
Pedro Ferreira |
SQLancer assertion error
Jun2020
|
2020-07-24 |
Ying Zhang |
When we can't expand the currenct QRYqueue, don't overwrite it.
|
2020-07-24 |
Pedro Ferreira |
No hugeint in the output
Jun2020
|
2020-07-24 |
Niels Nes |
moved coalesce and nullif into 'virtual' functions. They are now rewritten into
Jun2020
|
2020-07-24 |
Ying Zhang |
Don't expose dropQRYqueue, but embed it in mal_runtime_reset, which does the grand final clean up of mal_runtime
|
2020-07-24 |
Ying Zhang |
Fix for fix (changeset: e081dda6aea5), apologies.
|
2020-07-24 |
Niels Nes |
merged
unlock
|
2020-07-24 |
Ying Zhang |
Fix the advancement of QRYqueue to find the next usable slot: if this slot does contain a query, and the query is running, pauzed or prepared, then search further.
|
2020-07-24 |
Pedro Ferreira |
Merged with default
typing
|
2020-07-24 |
Pedro Ferreira |
Backported memory leak fix from default into oscar
oscar
|
2020-07-24 |
Pedro Ferreira |
Approved output
|
2020-07-24 |
Pedro Ferreira |
Merged with oscar
|
2020-07-24 |
Pedro Ferreira |
Approved output of new avg window function
oscar
|
2020-07-23 |
Martin Kersten |
Make sure you can debug a partial correct SQL statement
|
2020-07-23 |
Pedro Ferreira |
One more function missing
typing
|
2020-07-23 |
Pedro Ferreira |
Merged with default
typing
|
2020-07-23 |
Niels Nes |
merged
unlock
|
2020-07-23 |
Pedro Ferreira |
Removed unused result
oscar
|
2020-07-23 |
Pedro Ferreira |
Approved output
|
2020-07-23 |
Pedro Ferreira |
Merged with oscar
|
2020-07-23 |
Pedro Ferreira |
Approved output
oscar
|
2020-07-23 |
Pedro Ferreira |
Implemented avg window function with the same output type as the input one (needed for decimals and intervals)
oscar
|
2020-07-23 |
Niels Nes |
merged
unlock
|
2020-07-23 |
Sjoerd Mullender |
Remove generate scripts.
oscar
|
2020-07-23 |
Sjoerd Mullender |
Fix some comments.
oscar
|
2020-07-23 |
Sjoerd Mullender |
Reinstate microbenchmark.mal; approve removal of have_hge.
oscar
|
2020-07-23 |
Sjoerd Mullender |
Do not attempt to package .mal and .sql files.
oscar
|
2020-07-23 |
Sjoerd Mullender |
Remove separate "hugeint" packages.
oscar
|
2020-07-23 |
Sjoerd Mullender |
Merge with Jun2020 branch, not changing any files..
oscar
|
2020-07-23 |
Sjoerd Mullender |
Post release build.
Jun2020
|
2020-07-23 |
Sjoerd Mullender |
Merge with Jun2020 branch.
oscar
|
2020-07-23 |
Sjoerd Mullender |
Setting tags Jun2020_11 and Jun2020_SP1_release for the release build.
Jun2020
|
2020-07-23 |
Sjoerd Mullender |
Moved contents of ChangeLog.Jun2020 to MonetDB.spec, debian/changelog and ChangeLog-Archive.
Jun2020 Jun2020_11 Jun2020_SP1_release
|
2020-07-23 |
Sjoerd Mullender |
Updated library versions.
Jun2020
|
2020-07-23 |
Sjoerd Mullender |
Merge with Jun2020 branch, not changing any files.
oscar
|
2020-07-23 |
Sjoerd Mullender |
Pre-release version number update.
Jun2020
|
2020-07-23 |
Pedro Ferreira |
Small cleanup, compare with NULL value directly instead of a function call
|
2020-07-23 |
Sjoerd Mullender |
Merge with Jun2020 branch.
oscar
|
2020-07-22 |
Pedro Ferreira |
Use the right letter.
oscar
|
2020-07-22 |
Pedro Ferreira |
English
oscar
|
2020-07-22 |
Ying Zhang |
A basic working version of the sys.user_statistics() function.
userstats
|
2020-07-22 |
Sjoerd Mullender |
Typo. Test and fix for bug 6934.
Jun2020
|
2020-07-22 |
Sjoerd Mullender |
Closing branch hitchhiker.
hitchhiker
|
2020-07-22 |
Sjoerd Mullender |
Test and fix for bug 6935.
Jun2020
|
2020-07-22 |
Niels Nes |
approved new signatures
|
2020-07-22 |
Niels Nes |
approved output after new div/mul functions were added
|
2020-07-22 |
Niels Nes |
small optimization of stmt_project
|
2020-07-22 |
Niels Nes |
allow multiplication/division of decimals by integers
|