These extensions require a separate package install on each host in your WarehousePG cluster before you can enable them, and availability varies by version.
| Extension | Description | 6 | 7.3 | 7.4 | 7.5 |
|---|---|---|---|---|---|
| diskquota | Allows WarehousePG administrators to limit the amount of disk space used by schemas, roles, or tablespaces in a database. | ✓ | ✓ | ✓ | ✓ |
| MADlib | Provides machine learning routines for structured and unstructured data. | ✓ | ✓ | ✓ | ✓ |
| PGAA | Enables distributed analytical queries against object storage directly from WarehousePG, with support for Parquet, Delta Lake, and Iceberg formats. | — | — | ✓ | ✓ |
| pgAudit | Provides detailed session and object audit logging for WarehousePG. | ✓ | ✓ | ✓ | ✓ |
| PGFS | Provides the storage layer for object storage connectivity, including credential management for S3, GCS, and Azure. Required dependency of PGAA. | — | — | ✓ | ✓ |
| pgvector | Provides vector similarity search capabilities for WarehousePG that enable searching, storing, and querying machine-learning-generated embeddings at scale. | — | ✓ | ✓ | ✓ |
| PostGIS | Provides spatial and geographic data types and functions for WarehousePG. | ✓ | ✓ | ✓ | ✓ |
| postgresql-hll | Provides native HyperLogLog data types and relation functions, operators, and aggregates. | ✓ | ✓ | ✓ | ✓ |
| user_profile | Provides password quality checking and policy definition for WarehousePG. | ✓ | ✓ | ✓ | ✓ |
| whpg-anonymizer | Provides dynamic data masking and static data anonymization for WarehousePG. | — | — | ✓ | ✓ |
| whpg-cron | Provides a cron-based job scheduler for running periodic SQL commands directly from WarehousePG. | — | ✓ | ✓ | ✓ |
| whpg_fdw | Provides a foreign data wrapper (FDW) for accessing data stored in a remote WarehousePG cluster. | ✓ | ✓ | ✓ | ✓ |
| whpg-partman | Automates the creation, maintenance, and retention of time-based and serial ID-based partition sets. | — | ✓ | ✓ | ✓ |
| whpg-pgsphere | Provides spherical data types and operators for astronomical data. | — | ✓ | ✓ | ✓ |
| whpg-q3c | Provides spherical indexing for astronomical catalogues. | — | ✓ | ✓ | ✓ |
| whpg-utl-raw | Provides Oracle-compatible UTL_RAW functions for manipulating the RAW binary data type. | ✓ | ✓ | ✓ | ✓ |
Downloading and installing an extension
You must install the EDB extension on each host in your WarehousePG cluster.
From the coordinator, download the package from the EDB repository:
export EDB_SUBSCRIPTION_TOKEN=<your-token> export EDB_REPO=gpsupp curl -1sSLf "https://downloads.enterprisedb.com/$EDB_SUBSCRIPTION_TOKEN/$EDB_REPO/setup.rpm.sh" | sudo -E bash sudo dnf download edb-whpg<major_version>-<extension_name>