We've forked here the original GPDB repository after Greenplum became a closed-source project. And continue to make it production-ready.
The main goal is:
- to fix bugs, especially those leading to core dump master/segment processes;
- to adopt existing GP/PG extensions for the latest stable GP version;
- backporting stable features from other projects (Postgres > 9.4, Cloudberry);
- creating a new stable version (7.X) by fixing everything we stumble upon.
The current last stable version is 6X. It's used by major of our clients and partners.
If you want to try it right away - https://yandex.cloud/en/services/managed-greenplum
This is the main repository for Greenplum Database. Alongside this, there are several ecosystem repositories for the Cloudberry Database, including the website, extensions, connectors, adapters, and other utilities.
- open-gpdb/yezzey: Extension to fast offload/download AO/AOCS data to/from S3.
- open-gpdb/yproxy: GP <-> S3 proxy for schedule and limit requests rate from hot to S3
- open-gpdb/pgaudit: PGAudit extension for GP
- open-gpdb/gp_relaccess_stats: Greenplum extension to collect stats on table operations like SELECT/UPDATE/INSERT/DELETE/TRUNCATE
- open-gpdb/gp_relsizes_stats: Greenplum extension to collect statistics on the distribution of memory occupied by tables and files on segment hosts.
- open-gpdb/pxf: Platform Extension Framework (PXF) for Greenplum Database.
- wal-g Database physical backup/restore tool
- cloudberry New MPP Database compatible with Greenplum Database
- odyssey Pooler for GP
- gpdb Archived original Greenplum Database
Thanks to PostgreSQL, Greenplum Database and other great open source projects to make our project has a sound foundation.
Our patches are released under the Apache License, Version 2.0. Some components may have PostgreSQL License if it is explicity mentioned in the NOTICE file.