log

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