Skip to content

Tags: ashuka24/gporca

Tags

v2.62.0

Toggle v2.62.0's commit message
Fix DXL create table

v2.61.0

Toggle v2.61.0's commit message
Bump ORCA version to 2.61.0

v2.60.0

Toggle v2.60.0's commit message
Bump ORCA version to 2.60.0

v2.59.1

Toggle v2.59.1's commit message
Bump ORCA version to 2.59.1

v2.59.0

Toggle v2.59.0's commit message
Exit early during constraint derivation for unsupport comparison oper…

…ators

GPDB OSS issue: https://github.com/greenplum-db/gpdb/issues/4938

For the following query:

```sql
create table like_error (some_text text);
select * from like_error where some_text LIKE ANY (ARRAY['%text1%']);
```

In ORCA's constraint derivation, the LIKE predicate is not a supported operation. We should therefore no do further processing for all such unsupported operations and move on to the next supported predicate.

Prior to this fix, we would crash. This issue has now been resolved.

Bump ORCA to v2.59.0

v2.58.0

Toggle v2.58.0's commit message
Bump ORCA version to 2.58.0

v2.57.0

Toggle v2.57.0's commit message
Bump ORCA version to 2.57.0

v2.56.3

Toggle v2.56.3's commit message
Bump ORCA version to 2.56.3

v2.56.2

Toggle v2.56.2's commit message
Add missing Xforms that generate IndexedNLJ to PbsIndexJoinXforms()

PbsIndexJoinXforms() returns a set of xforms that generate indexed
nested loop join. The xforms added where not added to this function when
they where created, this causes xforms to be fired when the user wants
to disable all xforms that generate indexed nested loop join

Also bump ORCA version to 2.56.2.

v2.56.1

Toggle v2.56.1's commit message
Revert "Bump ORCA to v2.57.0"

This reverts commit 4914063.
This change was only a pipline change, so a patch version bump is
required. Otherwise, a bump on GPDB side is also required, so reverting
this commit and bumping patch version only