log

age author description
2020-03-03 Pedro Ferreira Approved ST_IsSimple output. Nov2019
2020-03-03 Pedro Ferreira Simplify
2020-03-03 Pedro Ferreira Defensive lines. Don't append a NULL sql_exp to a list, because some optimizers assume sql_exp is non-NULL. For topN append a NULL atom when the limit is to be ignored. Also updated rel.txt linear-hashing
2020-03-03 Pedro Ferreira Removed superfluous upgrade. linear-hashing
2020-03-03 Sjoerd Mullender Approve upgrade. linear-hashing
2020-03-03 Aris Koning Add 'common_compression' a.k.a. exceptions argument to analysis. mosaic
2020-03-02 Aris Koning Fix sys.storage table schema and approve test output. mosaic
2020-03-02 Aris Koning Fix gdk_mosaic.c and refactor it a bit. mosaic
2020-03-03 Pedro Ferreira Added missing error case
2020-03-03 Pedro Ferreira Merged with linear-hashing
2020-03-03 Pedro Ferreira Approved output linear-hashing
2020-03-03 Pedro Ferreira Updated ChangeLog linear-hashing
2020-03-03 Pedro Ferreira Removed redundant tinyint, smallint and int versions of sys.pause, sys.resume and sys.stop procedures. We only need the bigint version. This fixes the upgrade as well linear-hashing
2020-03-03 Pedro Ferreira Approved output linear-hashing
2020-03-03 Pedro Ferreira Use power of two linear-hashing
2020-03-03 Pedro Ferreira Merged with Nov2019 linear-hashing
2020-03-03 Pedro Ferreira Improving error handeling of table returned functions. We either allow a single subquery, or a list of values Nov2019
2020-03-02 Niels Nes enlarge buffer linear-hashing
2020-03-01 Niels Nes add 2 more ec's (EC_TIME_TZ and EC_TIMESTAMP_TZ) timezone
2020-03-02 Sjoerd Mullender Initialize variable. linear-hashing
2020-03-02 Pedro Ferreira Improving error handeling for table returning functions Nov2019
2020-03-02 Sjoerd Mullender Add run-time dependencies for embedded languages. Nov2019
2020-03-02 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-03-02 Sjoerd Mullender Move all test post processing to finally clause. Nov2019
2020-03-02 Pedro Ferreira Hold mal_contextLock while changing a property of another client. A race condition could happen where the user being set it's not the same one when the MAL call started linear-hashing
2020-03-02 Pedro Ferreira Use right type check linear-hashing
2020-03-02 Pedro Ferreira Merged with linear-hashing
2020-03-02 Pedro Ferreira Added sleep function/procedure for tinyint and smallint types linear-hashing
2020-03-02 Sjoerd Mullender Merge with default branch. json
2020-03-02 Pedro Ferreira Grant sys.pause, sys.resume and sys.stop to the public. Users can manipulate their own queries linear-hashing
2020-03-02 Pedro Ferreira Grant setoptimizer, setquerytimeout, setsessiontimeout, setworkerlimit, setmemorylimit and sleep functions to the public. As long they change only the session's parameters, it's safe to grant them to the public linear-hashing
2020-03-02 Pedro Ferreira Small cleanup. Removed unused jt_union join.
2020-03-01 Martin Kersten Merge with Default mosaic
2020-03-01 Martin Kersten Extend mosaic tests. mosaic
2020-03-01 Martin Kersten Refactor code to be more C-ish. mosaic
2020-02-29 Martin Kersten Show the sizes of the hash, imprint, orderedidx, and compressed mosaic
2020-02-29 Martin Kersten Revert accidental checkin mosaic
2020-02-29 Pedro Ferreira Added test queries for non existing schemas Nov2019
2020-02-29 Martin Kersten Make realistic timing. mosaic
2020-02-29 Martin Kersten Add test to detect if compression was applied mosaic
2020-02-28 Martin Kersten Fix idle time when the query is still running linear-hashing
2020-02-28 Sjoerd Mullender Merge with linear-hashing branch.
2020-02-28 Sjoerd Mullender Backport of 10da10469b8c with added testing. linear-hashing
2020-02-28 Pedro Ferreira Merged with linear-hashing
2020-02-28 Aris Koning Make a start with improving 'exp_is_false'. out2in
2020-02-28 Aris Koning Merge with default. out2in
2020-02-28 Aris Koning Typo out2in
2020-02-28 Sjoerd Mullender Approve after changeset 10da10469b8c.
2020-02-28 Sjoerd Mullender Cannot export hidden functions.
2020-02-28 Sjoerd Mullender A little cleanup.
2020-02-28 Sjoerd Mullender Record error, even in out-of-memory situations.
2020-02-28 Pedro Ferreira Merged with Nov2019 linear-hashing
2020-02-28 Pedro Ferreira With the 'IF EXISTS' option, if the SQL object's schema doesn't exist, make it still succeed Nov2019
2020-02-28 Martin Kersten Cleanup code
2020-02-28 Pedro Ferreira proc variable comes from the ServerClass Nov2019
2020-02-28 Sjoerd Mullender Cleanup: move declarations to mal_private.h.
2020-02-28 Sjoerd Mullender Layout.
2020-02-28 Sjoerd Mullender Fix locking.
2020-02-28 Pedro Ferreira Re-use macro in the MAL backend
2020-02-28 Niels Nes approved output