2020-01-31 |
Sjoerd Mullender |
Closing branch compactprofiler.
compactprofiler
|
2020-01-31 |
Sjoerd Mullender |
Merged compactprofiler branch into default.
|
2020-01-31 |
Sjoerd Mullender |
Fix copyright year.
compactprofiler
|
2020-01-31 |
Sjoerd Mullender |
Merge with default branch.
compactprofiler
|
2020-01-31 |
Pedro Ferreira |
Backported recent IN operator fixes into linear-hashing, plus enforce type coercion on every element at the list of values case. This fixes the failing sqlite query
linear-hashing
|
2020-01-31 |
Sjoerd Mullender |
Some improvements to the tracer code.
|
2020-01-31 |
Sjoerd Mullender |
Merge with linear-hashing branch.
|
2020-01-31 |
Sjoerd Mullender |
Merge with Nov2019 branch.
linear-hashing
|
2020-01-31 |
Pedro Ferreira |
Approved 32-bit output
|
2020-01-31 |
Aris Koning |
Work in progress on layout.
mosaic-scratch
|
2020-01-30 |
Sjoerd Mullender |
Never check against GDK_FAIL, only against GDK_SUCCEED.
linear-hashing
|
2020-01-30 |
Sjoerd Mullender |
Fix some debug statements.
|
2020-01-30 |
Sjoerd Mullender |
Fix merge changeset 61310c2fc0e0.
|
2020-01-30 |
Sjoerd Mullender |
Don't put internal stuff in mapi.h; have a single definition of Q_* values.
|
2020-01-30 |
Sjoerd Mullender |
Remove unused tests.
|
2020-01-30 |
Pedro Ferreira |
Added query giving MAL definition error on trails branch
Nov2019
|
2020-01-30 |
Pedro Ferreira |
Fixed aggregate arguments check, sorry
Nov2019
|
2020-01-30 |
Pedro Ferreira |
Defensive line, an aggregate might not have arguments
Nov2019
|
2020-01-30 |
Pedro Ferreira |
Merged with linear-hashing
|
2020-01-30 |
Pedro Ferreira |
Missing exp_subtype call
linear-hashing
|
2020-01-30 |
Pedro Ferreira |
Merged with Nov2019
linear-hashing
|
2020-01-30 |
Pedro Ferreira |
More missing exp_subtype cases
Nov2019
|
2020-01-30 |
Pedro Ferreira |
Fix for bug 6815, ie call exp_subtype to get the type of an expression instead of differentiating the 'tpe' field, because for e_func and e_aggr, it's not stored in there
Nov2019
|
2020-01-30 |
Pedro Ferreira |
Compilation fix and added test for bug 6815
Nov2019
|
2020-01-30 |
Pedro Ferreira |
At rel_groupby_distinct optimizer, if one of the projections is an aggregate, don't make a reference to it, instead push it up.
Nov2019
|
2020-01-30 |
Sjoerd Mullender |
Don't redefine Hash.
linear-hashing
|
2020-01-30 |
Pedro Ferreira |
Merged with Nov2019
linear-hashing
|
2020-01-30 |
Pedro Ferreira |
Sqlitelogictest query crashing on linear-hashing branch
Nov2019
|
2020-01-30 |
Aris Koning |
Use generic mal signatures for all overloads.
mosaic
|
2020-01-30 |
Aris Koning |
Merge with default.
mosaic
|
2020-01-30 |
Aris Koning |
Approve new signatures.
mosaic
|
2020-01-30 |
Aris Koning |
Use generic mal signatures for select overloads.
mosaic
|
2020-01-30 |
Aris Koning |
Refactoring: rename some macro's.
mosaic
|
2020-01-30 |
Niels Nes |
depend op libgeom only (not on the module)
|
2020-01-30 |
Pedro Ferreira |
Added Python 3 UDFs tests back, which were removed by accident at changeset d444859a0841
|
2020-01-30 |
Aris Koning |
Merge with linear-hashing.
|
2020-01-30 |
Sjoerd Mullender |
Don't have variables that are only used inside asserts.
|
2020-01-30 |
Aris Koning |
Merge with Nov2019.
linear-hashing
|
2020-01-30 |
Sjoerd Mullender |
Removed support for bam and sam files.
|
2020-01-30 |
Pedro Ferreira |
Don't pass mvc client's pointer to a backend function
|
2020-01-30 |
Pedro Ferreira |
Find backend implementation for SQL basic functions at server startup. Removed 'not_uniques' and 'in' functions as they don't have a backend implementation. This fixes bug 6813
|
2020-01-29 |
Sjoerd Mullender |
Build py3integration on RHEL 7.
Nov2019
|
2020-01-29 |
Sjoerd Mullender |
Use correct size.
Nov2019
|
2020-01-29 |
Aris Koning |
Update TODO's.
mosaic
|
2020-01-29 |
Aris Koning |
Implement + test 'unknown' parameter in mosaic.select MAL interface.
mosaic
|
2020-01-29 |
Aris Koning |
Approve test output.
mosaic
|
2020-01-29 |
Aris Koning |
Mosaic optimizer may only touche operators with operands of allowed type.
mosaic
|
2020-01-29 |
Aris Koning |
Fix a small bug in projection loop.
mosaic
|
2020-01-29 |
Aris Koning |
Update TODO's.
mosaic
|
2020-01-29 |
Aris Koning |
We don't support str type (yet) in mosaic.
mosaic
|
2020-01-29 |
Aris Koning |
Bug fix: compare values not pointers.
Nov2019
|
2020-01-29 |
Sjoerd Mullender |
Removed support for Python 2.
|
2020-01-29 |
Sjoerd Mullender |
Add upgrade code for logging schema and some upgrade fixes.
|
2020-01-29 |
Pedro Ferreira |
Approved outputs
trails
|
2020-01-29 |
Sjoerd Mullender |
Backed out changeset 00d1a186e938: it removes too much.
|
2020-01-29 |
Pedro Ferreira |
Compilation fix
|
2020-01-29 |
Sjoerd Mullender |
Typo.
Nov2019
|
2020-01-29 |
Sjoerd Mullender |
Approve.
|
2020-01-29 |
Sjoerd Mullender |
Approve.
linear-hashing
|
2020-01-29 |
Pedro Ferreira |
No need for cquery.wait, as the sleep procedure is now available at 25_debug.sql
trails
|