log

age author description
2020-03-03 Panagiotis Koutsourakis Approve test result json
2020-03-04 Pedro Ferreira Approved output Nov2019
2020-03-04 Pedro Ferreira Added NULL semantics for pcre.patindex and mkey.hash because they can be called from SQL Nov2019
2020-03-04 Pedro Ferreira Removed rel_order_by_simple_column_exp function. It was a case of rel_order_by_column_exp, making it redundant.
2020-03-04 Martin van Dinther Enabled q8_v test and reduced the timeout factor. Nov2019
2020-03-04 Martin van Dinther Reduce timeout factor Nov2019
2020-03-04 Pedro Ferreira Merged with linear-hashing
2020-03-04 Pedro Ferreira Merged with Nov2019 linear-hashing
2020-03-04 Pedro Ferreira Added query failing on default Nov2019
2020-03-04 Pedro Ferreira Handeling NULL values at txtsim module. Nov2019
2020-03-04 Martin van Dinther Reduce timeout factor Nov2019
2020-03-04 Pedro Ferreira The negation of a NULL atom is NULL Nov2019
2020-03-04 Pedro Ferreira Disallow casting month intervals to dates, and second intervals to timestamps because there is no backend code for it and other databases don't support it Nov2019
2020-03-04 Pedro Ferreira Look for NULL values while converting from and to interval types Nov2019
2020-03-04 Pedro Ferreira Fix for the order by crash, ie when adding a new column into a projection, check for cardinality mismatches linear-hashing
2020-03-04 Sjoerd Mullender Merge with default branch. batcalc-updated
2020-03-04 Pedro Ferreira Cardinality mismatches with order by queries crashing the server :( linear-hashing
2020-03-04 Pedro Ferreira Approved output after a bad merge
2020-03-03 Pedro Ferreira Merged with default scoping
2020-03-03 Pedro Ferreira Initialize dbl with constant 0 instead of memset for greater portability
2020-03-03 Pedro Ferreira Backed out changeset a9ec6838046a
2020-03-03 Sjoerd Mullender Approve upgrade. linear-hashing
2020-03-03 Pedro Ferreira Merged with linear-hashing
2020-03-03 Pedro Ferreira Merged with Nov2019 linear-hashing
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
2020-02-28 Niels Nes reduced sql tracer components to only 5 parts (PARSER,EXECUTION,REWRITER,TRANS,STORE)
2020-02-28 Pedro Ferreira Merged with default scoping
2020-02-28 Pedro Ferreira Adding schemas to declared variables. scoping
2020-02-28 Sjoerd Mullender Consistently use underscores with attributes.
2020-02-28 Sjoerd Mullender Reduce name space pollution.
2020-02-28 Pedro Ferreira Cleanup at sql_cat.c
2020-02-28 Sjoerd Mullender Give process limited time to terminate when asked to, or else... Nov2019
2020-02-28 Sjoerd Mullender Translate GDKdebug (-d option) bits to GDKtracer infrastructure.
2020-02-28 Pedro Ferreira Simplify
2020-02-28 Martin Kersten Code cleanup
2020-02-28 Pedro Ferreira Don't lose pointer on realloc failure
2020-02-28 Pedro Ferreira Merged with linear-hashing
2020-02-28 Pedro Ferreira Merged with Nov2019 linear-hashing
2020-02-28 Pedro Ferreira Merged heads Nov2019
2020-02-28 Pedro Ferreira If a specified schema is not found, throw the respective error Nov2019
2020-02-28 Aris Koning Add feature description document. out2in
2020-02-28 Sjoerd Mullender Print unsigned (non bit field) with %u. linear-hashing
2020-02-28 Sjoerd Mullender Merge with Nov2019 branch, not changing any files. linear-hashing
2020-02-28 Sjoerd Mullender Backed out changeset 8e3e7e1f190b: not on this branch, flag is bit field. Nov2019
2020-02-28 Sjoerd Mullender Merge with default branch. batcalc-updated
2020-02-28 Sjoerd Mullender Merge with linear-hashing branch.
2020-02-28 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-02-28 Sjoerd Mullender Use COPY INTO instead of INSERT; reduce output size by not echoing data. Nov2019
2020-02-27 Sjoerd Mullender Backed out changeset 8d7da98f6274 and 5d2eedc09b22: test what we *want* to test. Nov2019
2020-02-28 Pedro Ferreira Added an order by clause to the query for consistent order of results Nov2019
2020-02-28 Pedro Ferreira Approved output
2020-02-27 Sjoerd Mullender No magic numbers: use strings to set logging levels/components/etc.
2020-02-27 Niels Nes make sure we use semantics for X is NULL optimizations as well
2020-02-27 Pedro Ferreira Handle schemas at rel_psm scoping
2020-02-27 Panagiotis Koutsourakis Update manual pages
2020-02-27 Sjoerd Mullender No static variables in include files.
2020-02-27 Sjoerd Mullender Converted all remaining XXXDEBUG prints to TRC_DEBUG; single component for GDK.
2020-02-27 Sjoerd Mullender Layout + some minor changes.
2020-02-27 Pedro Ferreira When setting a single variable and the cardinality is higher than AGGR, call 'zero_or_one' to attempt to set a possible single result
2020-02-27 Pedro Ferreira Use 'qname_schema_object' to reference an object under a schema from the parser scoping
2020-02-27 Pedro Ferreira Adapted SQL parser to bind variables into schemas. scoping