log

age author description
2021-10-05 Sjoerd Mullender Closing branch. strheapvacuum
2021-10-05 Sjoerd Mullender Merge strheapvacuum branch into default.
2021-10-05 Pedro Ferreira String vs not string fix
2021-10-05 Pedro Ferreira Avoid calling strlen twice for long strings. Also validate content for types using string as their storage in the parser (eg json)
2021-10-05 Pedro Ferreira Fixes for variables on multiple frame levels
2021-10-05 Pedro Ferreira Order by operator and big endian fixes on remote plans
2021-10-05 Pedro Ferreira Clean before returning
2021-10-05 Pedro Ferreira If the conversion fails, don't compute atom's length
2021-10-05 Pedro Ferreira Report unknown type error vs wrong existing type value error
2021-10-05 Pedro Ferreira Merged with default antipush
2021-10-05 Pedro Ferreira One more test case antipush
2021-10-04 Sjoerd Mullender Merge with default branch. strheapvacuum
2021-10-04 Pedro Ferreira Added tests antipush
2021-10-04 Bernardo Mota Corrected aggregate SQL command. geo-update
2021-10-04 Pedro Ferreira Added push select up optimization. antipush
2021-10-04 Bernardo Mota Fixed the st_collect aggregate to also support non-grouped aggregation. Also changed the module name for the aggregate functions to avoid slicing up the input. geo-update
2021-10-04 Niels Nes small fixes (ie don't assert but throw errors) dict
2021-10-04 Aris Koning We need the impl column in all embedded cases.
2021-10-04 Pedro Ferreira Typos antipush
2021-10-04 Pedro Ferreira Preparing to introduce optimizers running after the regular optimization path is done antipush
2021-10-04 Bernardo Mota Changed st_collect aggregate MAL function name. geo-update
2021-10-02 Niels Nes handle all selects. dict
2021-10-02 Niels Nes use unsigned types for offsets dict
2021-10-01 Niels Nes merged with default dict
2021-10-01 Niels Nes handle group.* dict
2021-09-30 Pedro Ferreira Approved output antipush
2021-09-30 Pedro Ferreira I forgot to check for upcasts on the (a = b) or (a is null and b is null) -> a = b with null semantics optimization antipush
2021-09-30 Pedro Ferreira Updated exps_unique with new property. batappend-undefined.Bug-7130 test now crashes, but I think it's from the bug in Jul2021 branch antipush
2021-09-30 Bernardo Mota Unused variable fix geo-update
2021-09-30 Sjoerd Mullender Merge with Jul2021 branch, not changing any files..