Mercurial > hg > MonetDB
graph
-
Making SQLancer happy. Disable scale_up function for any type other than numeric, ie timestamps, floating-points, blobs because in the backend we cannot multiply these types with integers, ughThu, 06 Aug 2020 16:44:37 +0200, by Pedro Ferreira
-
Improve the heuristic for growing the result bat in a rangejoin. Jun2020Thu, 06 Aug 2020 15:57:13 +0200, by Sjoerd Mullender
-
The error was right, I apologizeThu, 06 Aug 2020 15:11:34 +0200, by Pedro Ferreira
-
SQLancer wrong error messagesThu, 06 Aug 2020 15:02:01 +0200, by Pedro Ferreira
-
Removed some of the duplicated code at pcre_likeselect. Also use the number of candidates for the total heap estimated size.Thu, 06 Aug 2020 14:15:20 +0200, by Pedro Ferreira
-
Fixed potential memory leakThu, 06 Aug 2020 12:21:38 +0200, by Pedro Ferreira
-
Removed duplicated codeThu, 06 Aug 2020 12:03:59 +0200, by Pedro Ferreira
-
Use pcre_study at BATPCRElike and the same options. Small cleanupThu, 06 Aug 2020 11:24:26 +0200, by Pedro Ferreira
-
Avoid repeated BATextend calls. Later we better keep track of the number unlockThu, 06 Aug 2020 10:36:12 +0200, by Martin Kersten
-
Trace functions that produce a :bat[:msk] and convert them back to candidate list upon need. unlockWed, 05 Aug 2020 11:51:18 +0200, by Martin Kersten
-
Tell the MAL optimisers that basket.{tid,bind} are side-effect free trailsThu, 06 Aug 2020 10:48:44 +0200, by Ying Zhang
-
Export lessThu, 06 Aug 2020 10:41:51 +0200, by Pedro Ferreira
-
align on 32 bit boundaries when slicing bats for mitosis/mergetable unlockThu, 06 Aug 2020 10:41:02 +0200, by Niels Nes
-
Added support for multi-patterns on BATPCRElike. It's still sometimes used, like in SQLancer :) Now time to further cleanupThu, 06 Aug 2020 10:33:50 +0200, by Pedro Ferreira
-
Implemented parsing of [NO] ESCAPE on COPY INTO query. atom_stringsThu, 06 Aug 2020 10:25:35 +0200, by Sjoerd Mullender
-
Don't remove the basket.tumble stmts at the end. Added more info. about the code trailsWed, 05 Aug 2020 21:45:44 +0200, by Ying Zhang
-
Log err msg with TRC_ERROR and clean up locks on stream tables by error. trailsWed, 05 Aug 2020 20:39:48 +0200, by Ying Zhang
-
disable asserts, ie iterator could return a bat_nil. unlockWed, 05 Aug 2020 18:40:51 +0200, by Niels Nes
-
Properly interpret backslash escapes when converting json to string. atom_stringsWed, 05 Aug 2020 18:07:22 +0200, by Sjoerd Mullender
-
Indenting + add do-while around macro definition. atom_stringsWed, 05 Aug 2020 15:36:16 +0200, by Sjoerd Mullender
-
More programming, less hacking. Set output function type just where is needed, ie when all input types are ANYWed, 05 Aug 2020 17:57:17 +0200, by Pedro Ferreira
-
Start a developer's handbookWed, 05 Aug 2020 18:04:11 +0300, by Panagiotis Koutsourakis
-
SQLancer inputs not the same size. I guess the like projection function is missing a candidate list version?Wed, 05 Aug 2020 15:27:55 +0200, by Pedro Ferreira
-
Approved outputWed, 05 Aug 2020 15:07:14 +0200, by Pedro Ferreira
-
Procedures also don't have a return typeWed, 05 Aug 2020 15:04:44 +0200, by Pedro Ferreira
-
fixed small issue with exact numerics within case/coalesceWed, 05 Aug 2020 13:47:33 +0200, by Niels Nes
-
Code cleanup. Removed duplicated code necessary to find what the ANY type of SQL function must be, in case there multiple arguments mapping to itWed, 05 Aug 2020 13:04:58 +0200, by Pedro Ferreira
-
If a table returning function has no input parameters, it gets a NULL parameter listWed, 05 Aug 2020 12:08:42 +0200, by Pedro Ferreira
-
Merge branch 'default' into 'makelibstreamgreatagain' makelibstreamgreatagainWed, 05 Aug 2020 11:48:36 +0200, by Joeri van Ruth
-
Make compressed snapshots more amenable to rsync makelibstreamgreatagainWed, 05 Aug 2020 10:57:53 +0200, by Joeri van Ruth
-
Fix flush handling in lz4 stream makelibstreamgreatagainTue, 04 Aug 2020 14:42:31 +0200, by Joeri van Ruth
-
Fix flush handling in bz2_stream makelibstreamgreatagainTue, 04 Aug 2020 14:42:14 +0200, by Joeri van Ruth
-
Add tests for flushing a stream makelibstreamgreatagainTue, 04 Aug 2020 13:57:29 +0200, by Joeri van Ruth
-
Introduce flush levels in stream internals makelibstreamgreatagainMon, 03 Aug 2020 16:48:18 +0200, by Joeri van Ruth
-
Add flush_options parameter to mnstr_flush makelibstreamgreatagainMon, 03 Aug 2020 16:30:16 +0200, by Joeri van Ruth
-
Improve urlstream test output and approve makelibstreamgreatagainMon, 03 Aug 2020 13:03:24 +0200, by Joeri van Ruth
-
Get rid of unnecessary bananas makelibstreamgreatagainMon, 03 Aug 2020 13:02:29 +0200, by Joeri van Ruth
-
The input parameter list to a function may be null if there are no parameters. Do the proper checkWed, 05 Aug 2020 11:39:24 +0200, by Pedro Ferreira
-
removed the 3rd parameter for basket.register, since it only takes <schema>.<table> trailsWed, 05 Aug 2020 11:36:43 +0200, by Ying Zhang
-
Approved outputWed, 05 Aug 2020 11:13:57 +0200, by Pedro Ferreira
-
implement (part) of the result datatype specification (pages 505-507) of the 2011 standard.Wed, 05 Aug 2020 11:02:00 +0200, by Niels Nes
-
All operations on stream tables including this tumble function should be executed before unlocking them trailsWed, 05 Aug 2020 10:33:34 +0200, by Ying Zhang
-
Don't simply stop the optimiser by failed malloc, throw proper errors instead trailsWed, 05 Aug 2020 10:30:53 +0200, by Ying Zhang
-
Cleaning cardinalities for IN/ANY operators. Look for the cardinalities of the right expressions, excluding the relation onesWed, 05 Aug 2020 10:24:52 +0200, by Pedro Ferreira
-
"'o' may be used uninitialized", even though all cases are taken care of. unlockWed, 05 Aug 2020 09:11:40 +0200, by Sjoerd Mullender
-
Starting the day with a breakfast crash. Looking into itWed, 05 Aug 2020 09:03:33 +0200, by Pedro Ferreira
