log

age author description
Thu, 15 Oct 2020 10:51:27 +0200 Sjoerd Mullender Closing branch. unlock-cands
Thu, 15 Oct 2020 10:50:54 +0200 Sjoerd Mullender Merge unlock-cands branch into unlock. unlock
Thu, 15 Oct 2020 10:42:09 +0200 Pedro Ferreira Doing progress, but gdk call for mul(int,lng)->int is still missing :( octbugs
Thu, 15 Oct 2020 09:39:28 +0200 Pedro Ferreira Breakfast bugs time :( octbugs
Thu, 15 Oct 2020 09:30:38 +0200 Sjoerd Mullender When ODBC is found, tell Mtest.py about it. Oct2020
Thu, 15 Oct 2020 09:17:11 +0200 Pedro Ferreira find_table_function only deals with table returning and loader functions octbugs
Thu, 15 Oct 2020 09:14:22 +0200 Pedro Ferreira Can't use aliases on the same projection at the moment. Use an intermediate projection octbugs
Wed, 14 Oct 2020 17:30:59 +0200 svetlin notes mtest
Wed, 14 Oct 2020 17:29:19 +0200 svetlin merge mtest
Wed, 14 Oct 2020 17:27:49 +0200 svetlin ssbm mtest
Wed, 14 Oct 2020 16:55:41 +0200 Joeri van Ruth Remove the old implementation copybinary
Wed, 14 Oct 2020 13:12:18 +0200 Joeri van Ruth Finish byte swapping COPY BINARY input copybinary
Wed, 14 Oct 2020 11:36:25 +0200 Joeri van Ruth Pass row count to load_column copybinary
Wed, 14 Oct 2020 11:04:18 +0200 Joeri van Ruth Support loading a subset of the columns again copybinary
Wed, 14 Oct 2020 10:19:22 +0200 Joeri van Ruth Use getBatType to get tail type of bat var copybinary
Wed, 14 Oct 2020 09:47:30 +0200 Joeri van Ruth Remove printf debugging copybinary
Tue, 13 Oct 2020 11:08:22 +0200 Joeri van Ruth Introduced a silly bug copybinary
Tue, 13 Oct 2020 10:36:23 +0200 Joeri van Ruth Mark importColumn to be safe to run in parallel copybinary
Tue, 13 Oct 2020 10:33:39 +0200 Joeri van Ruth Introduce importColumnRef in the opt_prelude copybinary
Tue, 13 Oct 2020 09:46:53 +0200 Joeri van Ruth Rephrase optimer code copybinary
Wed, 14 Oct 2020 16:14:49 +0200 Pedro Ferreira Don't pass expression pointers, it will mess up everything. Use exp_ref instead octbugs
Wed, 14 Oct 2020 15:49:41 +0200 Niels Nes merged mtest
Wed, 14 Oct 2020 15:48:15 +0200 Niels Nes converted another directory mtest
Wed, 14 Oct 2020 15:25:43 +0200 svetlin merge default mtest
Wed, 14 Oct 2020 15:21:17 +0200 svetlin benchmark viam mtest
Wed, 14 Oct 2020 15:15:42 +0200 Pedro Ferreira SQLancer crash on update query. It seems to be from rel_split_project optimizer octbugs
Wed, 14 Oct 2020 15:15:35 +0200 Sjoerd Mullender Reduce number of BATextend calls during join by making larger strides. Oct2020
Wed, 14 Oct 2020 14:36:19 +0200 Pedro Ferreira Approved output octbugs
Wed, 14 Oct 2020 14:32:18 +0200 Sjoerd Mullender Merge with Oct2020 branch. octbugs
Wed, 14 Oct 2020 14:31:45 +0200 Sjoerd Mullender Fix property. Oct2020
Wed, 14 Oct 2020 14:06:59 +0200 svetlin merge upstream mtest mtest
Wed, 14 Oct 2020 13:54:27 +0200 svetlin tpch locked mtest
Wed, 14 Oct 2020 13:49:43 +0200 Pedro Ferreira SQLancer assertion error at ALGleftjoin. Not sure where the culprit is. Moved crashing tests into sqlancer09 octbugs
Wed, 14 Oct 2020 13:12:54 +0200 Niels Nes document converted directories mtest
Wed, 14 Oct 2020 13:10:10 +0200 Pedro Ferreira Clean table returning function case as well octbugs
Wed, 14 Oct 2020 12:20:10 +0200 Pedro Ferreira When binding a n-argument function trivially, check arguments types as well. octbugs
Wed, 14 Oct 2020 11:07:52 +0200 Pedro Ferreira Forgot to approve error message octbugs
Wed, 14 Oct 2020 10:41:28 +0200 Niels Nes converted one more directory mtest
Wed, 14 Oct 2020 10:39:17 +0200 Pedro Ferreira Let's be good programmers and test for array bounds access octbugs
Wed, 14 Oct 2020 10:28:21 +0200 Niels Nes fix problem when mal print a single value mtest
Wed, 14 Oct 2020 10:28:00 +0200 Niels Nes fixed problem with single value printed results mtest
Wed, 14 Oct 2020 09:12:29 +0200 Pedro Ferreira Starting the day with a breakfast crash octbugs
Tue, 13 Oct 2020 23:35:55 +0200 Niels Nes small test fix mtest
Tue, 13 Oct 2020 21:29:26 +0200 Niels Nes added functionality to sqllogic test (and friend) to handle mal. .maltest files are now run through the sqllogic setup. mtest
Tue, 13 Oct 2020 19:29:25 +0200 Pedro Ferreira Making SQLancer happy. Swap input parameters for comparison if it is the case in projections (as it happens in selections). With this, rel_convert_types will output the same type for both in case they have different input parameters octbugs
Tue, 13 Oct 2020 17:53:02 +0200 svetlin notes mtest
Tue, 13 Oct 2020 17:51:24 +0200 svetlin convert tpcds into single sqllogic test mtest
Tue, 13 Oct 2020 17:34:48 +0200 Pedro Ferreira Making SQLancer happy. Look for null values when trying to simplify a like select octbugs
Tue, 13 Oct 2020 16:40:15 +0200 Sjoerd Mullender Close and destroy stream. Oct2020
Tue, 13 Oct 2020 16:29:27 +0200 svetlin update notes mtest
Tue, 13 Oct 2020 16:19:46 +0200 Pedro Ferreira Making SQLancer happy. Make sure input for mirror function is a column octbugs
Tue, 13 Oct 2020 16:16:47 +0200 svetlin tpch default all in one test mtest
Tue, 13 Oct 2020 15:28:18 +0200 Pedro Ferreira Same for intersection :( octbugs
Tue, 13 Oct 2020 15:26:25 +0200 Pedro Ferreira New bug, exception not working with null values on the multi column case :( octbugs
Tue, 13 Oct 2020 15:23:37 +0200 Pedro Ferreira Cleanup further octbugs
Tue, 13 Oct 2020 15:13:25 +0200 Pedro Ferreira Use join + except to handle merge statements, so it handles NULL values correctly. Also fixed SQLancer issue. octbugs
Tue, 13 Oct 2020 14:36:51 +0200 Joeri van Ruth Simplify error message when snapshot cannot be created octbugs
Tue, 13 Oct 2020 14:23:03 +0200 Joeri van Ruth Make sure stream error is set when compressed stream fails octbugs
Tue, 13 Oct 2020 13:44:44 +0200 Joeri van Ruth Close stream with close_stream, not destroy_stream octbugs
Tue, 13 Oct 2020 12:44:54 +0200 Sjoerd Mullender Merge with octbugs branch, not changing any files..