2021-10-22 |
Pedro Ferreira |
Next crashing subquery
|
2021-10-22 |
Pedro Ferreira |
Don't run optimizer instead of throwing error on stack overflow
|
2021-10-22 |
Pedro Ferreira |
Removed wrong assertion
|
2021-10-22 |
Pedro Ferreira |
Assertion `strcmp(b->theap->filename, filename) == 0' failed
|
2021-10-22 |
Pedro Ferreira |
Another char(0) issue to be looked on later
|
2021-10-22 |
Pedro Ferreira |
Cleanup and don't forget to set label counter
|
2021-10-22 |
Niels Nes |
merged with default
dict
|
2021-10-22 |
Pedro Ferreira |
Approved output for new primary key
|
2021-10-21 |
Pedro Ferreira |
Simplify
|
2021-10-21 |
Pedro Ferreira |
Don't forget to update label counter while parsing dumped plan. Also partly reverted my previous commit as it causes issues
|
2021-10-21 |
Martin van Dinther |
Extended SQL system catalog with lookup table sys.fkey_actions and view sys.fkeys to provide user friendly querying of existing foreign keys and their ON UPDATE and ON DELETE referential action specifications.
|
2021-10-21 |
Niels Nes |
merged with default
dict
|
2021-10-21 |
Niels Nes |
improved error message on using none aggregated or group by expressions
|
2021-10-21 |
Pedro Ferreira |
Do output function type checks for 1 and 2 argument functions
|
2021-10-21 |
Niels Nes |
merged with default
dict
|
2021-10-21 |
Niels Nes |
initial steps for updating columns with dict compression
dict
|
2021-10-21 |
Pedro Ferreira |
Keep looking for more optimizations
|
2021-10-21 |
Pedro Ferreira |
Issue to be looked later. GDK's timeout loop has an issue on candidate lists with 16384 values in size
|
2021-10-21 |
Niels Nes |
also handle value inserts into the dicts
dict
|
2021-10-21 |
Pedro Ferreira |
Query throwing wrong error
|
2021-10-21 |
Niels Nes |
merged with default
dict
|
2021-10-21 |
Niels Nes |
merged
|
2021-10-21 |
Niels Nes |
merged with default
dict
|
2021-10-21 |
Niels Nes |
moved the profile optimizer to the end as the profiler depends on the statement offsets, while other
|
2021-10-21 |
Pedro Ferreira |
Unlock before returning and don't leak
|
2021-10-21 |
Pedro Ferreira |
The server may run without raw strings enabled
|
2021-10-20 |
Niels Nes |
merged with default
dict
|
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.
|