log

age author description
12 months ago Niels Nes fixed compilation after merge new-avg
12 months ago Niels Nes merged with default new-avg
12 months ago Lucas Pereira Delete value if not used
12 months ago Sjoerd Mullender Specify alignment requirement for atomic unsigned long long explicitly. Dec2023
12 months ago Sjoerd Mullender Merge with Dec2023 branch.
12 months ago Sjoerd Mullender Revert summary printing for testweb. Dec2023
12 months ago Lucas Pereira Destroy empty list before reusing var
12 months ago Lucas Pereira Create the proper view to block the next alter schema stmt
12 months ago Sjoerd Mullender Dec2023-SP2 was released. Dec2023
12 months ago Yunus Koning merge with default check
12 months ago Yunus Koning implement CHECK constraint for updates. check
12 months ago Yunus Koning refactoring check
12 months ago Yunus Koning merge with default check
12 months ago Yunus Koning column CHECK condition on insert check
12 months ago Niels Nes create new branch for resource_management improvements resource_management
12 months ago Niels Nes on missing value continue
12 months ago Niels Nes small code layout change
12 months ago Niels Nes some more simplified versions too test
12 months ago Niels Nes fix output after merged fixes
12 months ago Niels Nes merged with dec2023
12 months ago Niels Nes in group_merge_exps create proper referencing expressions in the projection Dec2023
12 months ago Niels Nes correct test output Dec2023
12 months ago Niels Nes bind variables after push_up_table. Dec2023
12 months ago Niels Nes Don't do group by expression matching when the group by expression has freevars. Dec2023
12 months ago Niels Nes handle aggregates with variable number of arguments, fixes bug #7422 Dec2023
12 months ago Niels Nes merged Dec2023
12 months ago Niels Nes add missing set_selfref fixes bug #7496 Dec2023
12 months ago stefanos mavros Adapts test: auto expression naming and projection merged balanced_union
12 months ago stefanos mavros Extends searching of op_union in the rel tree with op_munion balanced_union
12 months ago stefanos mavros Fixes behavior of project_push_down optimizer balanced_union
12 months ago stefanos mavros Adds support for UNION CORRESPONDING in munion op balanced_union
12 months ago Sjoerd Mullender Merge with Dec2023 branch.
12 months ago Sjoerd Mullender And another thinko, now in skipif handling. Dec2023
12 months ago Sjoerd Mullender Add some more on-the-edge generator tests.
12 months ago Sjoerd Mullender Merge with Dec2023 branch.
12 months ago Sjoerd Mullender Thinko in onlyif handling. Dec2023
12 months ago Sjoerd Mullender Overflow checking is complicated, especially if multiple types are involved.
12 months ago Martin van Dinther When running 'Mtest.py -v' also print summary and time information at the end (as done when running 'Mtest.py') Dec2023
12 months ago Martin van Dinther Extend columns.test with query that produced an error on an older version of the information_schema.columns view (ref GH 7496) Dec2023
12 months ago Martin van Dinther Add test for GH issue #7496 Dec2023
12 months ago stefanos mavros Merges with default balanced_union
12 months ago Martin van Dinther Stabalize output of test of executing a TRACE statement via ODBC. The WVARCHAR length of the "statement" column changes (from 249 to 248 or 251 or 258) for 3 platforms. This shows as errors on testweb. We now suppress this specific length value.
12 months ago stefanos mavros Changes the table values of the union corresponding test
12 months ago Lucas Pereira Close sch_rename_more_permissive branch sch_rename_more_permissive
12 months ago Lucas Pereira Merge with sch_rename_more_permissive branch
12 months ago Lucas Pereira Improve ChangeLog entry sch_rename_more_permissive
12 months ago Lucas Pereira Typo sch_rename_more_permissive
12 months ago Lucas Pereira Merge with default sch_rename_more_permissive
12 months ago Lucas Pereira Add ChangeLog entry sch_rename_more_permissive
12 months ago stefanos mavros Adds more tests for union corresponding (OUTER and ALL variations)
12 months ago Niels Nes return null and cleanup instead of asserts
12 months ago Niels Nes no more TYPE_bat
12 months ago Niels Nes code formating
12 months ago Joeri van Ruth tmp buffer was moved to outer scope, move comment with it
12 months ago Sjoerd Mullender Approve non-hge optional bat changes.
12 months ago Sjoerd Mullender Get the scope right: cannot use variable that was declared inside a scope that we've left.
12 months ago Sjoerd Mullender Cleanup: remove some unused functions, turned some others into static. Dec2023
12 months ago Lucas Pereira Add test for not allowed schema rename situation sch_rename_more_permissive
12 months ago Lucas Pereira Use the same pointer if content is the same sch_rename_more_permissive
12 months ago Sjoerd Mullender Combine BBPsync phase 1 and phase 2 into a single phase.