Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions products/managed-postgres/extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ SELECT * FROM pg_available_extensions;

| Extension | Version | Description |
|-----------|---------|-------------|
| `address_standardizer` | 3.6.1 | Used to parse an address into constituent elements |
| `address_standardizer_data_us` | 3.6.1 | Address Standardizer US dataset example |
| `address_standardizer` | 3.6.3 | Used to parse an address into constituent elements |
| `address_standardizer_data_us` | 3.6.3 | Address Standardizer US dataset example |
| `adminpack` | 2.1 | Administrative functions for PostgreSQL *(PG16 only)* |
| `age` | 1.7.0 | Apache AGE graph database extension |
| `amcheck` | | Functions for verifying relation integrity |
| `autoinc` | 1.0 | Functions for auto-incrementing fields |
| `bloom` | 1.0 | Bloom access method - signature file based index |
Expand Down Expand Up @@ -77,18 +78,18 @@ SELECT * FROM pg_available_extensions;
| `orafce` | 4.16 | Functions and operators that emulate a subset of functions and packages from the Oracle RDBMS |
| `pageinspect` | 1.13 | Inspect the contents of database pages at a low level |
| `pg_buffercache` | | Examine the shared buffer cache |
| `pg_clickhouse` | 0.1 | Interfaces to query ClickHouse databases from PostgreSQL |
| `pg_clickhouse` | 0.3 | Interfaces to query ClickHouse databases from PostgreSQL |
| `pg_cron` | 1.6 | Job scheduler for PostgreSQL |
| `pg_freespacemap` | 1.3 | Examine the free space map (FSM) |
| `pg_hint_plan` | | Optimizer hints for PostgreSQL |
| `pg_ivm` | 1.13 | Incremental view maintenance on PostgreSQL |
| `pg_logicalinspect` | 1.0 | Functions to inspect logical decoding components *(PG18+)* |
| `pg_partman` | 5.4.0 | Extension to manage partitioned tables by time or ID |
| `pg_partman` | 5.4.3 | Extension to manage partitioned tables by time or ID |
| `pg_prewarm` | 1.2 | Prewarm relation data |
| `pg_re2` | | ClickHouse-compatible regular expression functions backed by Google's RE2 |
| `pg_re2` | 0.1 | ClickHouse-compatible regular expression functions backed by Google's RE2 |
| `pg_repack` | 1.5.3 | Reorganize tables in PostgreSQL databases with minimal locks |
| `pg_similarity` | 1.0 | Support similarity queries |
| `pg_stat_ch` | | Streams per-query execution telemetry to ClickHouse in real time |
| `pg_stat_ch` | 0.3 | Streams per-query execution telemetry to ClickHouse in real time |
| `pg_stat_statements` | | Track planning and execution statistics of all SQL statements executed |
| `pg_surgery` | 1.0 | Extension to perform surgery on a damaged relation |
| `pg_tokenizer` | 0.1.1 | Text tokenizer used with `vchord_bm25` |
Expand All @@ -99,19 +100,19 @@ SELECT * FROM pg_available_extensions;
| `pgcrypto` | 1.4 | Cryptographic functions |
| `pglogical` | 2.4.6 | PostgreSQL Logical Replication |
| `pglogical_origin` | 1.0.0 | Dummy extension for compatibility when upgrading from Postgres 9.4 |
| `pgrouting` | 4.0.0 | pgRouting Extension |
| `pgrouting` | 4.0.1 | pgRouting Extension |
| `pgrowlocks` | 1.2 | Show row-level locking information |
| `pgstattuple` | 1.5 | Show tuple-level statistics |
| `pgtap` | 1.3.4 | Unit testing for PostgreSQL |
| `plperl` | 1.0 | PL/Perl procedural language |
| `plperlu` | 1.0 | PL/PerlU untrusted procedural language |
| `plpgsql` | 1.0 | PL/pgSQL procedural language |
| `plpgsql_check` | 2.8 | Extended check for plpgsql functions |
| `postgis` | 3.6.1 | PostGIS geometry and geography spatial types and functions |
| `postgis_raster` | 3.6.1 | PostGIS raster types and functions |
| `postgis_sfcgal` | 3.6.1 | PostGIS SFCGAL functions |
| `postgis_tiger_geocoder` | 3.6.1 | PostGIS tiger geocoder and reverse geocoder |
| `postgis_topology` | 3.6.1 | PostGIS topology spatial types and functions |
| `postgis` | 3.6.3 | PostGIS geometry and geography spatial types and functions |
| `postgis_raster` | 3.6.3 | PostGIS raster types and functions |
| `postgis_sfcgal` | 3.6.3 | PostGIS SFCGAL functions |
| `postgis_tiger_geocoder` | 3.6.3 | PostGIS tiger geocoder and reverse geocoder |
| `postgis_topology` | 3.6.3 | PostGIS topology spatial types and functions |
| `postgres_fdw` | 1.2 | Foreign-data wrapper for remote PostgreSQL servers |
| `prefix` | 1.2.0 | Prefix Range module for PostgreSQL |
| `refint` | 1.0 | Functions for implementing referential integrity (obsolete) |
Expand All @@ -129,7 +130,7 @@ SELECT * FROM pg_available_extensions;
| `uuid-ossp` | 1.1 | Generate universally unique identifiers (UUIDs) |
| `vchord` | 1.1.1 | Vector indexing access methods for Postgres |
| `vchord_bm25` | 0.3.0 | BM25 ranking access method for full-text search |
| `vector` | 0.8.1 | Vector data type and ivfflat and hnsw access methods |
| `vector` | 0.8.2 | Vector data type and ivfflat and hnsw access methods |
| `xml2` | 1.2 | XPath querying and XSLT |

## pg_clickhouse extension {#pg-clickhouse}
Expand Down