log

age author description
2020-10-28 Pedro Ferreira Merged with default window-tunning
2020-10-28 Pedro Ferreira Merged with Oct2020
2020-10-28 Pedro Ferreira Backport window-tunning fixes into Oct2020 Oct2020
2020-10-28 Pedro Ferreira By forcing coercion on the boundary types, it fixed a broken query. Time to backport into Oct2020 window-tunning
2020-10-28 Pedro Ferreira For a more strict SQL compliance, the range frame will be available to numeric types only. Added shortcut in the range bounds for 'current row' case, ie peer rows window-tunning
2020-10-28 Sjoerd Mullender Code deduplication: use BATprint instead of BATprintcolumns. Oct2020
2020-10-28 Pedro Ferreira Clean window functions without frames for less complexity window-tunning
2020-10-28 Joeri van Ruth Don't touch the indices (yet) copybinary
2020-10-28 Joeri van Ruth Try to make it a separate optimizer copybinary
2020-10-28 Pedro Ferreira Pass default values when some arguments are not needed. This cleans up the MAL signatures and window function optimizers window-tunning
2020-10-28 Niels Nes protect access of the deleted table against heap-extends unlock
2020-10-27 Niels Nes fixes for f33 Oct2020
2020-10-27 Pedro Ferreira Arguments missing window-tunning
2020-10-27 Pedro Ferreira Merged with default window-tunning
2020-10-27 Pedro Ferreira Approved output window-tunning
2020-10-27 Pedro Ferreira Handle changes in window functions in the SQL layer by adding/updating partition expression while unnesting under subqueries. This also unnests window functions with more than 1 argument correctly. window-tunning
2020-10-27 Sjoerd Mullender Merge with Oct2020 branch.
2020-10-27 Sjoerd Mullender Give access to server output in single server directories and highlight errors. Oct2020
2020-10-27 Pedro Ferreira Test for function existance before adding frame parameters window-tunning
2020-10-27 Joeri van Ruth Try to pull the sql.append_prep statement to the beginning of the block copybinary
2020-10-27 Joeri van Ruth fixup memory fixes copybinary
2020-10-27 Joeri van Ruth Fix memory corruption copybinary
2020-10-27 Pedro Ferreira Don't create too many labels window-tunning
2020-10-27 Pedro Ferreira A copy is still needed, leave for the optimizer to remove duplicate call window-tunning
2020-10-27 Sjoerd Mullender Remove MAL debugger test: no debugger in release builds. Oct2020
2020-10-27 Pedro Ferreira Hack to make window functions work on remote plans, remove up to 4 added parameters window-tunning
2020-10-27 Pedro Ferreira Do less copying window-tunning
2020-10-27 Sjoerd Mullender Fix slicing of complex candidates. unlock
2020-10-27 Sjoerd Mullender Correctly print "complex" candidates. unlock
2020-10-27 Sjoerd Mullender Use the correct type. unlock
2020-10-27 Sjoerd Mullender Use correct comparison so as to not look beyond buffer. unlock
2020-10-27 Niels Nes also handle triggers on truncate properly unlock
2020-10-27 Pedro Ferreira Look for alignments on inputs window-tunning
2020-10-27 Pedro Ferreira Updated group_concat window function and some other minor fixes. Now every window function has been updated to support the global cases. Now into the next optimizations window-tunning
2020-10-27 Sjoerd Mullender The ODBC driver module is installed in a different place by cmake. Oct2020
2020-10-27 Niels Nes pas the deleted rows to the trigger stack. We cannot access those unlock
2020-10-26 Niels Nes we don't have selects on inserts anymore unlock
2020-10-26 Joeri van Ruth Try to get the sql.append_exec's to run in parallel copybinary
2020-10-26 Joeri van Ruth Let sql.append_prep handle multiple columns at once copybinary
2020-10-26 Joeri van Ruth Split sql.append into sql.append_prep and sql.append_exec copybinary
2020-10-23 Joeri van Ruth WIP copybinary
2020-10-23 Joeri van Ruth Rewrite sql.append to sql.append_bat copybinary
2020-10-23 Joeri van Ruth Mistake: append_col_exec returns an int. copybinary
2020-10-22 Joeri van Ruth Expose store funcs append_col_{prep,exec} copybinary
2020-10-26 Pedro Ferreira Removed obsolete error messages and duplciated code window-tunning
2020-10-26 Pedro Ferreira Updated covariance and correlation window-tunning
2020-10-26 Niels Nes make sure we skip the indices without storage properly unlock
2020-10-26 Niels Nes approve output unlock
2020-10-26 Niels Nes more leak fixing unlock
2020-10-26 Pedro Ferreira Updated stdev and variance window functions window-tunning
2020-10-26 Niels Nes merged unlock
2020-10-26 Sjoerd Mullender The ODBC libraries are modules. Oct2020
2020-10-26 Niels Nes merged
2020-10-26 Niels Nes merged Oct2020
2020-10-26 Niels Nes removed old code Jun2020
2020-10-26 Sjoerd Mullender Merge with Jun2020 branch. Oct2020
2020-10-26 Niels Nes merged Jun2020
2020-10-26 Niels Nes cleanup old delta/dbat structures earlier Jun2020
2020-10-26 Pedro Ferreira Bug 6997 has been fixed on this branch window-tunning
2020-10-26 Pedro Ferreira Look for invalid bounds window-tunning