2020-06-18 |
Sjoerd Mullender |
Closing branch compressedcandidates.
compressedcandidates
|
2020-06-18 |
Niels Nes |
merged
|
2020-06-18 |
Niels Nes |
don't save snapshot too disk when inmemory mode
|
2020-06-18 |
Pedro Ferreira |
Performance fix for tpcds q95, ignore exps_bind_column2 check for non column expressions, because it will never find them. With this, common aggregates on an expression list are eliminated
Jun2020
|
2020-06-18 |
Thodoris Zois |
MonetDBe append timestamp, date, time, and blob - Updated also test
|
2020-06-18 |
Niels Nes |
merged
|
2020-06-18 |
Niels Nes |
small cleanup
|
2020-06-18 |
Niels Nes |
more protection for not having (enabled) hge type
|
2020-06-18 |
Pedro Ferreira |
Fixed upgrades
|
2020-06-18 |
Pedro Ferreira |
Memory leaks
|
2020-06-18 |
Pedro Ferreira |
Fixed missuse of hseq, the result of SQLexist is a bat unrelated to the input
|
2020-06-18 |
Pedro Ferreira |
Added missing bulk implementation for aggr.exists and aggr.not_exists. This fixes the buggy query on subquery4 somehow
|
2020-06-18 |
Pedro Ferreira |
Merged with Jun2020
|
2020-06-18 |
Sjoerd Mullender |
Make static or don't export.
|
2020-06-18 |
Pedro Ferreira |
Performance fix for tpcds queries. Reset cardinalities for expressions at join/select and other relations as well. There's a query failing at subquery4, but it only happens with forcemito, so I guess the problem is somewhere else
Jun2020
|
2020-06-18 |
Sjoerd Mullender |
Cleanup: fewer exports, fewer include files.
|
2020-06-18 |
Niels Nes |
don't require sphinx, just don't build documentation
|
2020-06-17 |
Niels Nes |
fxed literal
|
2020-06-17 |
Niels Nes |
solved some more sphinx errors
|
2020-06-17 |
Martin Kersten |
Another pass over the documentation
|
2020-06-17 |
Niels Nes |
don't build documentation if sphinx_executable is missing
|
2020-06-17 |
Niels Nes |
add missing index file
|
2020-06-17 |
Niels Nes |
mmerged
|
2020-06-17 |
Niels Nes |
small change of config file
|
2020-06-17 |
Niels Nes |
add documentation generation using sphinx
|
2020-06-17 |
Pedro Ferreira |
Uncommented test query
Jun2020
|
2020-06-17 |
Pedro Ferreira |
Fix for SQLancer query, rel_push_func_down optimizer could accidentaly push an e_cmp into an underlying projection. Fixed the issue by applying optimization recursively, ie push down just any expression other than e_cmp
Jun2020
|
2020-06-17 |
Sjoerd Mullender |
Use correct string to be replace by cmake.
|
2020-06-17 |
Sjoerd Mullender |
Use correct string to be replace by cmake.
|
2020-06-17 |
Martin Kersten |
Another pass over the documentation
|
2020-06-17 |
Sjoerd Mullender |
Get rid of a lot of unneeded exports.
|
2020-06-17 |
Pedro Ferreira |
Updated test with crashing query
Jun2020
|
2020-06-17 |
Sjoerd Mullender |
Reduce exports.
|
2020-06-17 |
Pedro Ferreira |
SQLancer: inputs not the same size
Jun2020
|
2020-06-17 |
Sjoerd Mullender |
Use bool.
|
2020-06-17 |
Pedro Ferreira |
SQLancer, algebra.select undefined
Jun2020
|
2020-06-17 |
Sjoerd Mullender |
Reduce casting of function pointers, reduce exports.
|
2020-06-17 |
Niels Nes |
merged
|
2020-06-17 |
Niels Nes |
initialize dbhdl also on queries without results
|
2020-06-17 |
Pedro Ferreira |
Merged with Jun2020
|
2020-06-17 |
Pedro Ferreira |
I forgot the theta join case
Jun2020
|
2020-06-17 |
Pedro Ferreira |
Fix for SQLancer crash, ie make the split between join and select expressions more evident. I added some explain tests to test crossproducts are not generated on "regular" queries
Jun2020
|
2020-06-17 |
Sjoerd Mullender |
New function HEAPgrow to grow a heap using reference counting.
unlock
|
2020-06-17 |
Sjoerd Mullender |
Get rid of some old autotools stuff.
|
2020-06-17 |
Niels Nes |
do not try to output errors during initialisation (even before GDKinit) in embedded mode
|
2020-06-17 |
Pedro Ferreira |
Fixing cardinalities of complex comparison expressions
Jun2020
|
2020-06-17 |
Pedro Ferreira |
Small fix, test for cardinality of expression, rather if the expression is an atom for more precise detection of select expressions inside joins
Jun2020
|
2020-06-17 |
Niels Nes |
one more saboath removed in monetdbe
|
2020-06-17 |
Niels Nes |
removed bogus limit = 0.
unlock
|
2020-06-17 |
Niels Nes |
fix out of memory issue
|
2020-06-17 |
Pedro Ferreira |
New SQLancer crash
Jun2020
|
2020-06-17 |
Pedro Ferreira |
Bug 6905 was fixed by recent changes
Jun2020
|
2020-06-17 |
Pedro Ferreira |
Fix for SQLancer query, if a query has an explicit cast a generated label must be used, so optimizers won't get confused
Jun2020
|
2020-06-17 |
Sjoerd Mullender |
Don't make UUIDs go through a 32 bit bottleneck when calculating a hash.
Jun2020
|
2020-06-17 |
Sjoerd Mullender |
Implemented reference counting on heaps (theap and tvheap).
unlock
|
2020-06-17 |
Sjoerd Mullender |
Some simple approvals.
unlock
|
2020-06-16 |
Niels Nes |
small fix for rel_split_project, don't refer to a earlier expression if it hides a deeper expression.
Jun2020
|
2020-06-16 |
Sjoerd Mullender |
Merge with default branch.
unlock
|
2020-06-16 |
Sjoerd Mullender |
Merge with Jun2020 branch.
|
2020-06-16 |
Sjoerd Mullender |
Have cmake replace configuration values properly.
|