log

age author description
Thu, 21 Apr 2022 10:25:27 +0200 Aris Koning Close branch. github_7273
Thu, 21 Apr 2022 10:02:06 +0200 Pedro Ferreira Uncomment crashing query subqueryfun
Thu, 21 Apr 2022 09:58:59 +0200 Pedro Ferreira Merged with default subqueryfun
Thu, 21 Apr 2022 09:30:49 +0200 Pedro Ferreira Merged with default properties
Wed, 20 Apr 2022 19:27:09 +0200 Sjoerd Mullender Merge with Jan2022 branch.
Wed, 20 Apr 2022 19:26:30 +0200 Sjoerd Mullender Set newly created upgraded bats to read-only. Jan2022
Wed, 20 Apr 2022 19:11:48 +0200 Martin van Dinther Approve output for 32bit windows
Wed, 20 Apr 2022 18:49:12 +0200 Niels Nes fix compilation if there is no xml library
Wed, 20 Apr 2022 18:25:57 +0200 Pedro Ferreira This is no longer needed
Wed, 20 Apr 2022 18:04:13 +0200 Pedro Ferreira Revert commit 614c76873351 (not correct) Also added missing expression name proppagations
Wed, 20 Apr 2022 16:31:52 +0200 Pedro Ferreira Look for overflows properties
Wed, 20 Apr 2022 15:34:22 +0200 Pedro Ferreira Merged with default properties
Wed, 20 Apr 2022 14:42:00 +0200 Pedro Ferreira Use right call to fix crash
Wed, 20 Apr 2022 13:45:55 +0200 Pedro Ferreira Merged with default properties
Wed, 20 Apr 2022 13:20:42 +0200 Pedro Ferreira Small fixes for new optimizers
Wed, 20 Apr 2022 09:58:49 +0200 Pedro Ferreira Approved output
Wed, 20 Apr 2022 09:57:54 +0200 Pedro Ferreira Missing space
Wed, 20 Apr 2022 09:57:24 +0200 Pedro Ferreira Use right call
Tue, 19 Apr 2022 17:25:50 +0200 Pedro Ferreira Another prepared statement small issue
Tue, 19 Apr 2022 17:13:18 +0200 Sjoerd Mullender Also the other XMLprelude should be adapted.
Tue, 19 Apr 2022 16:03:06 +0200 Pedro Ferreira Merged with default histograms
Tue, 19 Apr 2022 15:58:37 +0200 Sjoerd Mullender Fix some data races.
Tue, 19 Apr 2022 15:58:15 +0200 Sjoerd Mullender Use bool.
Tue, 19 Apr 2022 15:57:21 +0200 Sjoerd Mullender Use the initfunc arg of mal_module2 instead of the MAL prelude func.
Tue, 19 Apr 2022 15:40:57 +0200 Pedro Ferreira Merged with default properties
Tue, 19 Apr 2022 15:15:13 +0200 Pedro Ferreira Use right pointer
Tue, 19 Apr 2022 13:58:00 +0200 Pedro Ferreira Another missing corner case. Look for NULL value input for thetaselect
Tue, 19 Apr 2022 13:40:36 +0200 Sjoerd Mullender Give threads more time to do their thing. Jan2022
Tue, 19 Apr 2022 09:17:02 +0200 Pedro Ferreira Memory leak fix
Fri, 15 Apr 2022 16:00:44 +0200 Pedro Ferreira Also don't forget for the <> case
Fri, 15 Apr 2022 15:55:48 +0200 Pedro Ferreira For > and < thetaselects on dictionary values, don't forget to filter null values out
Fri, 15 Apr 2022 15:29:15 +0200 Sjoerd Mullender Fix some data races.
Fri, 15 Apr 2022 13:50:24 +0200 Sjoerd Mullender Removed useless include file.
Fri, 15 Apr 2022 14:42:52 +0200 Pedro Ferreira Merged with Jan2022
Fri, 15 Apr 2022 14:41:02 +0200 Pedro Ferreira Added concurrent test Jan2022
Fri, 15 Apr 2022 14:33:57 +0200 Pedro Ferreira When creating a key/index check if the counterpart name exists and throw error, because it will be ambiguous on the backend Jan2022
Fri, 15 Apr 2022 13:57:00 +0200 Pedro Ferreira Merged with Jan2022
Fri, 15 Apr 2022 13:55:35 +0200 Pedro Ferreira Merged with Jul2021 Jan2022
Fri, 15 Apr 2022 13:54:22 +0200 Pedro Ferreira Be more restrict, the idx must be there while dupping Jul2021
Fri, 15 Apr 2022 13:41:28 +0200 Pedro Ferreira Retrieve idx from the right set. It fixes the temp tables crash Jul2021
Fri, 15 Apr 2022 11:34:36 +0200 Sjoerd Mullender Properly upgrade for UNLOGGED TABLEs.
Fri, 15 Apr 2022 11:07:46 +0200 Pedro Ferreira Added test Jul2021
Fri, 15 Apr 2022 11:07:14 +0200 Pedro Ferreira Global temp tables heap use after free with idxs Jul2021
Fri, 15 Apr 2022 10:40:35 +0200 Sjoerd Mullender Ask the server which keywords it knows (from sys.keywords).
Fri, 15 Apr 2022 09:22:54 +0200 Pedro Ferreira Flag changes
Fri, 15 Apr 2022 09:21:34 +0200 Sjoerd Mullender Merged with Jan2022 branch.
Fri, 15 Apr 2022 09:19:43 +0200 Sjoerd Mullender No _mul128 intrinsic in Intel compiler. Jan2022
Fri, 15 Apr 2022 09:12:57 +0200 Sjoerd Mullender Error message depends on version of bison. Jan2022
Fri, 15 Apr 2022 09:10:21 +0200 Pedro Ferreira Missed plan keyword
Thu, 14 Apr 2022 19:23:06 +0200 Martin van Dinther LOCKED is no reserved keyword.
Thu, 14 Apr 2022 18:37:45 +0200 Sjoerd Mullender Do not look beyond what the user typed.
Thu, 14 Apr 2022 16:23:15 +0200 Sjoerd Mullender Use 128 bit multiplication if available, even if without hge type.
Thu, 14 Apr 2022 18:28:51 +0200 Niels Nes only drop view or table not drop grobel temp table etc.
Thu, 14 Apr 2022 17:38:58 +0200 Pedro Ferreira First iteration of sum(x + 12) into sum(x) + 12*count(*) optimization. Tomorrow I will tune it further
Thu, 14 Apr 2022 17:32:35 +0200 Pedro Ferreira Merged with Jan2022
Thu, 14 Apr 2022 17:02:12 +0200 Martin van Dinther Correct mhelp: COPY INTO option [LOCKED] is also not supported. Jan2022
Thu, 14 Apr 2022 16:11:57 +0200 Sjoerd Mullender Changelog blurb. Jan2022
Thu, 14 Apr 2022 16:08:38 +0200 Martin van Dinther Also update mhelp after removing [no] constraint from copy into Jan2022
Thu, 14 Apr 2022 15:34:32 +0200 Niels Nes merged with default
Thu, 14 Apr 2022 15:32:56 +0200 Niels Nes removed [no] constraint from copy into (also the binary case) Jan2022