log

age author description
Fri, 29 Apr 2022 17:12:28 +0200 Pedro Ferreira Another missing digits propagation issue subqueryfun
Fri, 29 Apr 2022 14:49:03 +0200 svetlin remove wlc user option userprofile
Fri, 29 Apr 2022 14:02:38 +0200 svetlin add test userprofile
Fri, 29 Apr 2022 14:02:18 +0200 svetlin fix assert on value in test userprofile
Fri, 29 Apr 2022 11:37:56 +0200 svetlin set default user role in the session userprofile
Fri, 29 Apr 2022 11:19:27 +0200 Pedro Ferreira Don't be that restrictive on the existence of null values properties
Fri, 29 Apr 2022 10:49:46 +0200 Pedro Ferreira Run join order optimizer at every loop at the moment. Fixes small performance degradation at tpch q18 properties
Thu, 28 Apr 2022 17:21:30 +0200 Pedro Ferreira Merged with default properties
Thu, 28 Apr 2022 17:20:59 +0200 Pedro Ferreira Merged with default subqueryfun
Thu, 28 Apr 2022 17:02:27 +0200 Pedro Ferreira Disable optimizer pattern
Thu, 28 Apr 2022 16:49:58 +0200 Pedro Ferreira Disabled volcano pipeline due to known issues
Thu, 28 Apr 2022 14:46:44 +0200 Pedro Ferreira Approved output
Thu, 28 Apr 2022 14:43:39 +0200 svetlin extend db_user_info with default_role userprofile
Thu, 28 Apr 2022 14:42:22 +0200 svetlin extend create user syntax userprofile
Thu, 28 Apr 2022 14:39:16 +0200 svetlin extend create user syntax userprofile
Thu, 28 Apr 2022 14:18:27 +0200 Pedro Ferreira Make sure storage is initialized when fetching properties. Don't look at views. properties
Thu, 28 Apr 2022 13:19:27 +0200 Pedro Ferreira Merged with default properties
Thu, 28 Apr 2022 13:14:45 +0200 Pedro Ferreira Make sure storage is initialized, when setting min/max. Don't look at view bats
Thu, 28 Apr 2022 11:16:25 +0200 Pedro Ferreira Only load rdonly bat when there are updates to merge
Thu, 28 Apr 2022 10:20:42 +0300 Panagiotis Koutsourakis Fix comment
Thu, 28 Apr 2022 10:13:56 +0300 Panagiotis Koutsourakis Merge with default strimps_update
Thu, 28 Apr 2022 10:12:37 +0300 Panagiotis Koutsourakis Fix strimps tests strimps_update
Fri, 22 Apr 2022 18:19:11 +0300 Panagiotis Koutsourakis Initial implementation strimps_update
Wed, 20 Apr 2022 09:27:02 +0300 Panagiotis Koutsourakis Open branch strimps_update
Wed, 27 Apr 2022 15:33:12 +0200 Aris Koning first working draft of logger_read_transaction with multi-offsets. pax-log
Wed, 27 Apr 2022 12:34:56 +0200 Aris Koning Use offset = -1 to indicate this bat was logged in parts. pax-log
Wed, 27 Apr 2022 12:29:11 +0200 Aris Koning Introduce start and end messages for logging appends/deletes. pax-log
Wed, 27 Apr 2022 16:13:17 +0200 Aris Koning Use 'log_' prefix consistently in GDK log api.
Wed, 27 Apr 2022 08:10:29 +0200 Aris Koning Deduplicate code a bit.
Wed, 27 Apr 2022 07:56:42 +0200 Aris Koning Simplify function signature.
Tue, 26 Apr 2022 17:14:14 +0200 Pedro Ferreira Better solution. Run remote/replica rewriters before statistics properties
Tue, 26 Apr 2022 17:01:09 +0200 Pedro Ferreira Propagate relation counts on remote/replica table rewrites properties
Tue, 26 Apr 2022 16:52:51 +0200 Pedro Ferreira Merged with default properties
Tue, 26 Apr 2022 16:48:05 +0200 Pedro Ferreira Merged with Jan2022
Tue, 26 Apr 2022 16:44:32 +0200 Pedro Ferreira Don't push up selections on non-outer sides Jan2022
Tue, 26 Apr 2022 15:51:43 +0200 Aris Koning Introduce segmented internal_log_bat pax-log
Mon, 25 Apr 2022 14:39:45 +0200 Aris Koning New branch pax-log. pax-log
Tue, 26 Apr 2022 15:43:22 +0200 Aris Koning Remove dead code.
Tue, 26 Apr 2022 15:21:04 +0200 Pedro Ferreira Merged with default properties
Tue, 26 Apr 2022 15:07:09 +0200 Pedro Ferreira For a grouping column, compute number of possible groups/rows using (max-min+1) for numeric types. Then compute the result with MIN((max-min+1),nuniques) properties
Tue, 26 Apr 2022 14:04:43 +0200 svetlin fix default values userprofile
Tue, 26 Apr 2022 11:26:53 +0200 svetlin fix post merge issues userprofile
Tue, 26 Apr 2022 11:01:24 +0200 Pedro Ferreira Extract variable from macro histograms
Tue, 26 Apr 2022 10:49:50 +0200 Sjoerd Mullender Updated some comments. Jan2022
Tue, 26 Apr 2022 10:29:54 +0200 Sjoerd Mullender Minor changes to get condition variables to compile on Windows.
Tue, 26 Apr 2022 10:12:05 +0200 Pedro Ferreira Use right type to print histogram histograms
Mon, 25 Apr 2022 17:17:50 +0200 Joeri van Ruth Add tests for the condition variables
Mon, 25 Apr 2022 14:59:03 +0200 Joeri van Ruth Add condition variables to gdk_system
Tue, 26 Apr 2022 09:44:00 +0200 Niels Nes reenable test on windows
Tue, 26 Apr 2022 09:24:13 +0200 Pedro Ferreira Merged with default histograms
Mon, 25 Apr 2022 17:31:40 +0200 Pedro Ferreira Check column expressions only properties
Mon, 25 Apr 2022 16:28:14 +0200 Pedro Ferreira My mistake, use right relations properties
Mon, 25 Apr 2022 16:21:06 +0200 Pedro Ferreira If the right side of an intersection is empty, the result is empty. Also attempt to propagate counts at joins if one of the sides is unknown properties
Mon, 25 Apr 2022 15:23:31 +0200 Pedro Ferreira Tunning grouping estimates properties
Mon, 25 Apr 2022 14:37:29 +0200 Pedro Ferreira Merged with default properties
Mon, 25 Apr 2022 14:34:23 +0200 Pedro Ferreira Merged with Jan2022
Mon, 25 Apr 2022 14:33:20 +0200 Pedro Ferreira Propagate more statistics for global aggregates. Forgot to propagate NOT NULL flag on lists of values properties
Mon, 25 Apr 2022 14:13:45 +0200 svetlin merge with default userprofile
Mon, 25 Apr 2022 14:21:51 +0200 Sjoerd Mullender Merge with Oct2020 branch. Jul2021
Mon, 25 Apr 2022 14:17:58 +0200 Sjoerd Mullender Merge with Jun2020 branch. Oct2020