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..
|
2021-09-30 |
Sjoerd Mullender |
Post release build.
Jul2021
|
2021-09-30 |
Sjoerd Mullender |
Merge with Jul2021 branch.
|
2021-09-30 |
Sjoerd Mullender |
Setting tags Jul2021_11 and Jul2021_SP1_release for the release build.
Jul2021
|
2021-09-30 |
Sjoerd Mullender |
Moved contents of ChangeLog.Jul2021 to MonetDB.spec, debian/changelog and ChangeLog-Archive.
Jul2021 Jul2021_11 Jul2021_SP1_release
|
2021-09-30 |
Sjoerd Mullender |
Updated library versions.
Jul2021
|
2021-09-30 |
Sjoerd Mullender |
Merge with Jul2021 branch, not changing any files.
|
2021-09-30 |
Sjoerd Mullender |
Pre-release version number update.
Jul2021
|
2021-09-30 |
Bernardo Mota |
Changed the DistancePointLine operation to better fit the current GeoLines structure (which needs to be changed later).
geo-update
|
2021-09-30 |
Bernardo Mota |
Small fix on dwithin, added shortcuts for 0 distances in distance functions and removed srid checks for VesselAI demo.
geo-update
|
2021-09-30 |
Pedro Ferreira |
Small cleanup
antipush
|
2021-09-30 |
Niels Nes |
merged
strheapvacuum
|
2021-09-30 |
Niels Nes |
added exports for the 2 new callback related functions
strheapvacuum
|
2021-09-30 |
Niels Nes |
handle simple map operators with only consts (next too dict column) directly on the
dict
|
2021-09-29 |
Niels Nes |
add emptybinds too minimal pipe (needed for debuging mal plans)
dict
|
2021-09-29 |
Niels Nes |
handle per partion decompression
dict
|
2021-09-29 |
Niels Nes |
handle first select on dict column
dict
|
2021-09-29 |
Pedro Ferreira |
Updated optimizers and approved output
antipush
|
2021-09-29 |
Niels Nes |
put the dict.* stuff into it own module
dict
|
2021-09-29 |
Niels Nes |
initial optimizer push decompress passed projection and subslice
dict
|
2021-09-29 |
Pedro Ferreira |
Update expression match conditions
antipush
|
2021-09-29 |
Pedro Ferreira |
Update optimizer with new flag
antipush
|
2021-09-29 |
Pedro Ferreira |
Defensive lines :)
antipush
|
2021-09-29 |
Pedro Ferreira |
Update properties after both keys and idxs have been loaded
antipush
|
2021-09-29 |
Pedro Ferreira |
Updated test
antipush
|
2021-09-29 |
Pedro Ferreira |
Typo
antipush
|
2021-09-29 |
Pedro Ferreira |
Only update 'unique' field when the index is backed by a key constraint
antipush
|
2021-09-29 |
Niels Nes |
v1 dictionary compression
dict
|
2021-09-29 |
Pedro Ferreira |
Update unique constraint when keys are dropped
antipush
|
2021-09-29 |
Pedro Ferreira |
Don't make a column less unique than before. Cleaned unique flag propagation
antipush
|
2021-09-29 |
svetlin |
merge default
strheapvacuum
|