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

### Apache Cloudberry version cloudberry: Latest jdbc--42.7.5 ### What happened ``` import java.sql.*; public class JdbcTest { public static void main(String[] args) { /* create table tab_jdbc_metadata (a numeric(38,4) not...

type: Bug
type: Orca

### Apache Cloudberry version cloudberry-db-1.6.0-1.el8.x86_64.rpm ### What happened I want to inistall Cloudberry-db into a specified directory, etc, /home/gpadmin/. But it will prompt error as below. ``` [root@gp7cdw gpadmin]# rpm...

type: Bug

When building postgres, link all the *.o files directly into the binary instead of linking libpostgres.so. This approach reduces the overhead of PLT function calls. Based on our internal performance...

https://github.com/greenplum-db/gpdb-archive/commit/6f9d85b8bb571ed4195aaf05de4fba80cc0b9e7a https://github.com/greenplum-db/gpdb-archive/commit/bd54207b7d26bef5291ffa66fe2177e16b78fec6 https://github.com/greenplum-db/gpdb-archive/commit/52c7e0a95c https://github.com/greenplum-db/gpdb-archive/commit/65924850e696566f376ed715874186db3d9cee04 https://github.com/greenplum-db/gpdb-archive/commit/b5920e061b https://github.com/greenplum-db/gpdb-archive/commit/0d1e4d644e https://github.com/greenplum-db/gpdb-archive/commit/411fd01083 ### What does this PR do? ### Type of Change - [ ] Bug fix (non-breaking change) - [ ] New feature (non-breaking...

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

While working on issue https://github.com/apache/cloudberry/issues/989 I realized we need to cherry-pick a couple of valuable contributions from GP7 to resolve diff easily. Also, there is a benefit of cherry-picking catalog-changing...

The --enable-pax configuration option defaults to 'yes'. so in the default help information, we need to display the '--disable-pax' option Fixes #ISSUE_Number ### What does this PR do? ### Type...

### Apache Cloudberry version main branch, commit:1cbab9b3 ### What happened The following is performance report with more details: [Hashdata Performance Test Report.htm.zip](https://github.com/user-attachments/files/19885032/Hashdata.Performance.Test.Report.htm.zip) ### What you think should happen instead We...

type: Bug

1. Added ExecFilterJunkFunc function pointer to JunkFilter struct; 2. Replaced ExecFilterJunk() with function pointer calls; 3. Initialized function pointer in ExecInitJunkFilter() and ExecInitJunkFilterConversion(); 4. Updated all ExecFilterJunk() calls to use...

### Apache Cloudberry version PostgreSQL 14.4 (Cloudberry Database 1.0.0 build dev) on x86_64-pc-linux-gnu, compiled by gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5), 64-bit compiled on Mar 24 2025 12:34:11 (with...

type: Bug