log

age author description
2021-11-09 Pedro Ferreira Closed sqlfuncfix branch after merge into default sqlfuncfix
2021-11-09 Pedro Ferreira Merged sqlfuncfix into default
2021-11-09 Pedro Ferreira Merged with default sqlfuncfix
2021-11-09 Pedro Ferreira Another corner case I forgot, projections with ordering
2021-11-08 Niels Nes make sure we push dict's through mirror.. dict
2021-11-08 Aris Koning Add MAL signatures. sequences_7184
2021-11-08 Aris Koning rows determine everything. sequences_7184
2021-01-19 Aris Koning Merge with nospare. nospare-aris
2021-01-18 Aris Koning Ungoing work. nospare-aris
2021-01-18 Aris Koning Merge with nospare. nospare-aris
2021-01-18 Aris Koning ungoing work nospare-aris
2021-11-08 Pedro Ferreira If hash lookup succeeds, return select statement pushcands
2021-11-08 Pedro Ferreira Project constant on inner relation candidate list pushcands
2021-11-08 Pedro Ferreira Because key constraints generate indexes, they cannot contain just digits on the name as well. Small cleanup
2021-11-08 Panagiotis Koutsourakis Merge upstream
2021-11-08 Panagiotis Koutsourakis Fix optimizer pipes and test
2021-11-08 Pedro Ferreira Indexes cannot contain just digit characters on the name, otherwise they can be mistaken with labels
2021-11-08 Pedro Ferreira Disallow ANY type as a column type (causes issues in the storage)
2021-11-08 Pedro Ferreira Merged with default pushcands
2021-11-08 Sjoerd Mullender Merge with Jul2021 branch.
2021-11-08 Sjoerd Mullender Fixed group handling in grouped min and max aggregates. Jul2021
2021-11-08 Pedro Ferreira Merged with default pushcands
2021-11-08 Pedro Ferreira Backported test from pushcands to default, so merges become easier
2021-11-07 Panagiotis Koutsourakis Merge with default string_imprints
2021-11-05 Panagiotis Koutsourakis For now only use strimps for like queries string_imprints
2021-11-05 Panagiotis Koutsourakis Change signature for STRMPfilter string_imprints
2021-11-05 Aris Koning And more progress... sequences_7184
2021-11-05 Pedro Ferreira Merged with default pushcands
2021-11-05 Pedro Ferreira Merged with default sqlfuncfix
2021-11-05 Pedro Ferreira Don't leak bats array
2021-11-05 Pedro Ferreira Merge conflict leftover sqlfuncfix
2021-11-05 Pedro Ferreira Merged with default sqlfuncfix
2021-11-05 Niels Nes make sure we use dict over larger base types dict
2021-11-05 Pedro Ferreira Queries with wrong results. Enough bugs for now
2021-11-05 Sjoerd Mullender Removed upgrade code for Apr2019 releases.
2021-11-05 Sjoerd Mullender Approve upgrade: drop systemfunctions.
2021-11-05 Pedro Ferreira Workaround for failing server restart tests. Check for existence of a schema instead of a trigger
2021-11-05 Pedro Ferreira A more defensive line
2021-11-05 Aris Koning More progress/fixes. sequences_7184
2021-11-05 Aris Koning Recover nobench sequences_7184
2021-11-05 Martin van Dinther Show the values instead of a hash code
2021-11-05 Martin van Dinther Fix alias name of two query result columns.
2021-11-05 Martin van Dinther Additional fixes for changes made in https://dev.monetdb.org/hg/MonetDB/rev/e74d5531b3f0
2021-11-04 Martin van Dinther Removed deprecated system view sys.systemfunctions. It was marked as deprecated from release Apr2019 (11.33.3).
2021-11-04 Sjoerd Mullender Merge with default branch. sqlfuncfix
2021-11-04 Sjoerd Mullender Merge with Jul2021 branch.
2021-11-04 Sjoerd Mullender Use strncmp instead of strcmp. sqlfuncfix
2021-11-04 Sjoerd Mullender Create new file when loading empty, memory-mapped heaps. Jul2021
2021-11-04 Pedro Ferreira Merged with default sqlfuncfix
2021-11-04 Pedro Ferreira algebra.fetch generated call on remote plans is an issue, so move it to test file with failing tests
2021-11-04 Sjoerd Mullender Also update sys.functions.side_effects attribute for sys.env() and sys.db_users(). sqlfuncfix
2021-11-04 Pedro Ferreira Set relations require the exact number of expressions with children, so add an extra projection during exists rewriter
2021-11-04 Sjoerd Mullender Update side_effects attribute for selected SQL functions. sqlfuncfix
2021-11-04 Pedro Ferreira Next subquery crash
2021-11-04 Pedro Ferreira Don't leak on error sqlfuncfix
2021-11-04 Sjoerd Mullender Approved 32 bit upgrade. sqlfuncfix
2021-11-04 Sjoerd Mullender Approve upgrade. sqlfuncfix
2021-11-04 Sjoerd Mullender Approve power8 upgrade. sqlfuncfix
2021-11-04 Sjoerd Mullender sys.version[:3] doesn't work for Python 3.10. Jul2021
2021-11-04 Panagiotis Koutsourakis Remove unused properties