cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.

Results 292 cloudberry issues
Sort by recently updated
recently updated
newest added

Fixes #ISSUE_Number ### What does this PR do? ### Type of Change - [ ] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking...

Fixes #1031 ### What does this PR do? If the current GDD is closed and there is a `forupdate` statement, ORCA and planner does not need to generate a `LockRows`...

### Apache Cloudberry version main ### What happened Following the wiki https://github.com/apache/cloudberry/wiki/Release-Process-Overview#updating-version-numbers, after updating `configure.ac`, then regenerated the configure script using `autoreconf -i`, some warns returned and cannot generate the...

type: Bug

After upgrading to GPDB7, we lost the detailed cdb executor instruments of hashagg since the code base has been changed in a large size. The patch is to re-implement explain...

### Apache Cloudberry version main branch, with cassert ### What happened ```sql set default_table_access_method = ao_column; create table t1(); create index on t1 using btree ((1)); -- assert fail insert...

type: Bug

1. Give explain analyze runtime info. 2. Add pushdown runtime qual to table access method. 3. Introduce `gp_runtime_filter_selectivity_threshold` to handle bad case. 4. bugfix ### tpcds 20GB config tpcds benchmark...

type: Performance

Shared smart pointer will introduce additional cost, and it also make the ownership complicated. Use unique pointer to make the ownership explicitly visible. ### Test Plan - [ ] Unit...

### Apache Cloudberry version 1.6.0 and current `main` ### What happened Hi, cloudberry team! I am trying to compile PXF 6.10 (not cloudberry-pxf, as it quite lags behind original PXF...

type: Bug

### Apache Cloudberry version _No response_ ### What happened ``` postgres=# CREATE TABLE t1 (c1 int) with (appendonly=true, orientation=column); CREATE TABLE postgres=# CREATE EXTERNAL TABLE ext_t1 (like t1) postgres-# LOCATION...

type: Bug

Fixes #ISSUE_Number ### What does this PR do? ### Type of Change - [ ] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking...