2021-05-09 |
Niels Nes |
handle case (like casewhen, coalesce and nullif) special.
Jul2021
|
2021-05-07 |
Pedro Ferreira |
Assert bat capacity must be greater or equal than the count after inserting a string BAT
Jul2021
|
2021-05-07 |
Sjoerd Mullender |
Make sure capacity is set.
Jul2021
|
2021-05-07 |
svetlin |
adding some documentation for sqllogic multiple connections
|
2021-05-07 |
Pedro Ferreira |
Adding more test cases. The test is still right
Jul2021
|
2021-05-07 |
svetlin |
fix connection decorator sqllogic
|
2021-05-07 |
Ying Zhang |
Removed unused test. Concurrent `mclient` is already covered by other tests
Jul2021
|
2021-05-07 |
Sjoerd Mullender |
Fix a bat leak.
Oct2020
|
2021-05-07 |
Sjoerd Mullender |
Fix comparison.
Oct2020
|
2021-05-07 |
Sjoerd Mullender |
Fix up a comment.
Oct2020
|
2021-05-07 |
Sjoerd Mullender |
Add some asserts.
Oct2020
|
2021-05-07 |
Niels Nes |
use IS_VALID (not !IS_DELETED) for handling the candidate bits
Jul2021
|
2021-05-07 |
Pedro Ferreira |
This count goes wrong. Client 2 sees uncommitted changes of client 1
Jul2021
|
2021-05-07 |
Niels Nes |
small fix too the test
Jul2021
|
2021-05-07 |
svetlin |
adding sqltest multiple connection example to doc
|
2021-05-07 |
Pedro Ferreira |
Delete count mismatch
Jul2021
|
2021-05-07 |
Sjoerd Mullender |
Typo.
Oct2020
|
2021-05-07 |
Pedro Ferreira |
Merged with default
pushcands
|
2021-05-07 |
Pedro Ferreira |
Preparing the merge
pushcands
|
2021-05-07 |
Pedro Ferreira |
Merged again with Jul2021 (I messed it up I know)
|
2021-05-07 |
Pedro Ferreira |
Approved no-int128 output
Jul2021
|
2021-05-07 |
Pedro Ferreira |
Merged with Oct2020
Jul2021
|
2021-05-07 |
Pedro Ferreira |
Merged with Jul2021
|
2021-05-06 |
martin kersten |
Add the profiler exit event to the tracelog()
|
2021-05-06 |
Martin van Dinther |
Fix generated SQL in SQLSpecialColumns(). It missed a space.
Oct2020
|
2021-05-06 |
Pedro Ferreira |
Final crash of the day
Jul2021
|
2021-05-06 |
Pedro Ferreira |
Set list of values types after the supertype is computed. Also delay the generation of the label in the list of values to only when is needed
Jul2021
|
2021-05-06 |
Pedro Ferreira |
rel may be null
Jul2021
|
2021-05-06 |
Niels Nes |
make sure we add a select when handling an in expression in the where part.
Jul2021
|
2021-05-06 |
Pedro Ferreira |
My mistake, while generating MAL code for semi(anti) join subexpressions the reduce flag must not be set. Instead set depth
Jul2021
|
2021-05-06 |
Pedro Ferreira |
Between + case + any with wrong results
Jul2021
|
2021-05-06 |
Pedro Ferreira |
Safer solution, disallow 'TID%' as an identifier
Jul2021
|
2021-05-06 |
Sjoerd Mullender |
Extend changeset 8406b1944f75 to BATjoin.
Jul2021
|
2021-05-06 |
Pedro Ferreira |
Esoteric bugfix. Disallow indexes named 'TID%' because that could interfere with the '%TID%' column on sql plans
Jul2021
|
2021-05-06 |
Niels Nes |
small change, ie now that we do counts on the tid column, we should also base mito-partitioning on tid columns
Jul2021
|
2021-05-06 |
Pedro Ferreira |
BATjoin: inputs not compatible. I think this a gdk bug about handling views
Jul2021
|
2021-05-05 |
Pedro Ferreira |
Remove TID references and later restore them with references to the identity function while generating unions of 'or' subqueries
Jul2021
|
2021-05-05 |
Pedro Ferreira |
Don't use TID column to union 'or' expressions with subqueries, the identity function is enough
Jul2021
|
2021-05-05 |
Pedro Ferreira |
Forgot expected output
Jul2021
|
2021-05-05 |
Pedro Ferreira |
Assertion ! mask_cand(b) failed
Jul2021
|
2021-05-05 |
Niels Nes |
proxy test is run via mtest (as it needs arguments)
Jul2021
|
2021-05-05 |
Niels Nes |
make sure we pass the right pointers for variable sized object arrays
Jul2021
|
2021-05-05 |
Pedro Ferreira |
Generate outputs on embedded databases.
Jul2021
|
2021-05-05 |
Niels Nes |
merged
Jul2021
|
2021-05-05 |
Niels Nes |
make sure we have real dense or real oids only with project1
Jul2021
|
2021-05-05 |
Pedro Ferreira |
Reclaim input after creating mask
Jul2021
|
2021-05-05 |
Niels Nes |
merged
Jul2021
|
2021-05-05 |
Niels Nes |
small cleanup
Jul2021
|
2021-05-05 |
Pedro Ferreira |
SQlancer invalid access at candidate list heap. it seems the newly introduced 'project1_loop' calls don't handle void bats
Jul2021
|
2021-05-04 |
Pedro Ferreira |
On aggregation cardinality generate single join over subquery
Jul2021
|
2021-05-04 |
Pedro Ferreira |
My mistake, don't split list of values. If they get split, then they cannot be bound in the same projection at the moment
Jul2021
|
2021-05-04 |
Sjoerd Mullender |
Merge with default branch.
pushcands
|
2021-05-04 |
Pedro Ferreira |
Merged with Jun2020
Jun2020-mmt
|
2021-05-04 |
Sjoerd Mullender |
Merge with Jul2021 branch.
|
2021-05-04 |
Sjoerd Mullender |
Fix upgrade and approve.
Jul2021
|
2021-05-04 |
Sjoerd Mullender |
Merge with Oct2020 branch.
Jul2021
|
2021-05-04 |
Sjoerd Mullender |
Fix mergejoin when left side is all equal and right reverse ordered.
Oct2020
|
2021-05-04 |
Pedro Ferreira |
Merged with Jul2021
|
2021-05-04 |
Pedro Ferreira |
More wrong results. Bug in algebra.difference?
Jul2021
|
2021-05-04 |
Sjoerd Mullender |
Removed superfluous file.
|