2018-12-11 |
Panagiotis Koutsourakis |
mapi_changes branch is no longer needed
mapi_changes
|
2018-12-11 |
Sjoerd Mullender |
When closing a stream, first flush.
Aug2018
|
2018-12-10 |
Pedro Ferreira |
Merge with default branch.
merge-statements
|
2018-12-10 |
Pedro Ferreira |
Merge with default.
groupby-expressions
|
2018-12-10 |
Pedro Ferreira |
Return better a error message for wrong having statements. Allow expressions in partition by clauses as well.
groupby-expressions
|
2018-12-10 |
Sjoerd Mullender |
Typo.
Aug2018
|
2018-12-10 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-12-10 |
Sjoerd Mullender |
Fix layout of table descriptors.
|
2018-12-10 |
Sjoerd Mullender |
Some minor fixes & tweaks; updated some comments.
Aug2018
|
2018-12-10 |
Pedro Ferreira |
Store group by expressions in the mvc stack and look up on them in the projection phase.
groupby-expressions
|
2018-12-10 |
Pedro Ferreira |
Re-use existing grammar rules.
Aug2018
|
2018-12-08 |
Sjoerd Mullender |
Add cast for Intel compiler.
|
2018-12-07 |
Sjoerd Mullender |
Merge with default branch.
in-memory
|
2018-12-07 |
Sjoerd Mullender |
Merge with default branch.
candidate-type
|
2018-12-07 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-12-07 |
Sjoerd Mullender |
When one side of a join is dense, use a range select to find matches.
Aug2018
|
2018-12-07 |
Pedro Ferreira |
Use bat type for BATdescriptor and fixed some typos.
Aug2018
|
2018-12-07 |
Pedro Ferreira |
Added test for bug 6666.
Aug2018
|
2018-12-07 |
Sjoerd Mullender |
Add some casts.
|
2018-12-06 |
Martin van Dinther |
More improvements to storagemodel:
|
2018-12-06 |
Sjoerd Mullender |
Refactored join code internals.
Aug2018
|
2018-12-06 |
Pedro Ferreira |
Merge with default branch.
merge-statements
|
2018-12-06 |
Pedro Ferreira |
Merge with Aug2018 branch.
|
2018-12-06 |
Pedro Ferreira |
Added test and fixes for bug 6665, by allowing sql sequences with negative values.
Aug2018
|
2018-12-06 |
Martin van Dinther |
Approve outputs for powerpc64.int128
Aug2018
|
2018-12-06 |
Sjoerd Mullender |
Mix enum with another type.
|
2018-12-05 |
Pedro Ferreira |
Typo.
Aug2018
|
2018-12-05 |
Pedro Ferreira |
Allocation check and fixed error message.
Aug2018
|
2018-12-05 |
Pedro Ferreira |
Fixed potential leak.
Aug2018
|
2018-12-05 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-12-05 |
Sjoerd Mullender |
Always use mergejoin if both sides are sorted.
Aug2018
|
2018-12-05 |
Sjoerd Mullender |
Fix property setting.
Aug2018
|
2018-12-05 |
Sjoerd Mullender |
Add missing files.
in-memory
|
2018-12-05 |
Sjoerd Mullender |
Merge fix.
in-memory
|
2018-12-05 |
Sjoerd Mullender |
Merge with default branch.
in-memory
|
2018-12-05 |
Sjoerd Mullender |
Rearrange struct to make smaller.
|
2018-12-05 |
Sjoerd Mullender |
Removed field forcemap. It is unused.
|
2018-12-05 |
Pedro Ferreira |
Small insight. Triggers are tightly associated to tables, so disallow a different schema from the respective table while creating it.
Aug2018
|
2018-12-05 |
Sjoerd Mullender |
Use bool.
|
2018-12-05 |
Sjoerd Mullender |
Typo.
|
2018-12-05 |
Sjoerd Mullender |
Pointless comparison with zero.
|
2018-12-04 |
Sjoerd Mullender |
Changed return type of MT_path_absolute to bool.
|
2018-12-04 |
Sjoerd Mullender |
Removed some remnants from the shared log directories.
|
2018-12-04 |
Sjoerd Mullender |
Introduced new enum type restrict_t for BAT access modes.
|
2018-12-04 |
Sjoerd Mullender |
Simplify.
|
2018-12-04 |
Sjoerd Mullender |
tshift is unsigned 8 bit value, also change ttype from bte to int8_t.
|
2018-12-04 |
Sjoerd Mullender |
Get rid of BATrec struct: incorporate into BAT struct.
|
2018-12-04 |
Sjoerd Mullender |
Consistently use t* macros instead of T.*.
|
2018-12-04 |
Sjoerd Mullender |
Removed unused field from struct.
|
2018-12-04 |
Aris Koning |
Approve test error output.
mosaic
|
2018-12-04 |
Aris Koning |
Approve tests.
mosaic
|
2018-12-04 |
Aris Koning |
Allow the 'raw' storage strategy to be combined with a single other non-trivial strategy.
mosaic
|
2018-12-04 |
Aris Koning |
Do not allow the 'mosaic' storage strategy in sql for now.
mosaic
|
2018-12-04 |
Sjoerd Mullender |
Backported in-memory processing from MonetDBLite.
in-memory
|
2018-12-04 |
Sjoerd Mullender |
Add test that BBPsize is in BBP.dir; make clear what can be removed in future.
|
2018-12-04 |
Pedro Ferreira |
With partitioned tables handling addition, we can now support delete statements in non-partitioned tables as well. This fixes bug 3743.
|
2018-12-03 |
Aris Koning |
Fix size_t format string on Darwin (hopefully).
mosaic
|
2018-12-03 |
Aris Koning |
Merge with default.
mosaic
|
2018-12-03 |
Aris Koning |
Do not allow multiple mosaic parameters in the SQL STORAGE parameter string.
mosaic
|
2018-12-03 |
Aris Koning |
Approve test output.
mosaic
|