2022-02-10 |
Pedro Ferreira |
Backport changeset cbd49a3e2b19 into Jan2022 (I added this rewrite there)
Jan2022
|
2022-02-10 |
Pedro Ferreira |
Merged with Jan2022
|
2022-02-10 |
Pedro Ferreira |
A relation replacement is needed when removing function expressions from grouping relations
|
2022-02-10 |
Sjoerd Mullender |
Fix some MAL instructions.
Jan2022
|
2022-02-10 |
Niels Nes |
when inserting complex rows, convert into a union of rows.
Jan2022
|
2022-02-10 |
Pedro Ferreira |
Partly revert commit 7567eee12001 I can't figure out the query queue with recursive calls when multiple dataflow workers are present, but it's broken for sure
|
2022-02-10 |
Aris Koning |
Don't do credential checks for embedded mapi (for now).
embedded_mapi
|
2022-02-08 |
Aris Koning |
Whitespace.
embedded_mapi
|
2022-02-08 |
Aris Koning |
New branch: embedded_mapi.
embedded_mapi
|
2022-02-10 |
Pedro Ferreira |
Use macro
|
2022-02-10 |
Pedro Ferreira |
Check MAL recursive calls by tag at query queue, so it doesn't create issues when multiple complex function calls are done by multiple dataflow workers at the same time
|
2022-02-10 |
Sjoerd Mullender |
Got rid of the ht_lock field.
|
2022-02-09 |
Pedro Ferreira |
Merged with Jan2022
|
2022-02-09 |
Pedro Ferreira |
Defensive lines for mal runtime info cleanup
Jan2022
|
2022-02-09 |
Pedro Ferreira |
Set recursive calls as found in the profiler
Jan2022
|
2022-02-09 |
Pedro Ferreira |
Do a better test to detect a list of values
|
2022-02-09 |
Pedro Ferreira |
Make sure generated set relation gets set as processed
|
2022-02-09 |
Pedro Ferreira |
Variant query of latest issue. Enough for now
|
2022-02-09 |
Pedro Ferreira |
Query with unnesting issues
|
2022-02-09 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-02-09 |
Pedro Ferreira |
Added missing processed flag set on generated joins
|
2022-02-09 |
Sjoerd Mullender |
Simplify.
Jan2022
|
2022-02-09 |
Pedro Ferreira |
Some variant queries of latest issue
|
2022-02-09 |
Sjoerd Mullender |
Implemented version check for geos library in testing.
Jan2022
|
2022-02-09 |
Pedro Ferreira |
Query with wrong results. Unnesting issue?
|
2022-02-09 |
Pedro Ferreira |
Fixed test output order
|
2022-02-08 |
Niels Nes |
cleanup of push_up_set, ie use correct rel_dup/rel_destroy
|
2022-02-08 |
Niels Nes |
for now disable (partialy) the outer2inner_union rewriter
|
2022-02-08 |
Niels Nes |
make sure aggregates refering only outer queries and full (self containted) subqueries are also pushed into the
|
2022-02-08 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-02-08 |
Sjoerd Mullender |
Update some URLs.
Jan2022
|
2022-02-08 |
Niels Nes |
quick bailout on too large lists
Jan2022
|
2022-02-08 |
Pedro Ferreira |
Final issue of the day. Projections with duplicated column names being generated
|
2022-02-08 |
Sjoerd Mullender |
Look at correct variable. Could result in incorrect append of msk bats.
Jul2021
|
2022-02-08 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-02-08 |
Sjoerd Mullender |
Various fixes for undefined behavior.
Jan2022
|
2022-02-08 |
Sjoerd Mullender |
Look at correct variable. Could result in incorrect append of msk bats.
Jan2022
|
2022-02-08 |
Sjoerd Mullender |
Add cmake config to compile using GCC "undefined" sanitizer.
Jan2022
|
2022-02-08 |
Sjoerd Mullender |
Improve stand-alone usage.
Jan2022
|
2022-02-08 |
Pedro Ferreira |
Next unnesting issue
|
2022-02-08 |
Pedro Ferreira |
Fix for <> on dict.thetaselect. It has to filter null values out when the value is not found
|
2022-02-08 |
Bernardo Mota |
Merge with Jan2022. Added new signature to shp module.
geo-update
|
2022-02-08 |
Bernardo Mota |
Fixed allocation and added TODOs.
geo-update
|
2022-02-08 |
Pedro Ferreira |
Updated test results. My first guess was wrong
|
2022-02-08 |
Pedro Ferreira |
Issue with NULL values on compressed column?
|
2022-02-08 |
Pedro Ferreira |
Disable lateral lookups on right and full outer joins. Dependent columns cannot appear on the right side
|
2022-02-08 |
Niels Nes |
merged
|
2022-02-08 |
Niels Nes |
clear hash when renaming expressions
|
2022-02-08 |
Pedro Ferreira |
Cleanup. Removed duplicated code
|
2022-02-08 |
Pedro Ferreira |
Fix rowcount
|
2022-02-08 |
Pedro Ferreira |
Issue on right and full lateral joins. Enough issues for now
|
2022-02-08 |
Niels Nes |
fix handling of push_up_join for right outer joins, ie put the correlated column on the right side.
|
2022-02-08 |
Pedro Ferreira |
Exists queries with wrong results
|
2022-02-08 |
Sjoerd Mullender |
Simplify Python tests by using the server feature of finding a free port.
|
2022-02-08 |
Pedro Ferreira |
I forgot a case in the all_grp handling for external types. Also normalize and use more const
|
2022-02-08 |
Pedro Ferreira |
More subquery fun. Looking into it
|
2022-02-08 |
Pedro Ferreira |
Make sure the replaced relation's number of references stay the same
|
2022-02-08 |
Pedro Ferreira |
Be more defensive with merge table rewrite, always do relation inplace
|
2022-02-07 |
Niels Nes |
check for slightly more complex renames (if not we can reduce the list of columns involved on the rel_basetable levle)
|
2022-02-07 |
Pedro Ferreira |
Remove property when is no longer needed
|