log

age author description
Sun, 29 Aug 2021 22:17:19 +0200 martin kersten Only consider the value part of BAT types
Sun, 29 Aug 2021 21:36:24 +0200 martin kersten Harmonize the downcasting types. types
Sun, 29 Aug 2021 17:04:22 +0200 martin kersten Gathering some basic properties and keep them in the MAL plan types
Sun, 29 Aug 2021 10:46:18 +0200 martin kersten merge with default types
Sun, 29 Aug 2021 10:45:43 +0200 martin kersten Gather some basic properties from the BATs during optimizer call. types
Sun, 15 Aug 2021 11:42:13 +0200 martin kersten Merge with default types
Sun, 15 Aug 2021 11:41:31 +0200 martin kersten The baseline checkin types
Fri, 27 Aug 2021 18:20:32 +0200 Sjoerd Mullender Avoid STORE_PRIV heap mode. Jul2021
Fri, 27 Aug 2021 18:05:10 +0200 Sjoerd Mullender Avoid deadlock. Jul2021
Fri, 27 Aug 2021 17:39:20 +0200 Pedro Ferreira Be less restrict pushing down selections under projections.
Fri, 27 Aug 2021 16:49:29 +0300 Panagiotis Koutsourakis Treat gdb_use_strimps as an integer string_imprints
Fri, 27 Aug 2021 15:53:05 +0300 Panagiotis Koutsourakis Fix initialization check for strimps string_imprints
Fri, 27 Aug 2021 14:10:53 +0200 svetlin merge with default strheapvacuum
Fri, 27 Aug 2021 14:01:01 +0200 svetlin add test condition strheapvacuum
Fri, 27 Aug 2021 13:49:09 +0200 svetlin add missing condition strheapvacuum
Fri, 27 Aug 2021 13:44:45 +0300 Panagiotis Koutsourakis Add logging info to STRMPfilter string_imprints
Fri, 27 Aug 2021 11:02:44 +0200 Niels Nes merged with jun2020 Oct2020
Fri, 27 Aug 2021 10:28:51 +0200 svetlin attempt to fix a missed add change to current transaction strheapvacuum
Thu, 26 Aug 2021 17:53:11 +0100 Pedro Ferreira Merged with Jul2021
Thu, 26 Aug 2021 17:46:07 +0100 Pedro Ferreira Don't pushdown selections on single relations Jul2021
Thu, 26 Aug 2021 17:54:35 +0200 Sjoerd Mullender Updated upper/lower case mapping; improved startup speed.
Thu, 26 Aug 2021 18:37:45 +0300 Panagiotis Koutsourakis Add a GDK env var to enable use of strimps string_imprints
Thu, 26 Aug 2021 18:22:07 +0300 Panagiotis Koutsourakis Fix mitosis bug in strimp filtering string_imprints
Thu, 26 Aug 2021 14:16:10 +0100 Pedro Ferreira Added test case Jul2021
Thu, 26 Aug 2021 13:43:28 +0200 Sjoerd Mullender Use a 64 bit unsigned integer for our atomic type.
Thu, 26 Aug 2021 14:17:16 +0200 Niels Nes make sure we retain the switched (new) bats in the logger Jun2020
Thu, 26 Aug 2021 12:46:44 +0100 Pedro Ferreira Push down selections under exceptions and intersections as well. Jul2021
Thu, 26 Aug 2021 12:45:45 +0200 Sjoerd Mullender Move struct fields around a little so they make more sense.
Thu, 26 Aug 2021 11:50:06 +0200 Sjoerd Mullender Merge with Jul2021 branch.
Thu, 26 Aug 2021 11:41:19 +0200 Sjoerd Mullender Fix maintenance of min/max values in BUNappendmulti. Jul2021
Thu, 26 Aug 2021 11:38:29 +0200 Sjoerd Mullender Use vhfree field from bat iterator. Jul2021
Thu, 26 Aug 2021 11:31:43 +0200 svetlin fix error codes strheapvacuum
Thu, 26 Aug 2021 10:11:39 +0100 Pedro Ferreira Replace views on the backend Jul2021
Wed, 25 Aug 2021 17:41:52 +0100 Pedro Ferreira Replace triggers on the backend Jul2021
Wed, 25 Aug 2021 18:27:18 +0200 Aris Koning The affected rows were not propagated. Jul2021
Wed, 25 Aug 2021 18:03:55 +0200 Sjoerd Mullender Use correct file name. Jul2021
Wed, 25 Aug 2021 17:52:55 +0200 Sjoerd Mullender Protect access to minpos/maxpos/unique_est properties.
Wed, 25 Aug 2021 14:17:23 +0200 Sjoerd Mullender Removed properties GDK_HASH_BUCKETS and GDK_NUNIQUE.
Wed, 25 Aug 2021 13:17:14 +0200 Sjoerd Mullender Move unique_estimate property into BAT structure.
Wed, 25 Aug 2021 16:44:26 +0100 Pedro Ferreira Fix for bug #7169 Jul2021
Wed, 25 Aug 2021 17:36:25 +0200 Sjoerd Mullender Merge with Jul2021 branch.
Wed, 25 Aug 2021 17:31:45 +0200 Sjoerd Mullender Avoid double work and reuse code. Jul2021
Wed, 25 Aug 2021 16:57:59 +0200 Aris Koning Merge with Jul2021.
Wed, 25 Aug 2021 16:20:40 +0200 svetlin add sql test strheapvacuum
Wed, 25 Aug 2021 14:17:07 +0200 Aris Koning Fix memory management for bounded variable sized parameters. Jul2021
Wed, 25 Aug 2021 09:21:35 +0100 Pedro Ferreira When a transaction predicate fails, hold the commit lock while rollbacking, otherwise two transactions could conflict each other Jul2021
Wed, 25 Aug 2021 09:08:08 +0100 Pedro Ferreira Escape variable names, otherwise names with delimiters could potentially conflict Jul2021
Wed, 25 Aug 2021 09:47:51 +0200 Sjoerd Mullender Move minpos and maxpos properties into BAT structure.
Wed, 25 Aug 2021 08:51:07 +0200 Sjoerd Mullender More removal of udf module.
Tue, 24 Aug 2021 17:02:39 +0200 svetlin get correct sql_delta strheapvacuum
Tue, 24 Aug 2021 14:51:39 +0300 Panagiotis Koutsourakis Use candidate lists for strimps string_imprints
Tue, 24 Aug 2021 14:12:33 +0300 Panagiotis Koutsourakis strimp creation and filtering should work with candidates string_imprints
Tue, 24 Aug 2021 14:06:53 +0300 Panagiotis Koutsourakis Allocate a new mal block in optimizer string_imprints
Tue, 24 Aug 2021 12:26:45 +0100 Bernardo Mota Fixed wkbHEAP/wkbaHEAP and small patch on cleanup (wkbUnionAggrSubGroupedCand) geo-update
Tue, 24 Aug 2021 11:48:55 +0100 Bernardo Mota Branch merge geo-update
Tue, 24 Aug 2021 11:36:34 +0100 Bernardo Mota Small fix for QGIS (change type to geometry_type in sys.geometry_columns) plus fix in geom_init_funcs geo-update
Tue, 24 Aug 2021 11:07:01 +0100 Bernardo Mota Added schema to the argument list of shpload(); Updated the claim_tab/append_col calls to the latest version. geo-update
Fri, 13 Aug 2021 12:50:13 +0100 Bernardo Mota Merge default into geo-update. geo-update
Tue, 24 Aug 2021 10:32:36 +0200 Sjoerd Mullender Merge with Jul2021 branch.
Tue, 24 Aug 2021 10:31:32 +0200 Sjoerd Mullender Move upgrade code to correct function.