log

age author description
Mon, 07 Aug 2017 14:14:49 +0200 Martin Kersten This branch was a prelude for malerrors branch malparsing
Mon, 07 Aug 2017 11:08:49 +0200 Pedro Ferreira Forgot to shelve the changes, so I merged this time :) trails
Mon, 07 Aug 2017 11:04:40 +0200 Pedro Ferreira First steps to use MAL factories in SQL UDFs. Added YIELD statements in the SQL UDF body, hence the UDF will be compiled into a MAL factory instead of a MAL function. For every call, the MAL stack will stop in the next YIELD statement. Later the next UDF call execution will start from this pointer rather in the beginning. This feature will be important to implement continuous UDFs. trails
Fri, 04 Aug 2017 10:54:58 +0200 Pedro Ferreira Compilation fixes trails
Mon, 07 Aug 2017 10:25:55 +0200 Martin Kersten Final commit of recipe mosaic
Sat, 05 Aug 2017 23:41:13 +0200 Martin Kersten Merge with default mosaic
Mon, 07 Aug 2017 08:58:03 +0200 Niels Nes fixes for bug 6385, ie check for a aggregate earlier (also improved the Jul2017
Sun, 06 Aug 2017 11:20:19 +0200 Niels Nes push selects through left/right outer joins (when allowed) Jul2017
Fri, 04 Aug 2017 12:22:44 +0200 Panagiotis Koutsourakis Merge with default data-vaults
Mon, 31 Jul 2017 15:33:15 +0200 Panagiotis Koutsourakis Merge with default data-vaults
Mon, 31 Jul 2017 15:26:45 +0200 Panagiotis Koutsourakis Merge with default data-vaults
Fri, 04 Aug 2017 16:15:41 +0200 Panagiotis Koutsourakis Parametrize messages
Fri, 04 Aug 2017 16:53:21 +0200 Sjoerd Mullender Make compilable with stricter compiler.
Fri, 04 Aug 2017 16:41:24 +0200 Jennie Zhang Added tests for Bug 6385 Jul2017
Fri, 04 Aug 2017 16:03:12 +0200 Panagiotis Koutsourakis The new commands also work for multiple dbs as well, update docs
Fri, 04 Aug 2017 16:01:51 +0200 Panagiotis Koutsourakis Fix a bug that would prevent monetdbd from starting mservers
Fri, 04 Aug 2017 15:07:38 +0200 Panagiotis Koutsourakis Change the profiler log file prefix to agree with the documentation
Fri, 04 Aug 2017 14:59:13 +0200 Panagiotis Koutsourakis Add documentation for the new commands in the monetdb man page
Fri, 04 Aug 2017 14:36:01 +0200 Panagiotis Koutsourakis Add ChangeLog message for new daemon commands
Fri, 04 Aug 2017 14:18:18 +0200 Panagiotis Koutsourakis Implement profiler shutdown procedure
Fri, 04 Aug 2017 14:17:30 +0200 Panagiotis Koutsourakis Tidy up the errors in profiler startup
Fri, 04 Aug 2017 14:15:16 +0200 Panagiotis Koutsourakis Make the property name easy to change
Fri, 04 Aug 2017 12:50:40 +0200 Panagiotis Koutsourakis Add profilerstart and profilerstop at the monetdb usage message
Fri, 04 Aug 2017 12:49:50 +0200 Panagiotis Koutsourakis Don't crash while freeing a confkeyval list if it is NULL
Thu, 03 Aug 2017 15:14:54 +0200 Panagiotis Koutsourakis First version of profilerstart command working
Wed, 02 Aug 2017 15:58:26 +0200 Panagiotis Koutsourakis Continue working on the profilerstart command
Tue, 01 Aug 2017 13:47:14 +0200 Panagiotis Koutsourakis Started work for stethoscope handling through merovingian
Fri, 04 Aug 2017 13:54:05 +0200 Martin Kersten Continuous function target trails
Fri, 04 Aug 2017 11:33:56 +0200 Sjoerd Mullender Merge with Jul2017 branch.
Fri, 04 Aug 2017 11:24:08 +0200 Sjoerd Mullender Approve error codes.
Fri, 04 Aug 2017 11:22:31 +0200 Sjoerd Mullender Approve upgrade. Jul2017
Fri, 04 Aug 2017 10:41:50 +0200 Sjoerd Mullender Add error handling. Jul2017
Fri, 04 Aug 2017 09:17:53 +0200 Sjoerd Mullender Stick requirements on their own line. Jul2017
Thu, 03 Aug 2017 17:01:18 +0200 Panagiotis Koutsourakis On the client side we need to handle non default properties better properties_reimplementation
Thu, 03 Aug 2017 17:00:19 +0200 Panagiotis Koutsourakis On the server side read non-default properties as well properties_reimplementation
Thu, 03 Aug 2017 16:00:16 +0200 Sjoerd Mullender Merge with default branch. batcalc-candidates
Thu, 03 Aug 2017 15:59:15 +0200 Sjoerd Mullender Merge with Jul2017 branch.
Thu, 03 Aug 2017 15:40:20 +0200 Sjoerd Mullender Approve leaks tests. Jul2017
Thu, 03 Aug 2017 11:41:34 +0200 Sjoerd Mullender Add missing library. mosaic
Thu, 03 Aug 2017 09:01:19 +0200 Martin Kersten Fix memory leak in wlc
Wed, 02 Aug 2017 22:13:39 +0200 Martin Kersten Added missing files. mosaic
Wed, 02 Aug 2017 22:10:13 +0200 Martin Kersten Merge with default mosaic
Mon, 31 Jul 2017 15:32:30 +0200 Martin Kersten Merge with default mosaic
Mon, 31 Jul 2017 15:23:51 +0200 Martin Kersten Merge with default (old) mosaic
Wed, 02 Aug 2017 18:23:05 +0200 Niels Nes added some more variations of sql_mul Jul2017
Wed, 02 Aug 2017 17:14:20 +0200 Niels Nes fix crash on missing function Jul2017
Wed, 02 Aug 2017 17:07:50 +0200 Niels Nes fixed for bug 6343, ie handle passing stack variables Jul2017
Wed, 02 Aug 2017 16:48:15 +0200 Pedro Ferreira Added constraints in the SQL catalog for dropping and altering stream tables. A streaming table can only be dropped when there are no continuous queries running on it. Cannot add or drop columns to a stream table because of linking issues that I am checking. trails
Wed, 02 Aug 2017 13:39:53 +0200 Panagiotis Koutsourakis Merge with Jul2017
Wed, 02 Aug 2017 13:11:49 +0200 Panagiotis Koutsourakis Fix a bug in the reading of the properties file Jul2017
Wed, 02 Aug 2017 09:48:55 +0200 Pedro Ferreira Shut down Timetrails scheduler and free the Petri-net while mserver shuts down as well trails
Tue, 01 Aug 2017 17:28:15 +0200 Sjoerd Mullender Added some ChangeLog messages.
Tue, 01 Aug 2017 17:16:11 +0200 Sjoerd Mullender The MAPI library now deals with the SQLSTATE code.
Tue, 01 Aug 2017 15:58:03 +0200 Pedro Ferreira Fixed some backend validations for continuous procedures trails
Tue, 01 Aug 2017 13:28:43 +0200 Sjoerd Mullender Approvals.
Tue, 01 Aug 2017 13:22:15 +0200 Sjoerd Mullender Approve upgrade output.
Tue, 01 Aug 2017 10:22:09 +0200 Sjoerd Mullender Only remove exception decoration for SQL; approve output.
Mon, 31 Jul 2017 18:03:02 +0200 Sjoerd Mullender Approve error messages.
Mon, 31 Jul 2017 16:40:42 +0200 Sjoerd Mullender Reinstate quotes in error message.
Mon, 31 Jul 2017 16:40:28 +0200 Sjoerd Mullender Don't send exception decoration to client, just like before.