log

age author description
2022-04-19 Sjoerd Mullender Use the initfunc arg of mal_module2 instead of the MAL prelude func.
2022-04-19 Pedro Ferreira Merged with default properties
2022-04-19 Pedro Ferreira Use right pointer
2022-04-19 Pedro Ferreira Another missing corner case. Look for NULL value input for thetaselect
2022-04-19 Sjoerd Mullender Give threads more time to do their thing. Jan2022
2022-04-19 Pedro Ferreira Memory leak fix
2022-04-15 Pedro Ferreira Also don't forget for the <> case
2022-04-15 Pedro Ferreira For > and < thetaselects on dictionary values, don't forget to filter null values out
2022-04-15 Sjoerd Mullender Fix some data races.
2022-04-15 Sjoerd Mullender Removed useless include file.
2022-04-15 Pedro Ferreira Merged with Jan2022
2022-04-15 Pedro Ferreira Added concurrent test Jan2022
2022-04-15 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
2022-04-15 Pedro Ferreira Merged with Jan2022
2022-04-15 Pedro Ferreira Merged with Jul2021 Jan2022
2022-04-15 Pedro Ferreira Be more restrict, the idx must be there while dupping Jul2021
2022-04-15 Pedro Ferreira Retrieve idx from the right set. It fixes the temp tables crash Jul2021
2022-04-15 Sjoerd Mullender Properly upgrade for UNLOGGED TABLEs.
2022-04-15 Pedro Ferreira Added test Jul2021
2022-04-15 Pedro Ferreira Global temp tables heap use after free with idxs Jul2021
2022-04-15 Sjoerd Mullender Ask the server which keywords it knows (from sys.keywords).
2022-04-15 Pedro Ferreira Flag changes
2022-04-15 Sjoerd Mullender Merged with Jan2022 branch.
2022-04-15 Sjoerd Mullender No _mul128 intrinsic in Intel compiler. Jan2022
2022-04-15 Sjoerd Mullender Error message depends on version of bison. Jan2022
2022-04-15 Pedro Ferreira Missed plan keyword
2022-04-14 Martin van Dinther LOCKED is no reserved keyword.
2022-04-14 Sjoerd Mullender Do not look beyond what the user typed.
2022-04-14 Sjoerd Mullender Use 128 bit multiplication if available, even if without hge type.
2022-04-14 Niels Nes only drop view or table not drop grobel temp table etc.
2022-04-14 Pedro Ferreira First iteration of sum(x + 12) into sum(x) + 12*count(*) optimization. Tomorrow I will tune it further
2022-04-14 Pedro Ferreira Merged with Jan2022
2022-04-14 Martin van Dinther Correct mhelp: COPY INTO option [LOCKED] is also not supported. Jan2022
2022-04-14 Sjoerd Mullender Changelog blurb. Jan2022
2022-04-14 Martin van Dinther Also update mhelp after removing [no] constraint from copy into Jan2022
2022-04-14 Niels Nes merged with default
2022-04-14 Niels Nes removed [no] constraint from copy into (also the binary case) Jan2022
2022-04-14 Sjoerd Mullender When we encounter zero values in the WAL, we got to the end, so skip the rest. Jun2020
2022-04-14 Sjoerd Mullender Add explicit versioned dependencies. Jan2022
2022-04-14 Aris Koning Merge with unlogged.
2022-04-14 Aris Koning Add tests for UNLOGGED TABLE. unlogged
2022-04-14 Sjoerd Mullender Merge with Jul2021 branch. Jan2022
2022-04-14 Sjoerd Mullender Merge with Oct2020 branch. Jul2021
2022-04-14 Aris Koning Do not allow foreign key relations between unlogged and logged tables. unlogged
2022-04-14 Sjoerd Mullender Merge with Jun2020 branch. Oct2020
2022-04-14 Sjoerd Mullender Merge with Nov2019 branch. Jun2020
2022-02-17 Sjoerd Mullender Make a copy of any view we encounter in the result set. Nov2019
2022-04-14 Pedro Ferreira _mul128 is only available on x64 architecture Jan2022
2022-04-13 Aris Koning Merge with default. unlogged
2022-04-13 Aris Koning Merge with default. unlogged
2022-04-13 Aris Koning Very small fix. unlogged
2022-04-13 Aris Koning Make sure unloggedTable initialized correctly after restart. unlogged
2022-04-13 Aris Koning Allow with data creation of unlogged tables. unlogged
2022-04-13 Pedro Ferreira Merged with Jan2022
2022-04-13 Pedro Ferreira Disable foreign keys between temp and non temp tables. Fixes crash Jan2022
2022-04-13 Pedro Ferreira Merged with default properties
2022-04-13 Sjoerd Mullender Approve upgrade.
2022-04-13 Pedro Ferreira Added group by x+1,(y-2)*3,2-z into group by x,y,z optimization
2022-04-13 Martin van Dinther Update the upgrade program, part of fix 7282
2022-04-13 Sjoerd Mullender Merge with Oct2020 branch. Jul2021