From f381d9d424af01c3eb148d77d708e347ef66c010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Wed, 10 Jun 2026 18:04:12 -0700 Subject: [PATCH 1/2] docs: list externally-maintained extensions (pg_search/ParadeDB) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Noël --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 7be75e4..5ed721a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,22 @@ Extensions are provided only for the OS versions already built by the [`cloudnative-pg/postgres-containers`](https://github.com/cloudnative-pg/postgres-containers) project, specifically Debian `stable` and `oldstable`. +### Externally Maintained Extensions + +The following extensions are **built with this project's tooling and naming +conventions but distributed independently** by their respective maintainers — +typically because their license is not on the +[CNCF Allowlist](https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md) +and therefore cannot be hosted in this repository +(see [Extension Requirements](#extension-requirements)). They are listed here +purely for **discoverability**: the CloudNativePG project does **not** build, +host, audit, or maintain these images, and their owners are solely responsible +for them. + +| Extension | Description | Project URL | Image | Maintained by | +| :--- | :--- | :--- | :--- | :--- | +| **pg_search** | Elastic-quality full-text search for PostgreSQL (AGPL-3.0) | [github.com/paradedb/paradedb](https://github.com/paradedb/paradedb) | [`paradedb/paradedb-extension`](https://hub.docker.com/r/paradedb/paradedb-extension) | [ParadeDB](https://paradedb.com) (@isaacvando, @philippemnoel, @rebasedming) | + --- ## Contribution and Maintenance Policy From 3eced36971af42f2fd9f20c4ef6209c941167f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Wed, 10 Jun 2026 18:06:06 -0700 Subject: [PATCH 2/2] docs: drop license tag, reorder maintainers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Noël --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed721a..2de2121 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ for them. | Extension | Description | Project URL | Image | Maintained by | | :--- | :--- | :--- | :--- | :--- | -| **pg_search** | Elastic-quality full-text search for PostgreSQL (AGPL-3.0) | [github.com/paradedb/paradedb](https://github.com/paradedb/paradedb) | [`paradedb/paradedb-extension`](https://hub.docker.com/r/paradedb/paradedb-extension) | [ParadeDB](https://paradedb.com) (@isaacvando, @philippemnoel, @rebasedming) | +| **pg_search** | Elastic-quality full-text search for PostgreSQL | [github.com/paradedb/paradedb](https://github.com/paradedb/paradedb) | [`paradedb/paradedb-extension`](https://hub.docker.com/r/paradedb/paradedb-extension) | [ParadeDB](https://paradedb.com) (@philippemnoel, @rebasedming, @isaacvando) | ---