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 https://github.com/apache/cloudberry/discussions/1083 ### What does this PR do? Pinning the submodules to their commit SHA ### Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature...

Currently, the PAX is enabled by default in configure, and users need to explicitly disable it via `--disable-pax` option. However, this behavior is inconsistent with most of the other extensions...

`contrib/pax_storage/hd-cli/*` workflow files include URLs that cannot be accessible in public and these files are not used in Cloudberry CICD workflows, so remove them. Fixes #ISSUE_Number ### What does this...

When promoting a mirror segment due to failover we have seen a stacktrace like this: ``` "FATAL","58P01","requested WAL segment pg_xlog/00000023000071D50000001F has already been removed",,,,,,,0,,"xlogutils.c",580,"Stack trace: 1 0x557bdb9f09b6 postgres errstart +...

A vulnerability was discovered in the PyYAML library in versions before 5.4. The Rocky9 also shipped the 5.4.1 as a PyYAML stable version now. Related vulnerability details: https://github.com/advisories/GHSA-8q59-q68h-6hv4 Fixes #ISSUE_Number...

- Remove Pylint installation, configuration, and invocation from the Makefile. - Remove the GPL-licensed tarball: gpMgmt/bin/pythonSrc/ext/pylint-0.21.0.tar.gz - Remove the old Pylint configuration file (.rcfile) since it is no longer relevant....

Fow now, if we build Cloudberry from a source zip file (not using git clone), the version information displayed is not matched the right info, always return 1.0.0 like this:...

This pull request introduces a full Apache RAT audit configuration to support ASF release readiness for Apache Cloudberry (Incubating) 2.0.0. Key changes: - Adds pom.xml configuration with custom apache-rat-plugin setup...

Previously, the Cloudberry-specific version string was incorrectly written into `versionstr` instead of `gp_versionstr`, breaking the fallback comparison logic in `check_exec()`. This caused version checks to fail when the program output...

### Apache Cloudberry version main branch, commit:1cbab9b3 ### What happened psql:q67.sql:46: WARNING: interconnect may encountered a network error, please check your network (seg72 slice6 10.13.8.103:9000 pid=2229356) DETAIL: Failing to send...

type: Bug