2020-10-13 |
Pedro Ferreira |
Cleanup further
octbugs
|
2020-10-13 |
Pedro Ferreira |
Use join + except to handle merge statements, so it handles NULL values correctly. Also fixed SQLancer issue.
octbugs
|
2020-10-13 |
Joeri van Ruth |
Simplify error message when snapshot cannot be created
octbugs
|
2020-10-13 |
Joeri van Ruth |
Make sure stream error is set when compressed stream fails
octbugs
|
2020-10-13 |
Joeri van Ruth |
Close stream with close_stream, not destroy_stream
octbugs
|
2020-10-13 |
Sjoerd Mullender |
Merge with octbugs branch, not changing any files..
|
2020-10-13 |
Sjoerd Mullender |
Merge with Oct2020 branch.
octbugs
|
2020-10-13 |
Sjoerd Mullender |
Post release build.
Oct2020
|
2020-10-13 |
Sjoerd Mullender |
Merge with octbugs branch.
|
2020-10-13 |
Sjoerd Mullender |
Merge with Oct2020 branch.
octbugs
|
2020-10-13 |
Sjoerd Mullender |
Setting tags Oct2020_5 and Oct2020_release for the release build.
Oct2020
|
2020-10-13 |
Sjoerd Mullender |
Moved contents of ChangeLog.Oct2020 to MonetDB.spec, debian/changelog and ChangeLog-Archive.
Oct2020 Oct2020_5 Oct2020_release
|
2020-10-13 |
Sjoerd Mullender |
Updated library versions.
Oct2020
|
2020-10-13 |
Sjoerd Mullender |
Merge with octbugs branch, not changing any files.
|
2020-10-13 |
Sjoerd Mullender |
Merge with Oct2020 branch.
octbugs
|
2020-10-13 |
Sjoerd Mullender |
Pre-release version number update.
Oct2020
|
2020-10-13 |
Sjoerd Mullender |
Merge with octbugs branch.
|
2020-10-13 |
Sjoerd Mullender |
Merge with Oct2020 branch.
octbugs
|
2020-10-13 |
Joeri van Ruth |
Always apply default gz compression level if none specified
Oct2020
|
2020-10-13 |
svetlin |
fix RELSRCPATH
mtest
|
2020-10-13 |
Sjoerd Mullender |
Merge with octbugs branch.
|
2020-10-13 |
Sjoerd Mullender |
Merge with Oct2020 branch.
octbugs
|
2020-10-13 |
Sjoerd Mullender |
Merge with Jun2020 branch.
Oct2020
|
2020-10-13 |
Sjoerd Mullender |
Avoid using large buffers on the stack.
Jun2020
|
2020-10-13 |
Sjoerd Mullender |
Include missing .lib files.
Oct2020
|
2020-10-13 |
Sjoerd Mullender |
On Windows, compile with lz4 support.
Oct2020
|
2020-10-13 |
svetlin |
update notes
mtest
|
2020-10-13 |
Joeri van Ruth |
Printf debugging how many imports run concurrently?
copybinary
|
2020-10-13 |
Sjoerd Mullender |
A couple of fixes.
Oct2020
|
2020-10-12 |
Niels Nes |
converted
mtest
|
2020-10-12 |
Niels Nes |
one more converted
mtest
|
2020-10-12 |
Niels Nes |
convert other directory
mtest
|
2020-10-12 |
Pedro Ferreira |
Forgot to remove comment again
octbugs
|
2020-10-12 |
Pedro Ferreira |
SQlancer: BATreplace: ERROR: id out of range, debugging material for tomorrow :(
octbugs
|
2020-10-12 |
Sjoerd Mullender |
Improve descriptions.
Oct2020
|
2020-10-12 |
Pedro Ferreira |
I should have been more careful, maybe too many bugs for today
octbugs
|
2020-10-12 |
Niels Nes |
fix 2 more tests
mtest
|
2020-10-12 |
Pedro Ferreira |
Making SQLancer happy. If a function requires input and output types to be the same, don't upcast parameters
octbugs
|
2020-10-12 |
svetlin |
fix sql/test/Tests/trace
mtest
|
2020-10-12 |
Niels Nes |
(re)add big-example.test
mtest
|
2020-10-12 |
Pedro Ferreira |
Added 128 vs no-128 output
octbugs
|
2020-10-12 |
Pedro Ferreira |
Making SQLancer happy. Moved 'index' and 'strings' functions from calc to sql module, so there's no need to implement a candidate list version for now.
octbugs
|
2020-10-12 |
Niels Nes |
small compilation fix
|
2020-10-12 |
Pedro Ferreira |
Merged with default
clean-candidates
|
2020-10-12 |
Pedro Ferreira |
Merged with octbugs
|
2020-10-12 |
Pedro Ferreira |
Added missing null input checks. (This is fixed on clean-candidates branch, but it should be fixed on the stable branch as well)
octbugs
|
2020-10-12 |
Pedro Ferreira |
Fixed sqlancer crash by removing hack from the past. rel_find_exp attempts to find matches by either both relname + name or just name, which is incorrect while trying to push an expression down. Both relname and name must match while trying to pushing down
octbugs
|
2020-10-12 |
GIT repo for MonetDB |
Merge remote-tracking branch 'github/master'
|
2020-10-12 |
Pedro Ferreira |
New SQLancer crash. Union expressions are not getting properly named
octbugs
|
2020-10-12 |
Pedro Ferreira |
Removed comment on crashing query
octbugs
|
2020-10-12 |
Pedro Ferreira |
Check for aliases when trying to push down a function, because they cannot be bound on the same projection they are created yet. Also moved scale test to another file which will require a no-128 and 128 error outputs
octbugs
|
2020-10-12 |
Panagiotis Koutsourakis |
Merge remote-tracking branch 'github/master'
|
2020-10-07 |
Martin Kersten |
Create CODE_OF_CONDUCT.md
|
2020-10-12 |
Pedro Ferreira |
SQLancer crash while optimizing in the MAL layer. Looking into it
octbugs
|
2020-10-12 |
Sjoerd Mullender |
Merge with Oct2020 branch.
octbugs
|
2020-10-12 |
Sjoerd Mullender |
Moved to correct changelog file.
Oct2020
|
2020-10-12 |
Sjoerd Mullender |
Merge with Oct2020 branch.
octbugs
|
2020-10-12 |
Sjoerd Mullender |
One round of spell checking; fix code to follow docs; fix docs to follow code.
Oct2020
|
2020-10-12 |
Pedro Ferreira |
Limit scale under the number of digits and use a lower decimal for common output on 128 and no-128 platforms
octbugs
|
2020-10-12 |
Pedro Ferreira |
SQLancer assertion error on no hugeint builds. The scale is still too big
octbugs
|