log

age author description
2018-12-28 Aris Koning Tried to be smart and do two joins instead of a single join with with cl. delete_in_vlist
2018-12-28 Aris Koning Remove the candidate list from join and try out an intersect afterwards. delete_in_vlist
2018-12-28 Aris Koning Add some TODO's. delete_in_vlist
2019-01-01 Pedro Ferreira Add order by expressions to just created group by relation re-write.
2019-01-01 Pedro Ferreira Compilation fix and approve test output.
2018-12-31 Pedro Ferreira Fix for order by with aggregations within the window definition.
2018-12-31 Pedro Ferreira Approved test output.
2018-12-31 Niels Nes fixed also the select rank() over (partition by sum(col1)) from t1;
2018-12-31 Pedro Ferreira Approved test output.
2018-12-30 Niels Nes added support for multiple window functions with group by/aggregates
2018-12-29 Niels Nes make sure we handle aggregates in partition by statements
2018-12-27 Pedro Ferreira Another update to documentation.
2018-12-27 Pedro Ferreira Update documentation.
2018-12-21 Sjoerd Mullender Approved 32-bit output. Aug2018
2018-12-21 Sjoerd Mullender Merge with Aug2018 branch.
2018-12-21 Sjoerd Mullender Upgrade code for changeset 23e1231ada99. Aug2018
2018-12-21 Sjoerd Mullender Merge with Aug2018 branch.
2018-12-21 Sjoerd Mullender COPY INTO ... FROM STDIN stops at empty line if no RECORDS count specified. Aug2018
2018-12-21 Sjoerd Mullender Use bool. Aug2018
2018-12-20 Martin van Dinther Correct SQLSTATE(42000) code for failed triggers to SQLSTATE(27000) and for Fkey constraint violation to SQLSTATE(23000).
2018-12-20 Pedro Ferreira Allow WITH clauses on insert, update, delete and merge statements.
2018-12-20 Pedro Ferreira Closing groupby-expressions branch after merge into default groupby-expressions
2018-12-20 Pedro Ferreira Better example.
2018-12-20 Pedro Ferreira Updated Changelog.
2018-12-20 Pedro Ferreira Merged groupby-expressions branch into default.
2018-12-20 Sjoerd Mullender Merge with Aug2018 branch.
2018-12-20 Sjoerd Mullender Use splitmix64 generator to transform the seed into a PRNG state.
2018-12-20 Sjoerd Mullender Use xoshiro256starstar.h for generating pseudo random numbers.
2018-12-20 Sjoerd Mullender Use a global pseudo random number state for BATsample.
2018-12-19 Niels Nes approve output Aug2018
2018-12-19 Niels Nes fix problem with single value selects Aug2018
2018-12-19 Niels Nes fixes for bug 6645, ie make sure we call uuid per row (do not reduce Aug2018
2018-12-19 Lefteris Sidirourgos make sure that we do not delete a vheap that is shared viewless
2018-12-18 Pedro Ferreira Generate and execute the exception relation first before the update, for faster execution in wrong cases.
2018-12-18 Pedro Ferreira Missing error codes. Aug2018
2018-12-17 Pedro Ferreira Updated ChangeLog.
2018-12-17 Pedro Ferreira Closing merge-statements branch after merge into default merge-statements
2018-12-17 Pedro Ferreira According to the SQL standard, if a row in the target table matches more than one source row, an exception must be thrown. To implement this restriction, we generate a group by relation (like in distinct case) around the update/delete, then generate an exception relation around it.
2018-12-17 Sjoerd Mullender Merge with Aug2018 branch.
2018-12-17 Sjoerd Mullender Repeat of changeset a196a8002c2f which got lost by careless merge. Aug2018
2018-12-17 Pedro Ferreira Merged merge-statements into default.
2018-12-14 Pedro Ferreira Testing aggregations with distinct values. groupby-expressions
2018-12-14 Pedro Ferreira Update documentation. groupby-expressions
2018-12-14 Sjoerd Mullender Merge with Aug2018 branch.
2018-12-14 Pedro Ferreira For now, we won't support aggregation functions in partition by clause. groupby-expressions
2018-12-14 Sjoerd Mullender Typo. Aug2018
2018-12-14 Sjoerd Mullender If no bzip2, reset bzip2_LIBS to empty. Aug2018
2018-12-14 Pedro Ferreira Merge with default branch. groupby-expressions
2018-12-14 Pedro Ferreira Defensive lines in sql_gencode. If the type of a SQL variable could not be not determined in a prepare statement, throw an error.
2018-12-14 Sjoerd Mullender Updated upgrade code so that emptydb/check tests produce fewer diffs.
2018-12-13 Pedro Ferreira Missing macro. groupby-expressions
2018-12-13 Martin van Dinther Extended SQL upgrade program for SQL changes made in script 75_storagemodel.sql
2018-12-13 Pedro Ferreira Approve output. groupby-expressions
2018-12-13 Pedro Ferreira Merge with default branch. groupby-expressions
2018-12-13 Pedro Ferreira Merge with default branch. merge-statements
2018-12-13 Pedro Ferreira Merge with Aug2018 branch.
2018-12-13 Pedro Ferreira Introducing SQL_IDENT token to distinguish arguments from column references. This allows a more fined grained symbol comparison. groupby-expressions
2018-12-13 Pedro Ferreira Check for long recursive calls. Aug2018
2018-12-13 Sjoerd Mullender Check for stack space. Aug2018
2018-12-13 Sjoerd Mullender More tokens.