19 months ago |
Martin van Dinther |
Approve output after implementing IFNULL() in parser
|
19 months ago |
Niels Nes |
fix longjmp issue
|
19 months ago |
Niels Nes |
fixed memory leak
|
19 months ago |
Niels Nes |
added ifnull
|
19 months ago |
Sjoerd Mullender |
When BATdescriptor returns NULL it's almost invariably an error.
Jun2023
|
19 months ago |
Sjoerd Mullender |
A single error message if read fails is enough.
Jun2023
|
19 months ago |
Niels Nes |
added prepare statement recompilation after errors, this means we don't loose the prepared statements anymore..
|
19 months ago |
Sjoerd Mullender |
Removed MAL tokenizer module.
|
19 months ago |
stefanos mavros |
Merges with default
balanced_union
|
19 months ago |
stefanos mavros |
exp_is_count() is aware of n-ary munion
balanced_union
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Don't end GDKsyserror messages with period.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Protect against 0 allocation.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Assert is not the right way for checking for allocation failures.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Skip loop if it is not going to do anything.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Merge with default branch.
groupjoin
|
19 months ago |
Sjoerd Mullender |
Just always initialize.
groupjoin
|
19 months ago |
Sjoerd Mullender |
Make sure variables are initialized.
|
19 months ago |
Sjoerd Mullender |
Rearrange code a little, fixing some small errors.
|
19 months ago |
Sjoerd Mullender |
singleuser field must be signed.
insertonly
|
19 months ago |
Niels Nes |
cleanup cross vs mark join logic
groupjoin
|
19 months ago |
Niels Nes |
use markjoin also on multi-attribute cases
groupjoin
|
19 months ago |
Niels Nes |
handle markjoin with 2 and 3 results
groupjoin
|
19 months ago |
Niels Nes |
simplified markselect logic.
groupjoin
|
19 months ago |
Niels Nes |
on markjoin (selectjoin) when we create r2, return it
groupjoin
|
19 months ago |
Lucas Pereira |
Change mserver5 flag name for insertonly_nowal feature.
insertonly
|
19 months ago |
Lucas Pereira |
Set sql_debug=4 so deltas in append only tables are not logged into WAL.
insertonly
|
19 months ago |
Lucas Pereira |
Create branch insertonly.
insertonly
|
19 months ago |
Sjoerd Mullender |
Merge with default branch.
groupjoin
|
19 months ago |
Sjoerd Mullender |
Some fixes to new markjoin code.
groupjoin
|
19 months ago |
Sjoerd Mullender |
Implemented BATmarkjoin.
groupjoin
|
19 months ago |
Niels Nes |
merged with jun2023
|
19 months ago |
Niels Nes |
back ported fix for issue # 7401
Jun2023
|
19 months ago |
Niels Nes |
small improvement of exp_refers, fixing issue 7401
|
19 months ago |
Niels Nes |
initial groupjoin, doing count/min/max/sum etc aggregates (mal level is still doing the old setup)
groupjoin
|
19 months ago |
Niels Nes |
flipped logic for outermarkjoin (ie step of full mark join), ie now always use match == TRUE, no match == FALSE (empty set), and nil if nil in predicate
groupjoin
|
19 months ago |
Sjoerd Mullender |
We implemented it, now also use it.
|
19 months ago |
Sjoerd Mullender |
Merge with default branch.
groupjoin
|
19 months ago |
Sjoerd Mullender |
Option should be passed on.
|
19 months ago |
Sjoerd Mullender |
Extend selectjoin implementation to also do nil_on_miss option.
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Niels Nes |
improved csv loader
|
19 months ago |
Sjoerd Mullender |
Extend selectjoin implementation to also do semi, min_one, max_one options.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Keep track of what we're doing.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Copy-paste error.
|
19 months ago |
Martin van Dinther |
Add test for issue #7401
Jun2023
|
19 months ago |
Martin van Dinther |
Add test for issue #7401
|
19 months ago |
Martin van Dinther |
Adding data files with different field separators and extensions, and test to read those data files.
|
19 months ago |
Sjoerd Mullender |
Don't try to trim too much under heavy load when there is nothing left to trim.
Jun2023
|
19 months ago |
Niels Nes |
make copy of exps list, when used in multiple relations
|
19 months ago |
Martin van Dinther |
Extend test with checking also on empty strings when the column is a varchar.
|
19 months ago |
Martin van Dinther |
Added some more tests. Simplified error message.
|
19 months ago |
Martin van Dinther |
Approve file_loader error messages
|
19 months ago |
Sjoerd Mullender |
Count copy-on-write memory maps towards malloced memory.
|
19 months ago |
Sjoerd Mullender |
Refinement of fix for bug #7400.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Merge with default branch.
groupjoin
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Ignore cgroup settings that are 0.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Push "virtualizing" certain types of join results down.
Jun2023
|
19 months ago |
stefanos mavros |
Adds safety checks in rel2bin for op_munion
balanced_union
|