Skip to content

Releases: arenadata/gpdb

v6.7.1_arenadata3

14 May 07:04
0dcd28f
Compare
Choose a tag to compare
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

27 Apr 07:48
a1fa94d
Compare
Choose a tag to compare
Merge pull request #68 from arenadata/ADBDEV-785-approved

fix possible deadlocks between catalog update and FTS

6.6.0_arenadata2

20 Apr 07:14
Compare
Choose a tag to compare
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

10 Apr 12:03
43dbc45
Compare
Choose a tag to compare
Merge pull request #63 from arenadata/5.26.0-sync

ADBDEV-755 5.26.0 sync

6.5.0_arenadata1

01 Apr 18:15
d702e85
Compare
Choose a tag to compare
Merge pull request #60 from arenadata/6.5.0-sync

ADBDEV-708 ADB 6.5.0 sync

5.25.0_arenadata6

05 Mar 11:13
7a88ed8
Compare
Choose a tag to compare
Merge pull request #59 from arenadata/5.25.0-sync

ADBDEV-642 5.25.0 sync

6.4.0_arenadata1

04 Mar 13:51
27face3
Compare
Choose a tag to compare
Merge pull request #58 from arenadata/adb-6.x-orca

ADBDEV-595 update gporca submodule

5.24.0_arenadata6

20 Dec 09:11
203ab61
Compare
Choose a tag to compare
5.24.0_arenadata6 Pre-release
Pre-release
Merge pull request #55 from arenadata/5.24.0-sync

ADBDEV-498 ADB 5.24.0 sync

5.23.0_arenadata6

02 Dec 07:54
fb9fe2f
Compare
Choose a tag to compare
5.23.0_arenadata6 Pre-release
Pre-release
Merge pull request #52 from arenadata/5.23.0-sync

ADBDEV-458 ADB 5.23.0 sync

6.1.0

08 Nov 09:47
436f232
Compare
Choose a tag to compare
Merge pull request #51 from arenadata/6.1.0-sync

ADBDEV-404 ADB 6.1.0 sync