Releases: arenadata/gpdb
Releases · arenadata/gpdb
v6.7.1_arenadata3
Merge pull request #74 from arenadata/ADBDEV-796 ADBDEV-796: Fix gporca stacktrace on architectures other than x86-64 - to correct branch
5.26.0_arenadata7
Merge pull request #68 from arenadata/ADBDEV-785-approved fix possible deadlocks between catalog update and FTS
6.6.0_arenadata2
Fix pergroupstate for non-strict transition functions On some datasets GP fails with segfault on serialization of a HHashAgg table entries to spillfiles. This problem is caused by a pergroupstate inconsistency in some entries: transValue is 0 when transValueIsNull and noTransValue are false. The reason of this inconsistency is a wrong fcinfo->isnull status returned by some of non-strict *_combine transition functions. The first part of the problem is that *_combine functions do not modify fcinfo->isnull state but can return NULL. The second part of it is that fcinfo->isnull in invoke_agg_trans_func() is always set false by default for non-strict transition functions. As a result pergroupstate can become inconsistent and cause segfailts. We can get information whether a transition function returns NULL or not only from its internals. So this commit fixes *_combine functions to set fcinfo->isnull correctly. Co-authored-by: Dmitry Ursegov <[email protected]>
5.26.0_arenadata6
Merge pull request #63 from arenadata/5.26.0-sync ADBDEV-755 5.26.0 sync
6.5.0_arenadata1
Merge pull request #60 from arenadata/6.5.0-sync ADBDEV-708 ADB 6.5.0 sync
5.25.0_arenadata6
Merge pull request #59 from arenadata/5.25.0-sync ADBDEV-642 5.25.0 sync
6.4.0_arenadata1
Merge pull request #58 from arenadata/adb-6.x-orca ADBDEV-595 update gporca submodule
5.24.0_arenadata6
Merge pull request #55 from arenadata/5.24.0-sync ADBDEV-498 ADB 5.24.0 sync
5.23.0_arenadata6
Merge pull request #52 from arenadata/5.23.0-sync ADBDEV-458 ADB 5.23.0 sync