2021-10-20 |
Niels Nes |
don't deadlock on the mal_profileLock
|
2021-10-20 |
Niels Nes |
merged with default
dict
|
2021-10-20 |
Niels Nes |
don't mess with cardinality just cleanup the assert.
|
2021-10-20 |
Pedro Ferreira |
Flat variable value only when value based optimization is allowed
|
2021-10-20 |
Pedro Ferreira |
Added missing value extraction for stack variables. Disable value based optimization on the remote side, because stack variables are not yet defined, and also optimization is already done on the local side
|
2021-10-20 |
Niels Nes |
merged with default
dict
|
2021-10-20 |
Niels Nes |
merged with jul2021
|
2021-10-20 |
Niels Nes |
merged
Jul2021
|
2021-10-20 |
Niels Nes |
check if module name is there before using, solves crash on profiler
Jul2021
|
2021-10-20 |
Niels Nes |
merged with default
dict
|
2021-10-20 |
Niels Nes |
small cleanup
dict
|
2021-10-20 |
Niels Nes |
make sure we reset the cardinality of a project correctly
|
2021-10-20 |
Niels Nes |
correct cardinality of projection over a grouped result, ie is again card multi.
|
2021-10-20 |
Pedro Ferreira |
I hope this is the same issue as the workbench
|
2021-10-20 |
Pedro Ferreira |
Subquery assertion error. Looking into it
|
2021-10-20 |
Pedro Ferreira |
Don't make it so complicated
|
2021-10-20 |
Niels Nes |
merged with default
dict
|
2021-10-19 |
Niels Nes |
merged
|
2021-10-19 |
Niels Nes |
in the anyequal rewriter check if the right expression's subquery has another function the
|
2021-10-19 |
Pedro Ferreira |
Also test for unique expression on the right side of the comparison, and run rel_push_select_up only when full optimization is needed
|
2021-10-19 |
Pedro Ferreira |
Atom expressions are not always unique
|
2021-10-19 |
Niels Nes |
merged
|
2021-10-19 |
Niels Nes |
make sure the freevar lookups on the outer stack stay within the bounds.
|
2021-10-19 |
Pedro Ferreira |
Query with wrong results
|
2021-10-19 |
Pedro Ferreira |
Closed antipush branch after merging into default
antipush
|
2021-10-19 |
Pedro Ferreira |
Merged anitpush into default
|
2021-10-19 |
Pedro Ferreira |
Merged with default
antipush
|
2021-10-19 |
Pedro Ferreira |
Next subquery crash
|
2021-10-19 |
Pedro Ferreira |
Merged with default
antipush
|
2021-10-19 |
Pedro Ferreira |
Issue to be looked on later, on DDL changes UDFs may have to be recompiled
|
2021-10-19 |
Pedro Ferreira |
Don't leak created temporary directory on error and escape backslashes on file paths
|
2021-10-19 |
Pedro Ferreira |
Fixed test output
|
2021-10-18 |
Niels Nes |
don't add an identity column on projects distinct.
|
2021-10-18 |
Niels Nes |
set sub query grouped using input relations grouped flag.
|
2021-10-18 |
Pedro Ferreira |
Merged with default
antipush
|
2021-10-18 |
Pedro Ferreira |
Approve new error message
antipush
|
2021-10-18 |
Niels Nes |
merged
dict
|
2021-10-18 |
Pedro Ferreira |
Merged with default
antipush
|
2021-10-18 |
Niels Nes |
merged
|
2021-10-18 |
Niels Nes |
merged with default
dict
|
2021-10-18 |
Niels Nes |
without outer relations we cannot have free varibales
|
2021-10-18 |
Pedro Ferreira |
Merged rel_distribute calls into rel_optimizer, so they run only when necessary. Removed unecessary includes and don't compute which side to run mitosis when instantiating a SQL function
|
2021-10-18 |
Niels Nes |
fix bug were rolled back new 'rows' aren't marked as deleted
|
2021-10-18 |
Niels Nes |
small cleanup
|
2021-10-18 |
Pedro Ferreira |
Merged with Jul2021
|
2021-10-18 |
Pedro Ferreira |
Backported rel_rewriter fixes from default into Jul2021
Jul2021
|
2021-10-18 |
Niels Nes |
merged
Jul2021
|
2021-10-18 |
Niels Nes |
reset freevars is needed to protect other (incorrect) unnesting
Jul2021
|
2021-10-18 |
Pedro Ferreira |
Added test and fix for bug #7186 Change COPY INTO to use an empty string as the default string delimiter, so it matches with COPY FROM. Updated ChangeLog
|
2021-10-15 |
Pedro Ferreira |
Added test for bug #7180
|
2021-10-15 |
Pedro Ferreira |
Starting to generate correlated subqueries :(
|
2021-10-15 |
Pedro Ferreira |
Don't leak relation references
|
2021-10-15 |
Niels Nes |
add group optimization, ie group on 'not' unique dict can be improved by first
dict
|
2021-10-15 |
Pedro Ferreira |
This hack is no longer needed
|
2021-10-15 |
Pedro Ferreira |
More subquery issues
|
2021-10-15 |
Niels Nes |
add DICTselect (ie value / range select on dicts)
dict
|
2021-10-14 |
Pedro Ferreira |
Merged with default
antipush
|
2021-10-14 |
Pedro Ferreira |
I didn't approve the lengths well
|
2021-10-14 |
Pedro Ferreira |
Fix pointer
|
2021-10-14 |
Pedro Ferreira |
Another variant of issue to be looked later, scale propagation missing
|