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

The force_parallel_mode GUC is meant to facilitate testing of parallel query plans, but it currently allows non-parallel plans to win even when force_parallel_mode is enabled. This behavior makes it difficult...

## Issue Description Cloudberry currently lacks support for the `LOCK TABLE ... IN ACCESS SHARE MODE COORDINATOR ONLY` syntax, a feature present in Greenplum Database 7 and later. This option...

cherry-pick

### Apache Cloudberry version main ### What happened sql - create `POINT_TBL` ``` CREATE TABLE POINT_TBL(f1 point); INSERT INTO POINT_TBL(f1) VALUES ('(0.0,0.0)'); INSERT INTO POINT_TBL(f1) VALUES ('(-10.0,0.0)'); INSERT INTO POINT_TBL(f1)...

type: Bug

The pgstat has been totally refactored in postgres. The bgwork pgstat has been removed. So we should check if it works well on mpp. https://github.com/postgres/postgres/commit/5891c7a8ed8f2d3d577e7eea34dacff12d7b6bbd#diff-6161d3e2403ae3e7c0e8434321221ec00f45b6e924eb0825651cb3352a882eaa

Merge PG16

Hi, I am facing the issue regarding using pxf when I try to insert data from external in the physical table I am facing the below error but when I...

Some essential files such as postgres_setup.bash and *_postgres_init.sql were missing, causing postgres_fdw regression tests to fail. These files existed in upstream GPDB. We restored them and fixed the tests so...

### Issue Description The system configuration `gp_default_storage_options` defines several defaults, including `blocksize`, `compresstype`, and `checksum`. However, when an AO table is created with only the `WITH (appendonly=true)` clause, **none** of...