19 months ago |
Niels Nes |
merged with default
groupjoin
|
19 months ago |
Lucas Pereira |
Approve tests.
insertonly
|
19 months ago |
Niels Nes |
merged with jun2023
|
19 months ago |
Niels Nes |
merged
Jun2023
|
19 months ago |
Niels Nes |
small workaround for gcc on freebsd, ie allocate samewhat larger array of file descriptors.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Fix scope.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Fix scope.
Jun2023
|
19 months ago |
Niels Nes |
small fix for using siglongjmp, use correct sigjmp_buf type
Jun2023
|
19 months ago |
Lucas Pereira |
Upgrade code for insertonly_persist function.
insertonly
|
19 months ago |
Lucas Pereira |
Table_id type change.
insertonly
|
19 months ago |
Lucas Pereira |
Merge with default.
insertonly
|
19 months ago |
Sjoerd Mullender |
Work around compiler bug that manifests itself on CentOS 7.
|
19 months ago |
Niels Nes |
merged with default
groupjoin
|
19 months ago |
Martin van Dinther |
Approve output after implementing IFNULL() in parser
|
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
|