2021-08-20 |
Sjoerd Mullender |
Set dirty bit, or don't set when it's already done.
Jul2021
|
2021-08-20 |
Martin Kersten |
step 3
string_imprints
|
2021-08-20 |
Martin Kersten |
tep 2 in the optimizer
string_imprints
|
2021-08-19 |
Panagiotis Koutsourakis |
Add filtering to the plan (WIP)
string_imprints
|
2021-08-19 |
Panagiotis Koutsourakis |
Scaffolding for strimp optimizer
string_imprints
|
2021-08-17 |
Panagiotis Koutsourakis |
Remove unused code
string_imprints
|
2021-08-19 |
Ying Zhang |
free things that should be freed.
geo-update
|
2021-08-19 |
Pedro Ferreira |
My test wasn't right because it was not sending the query to the server
Jul2021
|
2021-08-19 |
Pedro Ferreira |
Merged with Jul2021
|
2021-08-19 |
Pedro Ferreira |
Added test for bug #7167
Jul2021
|
2021-08-19 |
Ying Zhang |
Get rid of the "jump-misses-init" compilation errors.
geo-update
|
2021-08-19 |
Sjoerd Mullender |
Do clean up for exiting in the main thread.
Jul2021
|
2021-08-19 |
Sjoerd Mullender |
Be more aggressive in unloading bats when memory is low.
Jul2021
|
2021-08-19 |
Pedro Ferreira |
Don't leak result bat on error
Jul2021
|
2021-08-19 |
Sjoerd Mullender |
Indicate missing (swapped out) heaps.
Jul2021
|
2021-08-19 |
Sjoerd Mullender |
Don't set empty heaps to dirty: we don't save them anyway.
Jul2021
|
2021-08-19 |
Pedro Ferreira |
Also clear disabled variables when resetting MAL block (this fixes the memory leaks)
|
2021-08-19 |
Sjoerd Mullender |
Print both free and size values for heaps, and add indication for MMAP.
Jul2021
|
2021-08-19 |
Sjoerd Mullender |
Don't decref uninitialized ref counters; cleanup.
Jul2021
|
2021-08-18 |
Sjoerd Mullender |
Fix a race condition.
Jul2021
|
2021-08-18 |
Pedro Ferreira |
Don't expect TID column to always be the first one. Simplify conditions and update comment
Jul2021
|
2021-08-18 |
Pedro Ferreira |
Added test for bug #7094
Jul2021
|
2021-08-18 |
Sjoerd Mullender |
More aggresively free bats when memory is low; don't free when saving.
Jul2021
|
2021-08-18 |
Pedro Ferreira |
Merged with Jul2021
|
2021-08-18 |
Pedro Ferreira |
Disallow reuse and shrink on 0 width bats (just be defensive)
Jul2021
|
2021-08-18 |
Pedro Ferreira |
Allocation checks
Jul2021
|
2021-08-18 |
martin kersten |
Always reset the MAL buffer size,otherwise you end up with the size of failed queries.
|
2021-08-18 |
Pedro Ferreira |
Don't pass backend bat heap pointer, because if the sql allocator malloc fails, it will jump, thus leaking the bat descriptor. Prefer the old way to minimize the leak
Jul2021
|
2021-08-18 |
Pedro Ferreira |
Fix error messages while getting/setting user's default schema
Jul2021
|
2021-08-18 |
Pedro Ferreira |
Use macros to access relation and expression properties
Jul2021
|
2021-08-18 |
Pedro Ferreira |
Merged rel_remove_union_partitions and rel_remove_empty_join optimizers
|
2021-08-18 |
Pedro Ferreira |
Approved output
|
2021-08-18 |
Pedro Ferreira |
Merged with Jul2021
|
2021-08-18 |
Pedro Ferreira |
Keep mergetable properties when rewritting into unions
Jul2021
|
2021-08-17 |
martin kersten |
Make sure the MAL optimizers don't degrade when seeing complex queries
|
2021-08-17 |
Pedro Ferreira |
Stack overflow checks and don't create extra reference to not empty relation
Jul2021
|
2021-08-17 |
Pedro Ferreira |
Look for outer joins, mark joins and global aggregates while finding empty relations
Jul2021
|
2021-08-17 |
Sjoerd Mullender |
Merge with Jul2021 branch.
|
2021-08-17 |
Sjoerd Mullender |
Move changelog message.
Jul2021
|
2021-08-17 |
Ying Zhang |
Added missing ChangeLog for indirect privileges
Jul2021
|
2021-08-17 |
Pedro Ferreira |
Do a better check for a pk-fk join expression.
Jul2021
|
2021-08-17 |
Sjoerd Mullender |
Don't point into uncommitted part of bat.
Jul2021
|
2021-08-17 |
Sjoerd Mullender |
Make sure dirty bits are set after committing a bat partially.
Jul2021
|
2021-08-17 |
Pedro Ferreira |
Added histogram test
Jul2021
|
2021-08-17 |
Pedro Ferreira |
Attempt to pushdown complex joinable expression in the join order optimizer
Jul2021
|
2021-08-17 |
Pedro Ferreira |
Do a better check for an index
Jul2021
|
2021-08-17 |
Pedro Ferreira |
Only internal functions are known to be commutative
Jul2021
|
2021-08-17 |
martin kersten |
Fix compilation
|
2021-08-17 |
Sjoerd Mullender |
Report line number in sys.rejects list instead of row number.
Jul2021
|
2021-08-17 |
martin kersten |
Prepare cleanup of MAL block initialization
|
2021-08-16 |
martin kersten |
Use chunk based extensions for stmt/var to reduce memory fragmentation occurring
|
2021-08-16 |
Pedro Ferreira |
Merged with Jul2021
|
2021-08-16 |
Pedro Ferreira |
Fix test bug number
Jul2021
|
2021-08-16 |
Sjoerd Mullender |
Report line number for errors in log, and row number in sys.rejects.
Jul2021
|
2021-08-16 |
Pedro Ferreira |
Approved output
|
2021-08-16 |
Sjoerd Mullender |
Changed BATsetaccess to always unfix the input on failure.
Jul2021
|
2021-08-16 |
Sjoerd Mullender |
THRgettid returns a values between 1 and THREADS inclusive.
Jul2021
|
2021-08-16 |
Pedro Ferreira |
My mistake, avoid unfixing twice
Jul2021
|
2021-08-16 |
Sjoerd Mullender |
When dumping CREATE USER, also specify SCHEMA PATH.
|
2021-08-16 |
Pedro Ferreira |
Merge tables get rewritten before replica ones, so don't create those hierarchies
Jul2021
|