Skip to content

Commit fe1a205

Browse files
Merge pull request #273155 from nachoalonsoportillo/patch-egoxufkmz4d6-extensions
Update extensions
2 parents f91bddf + a8cda4e commit fe1a205

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/postgresql/flexible-server/includes/extensions-table.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
author: varun-dhawan
2+
author: akashraokm
33
ms.service: postgresql
44
ms.subservice: flexible-server
55
ms.topic: include
6-
ms.date: 04/19/2024
7-
ms.author: varundhawan
6+
ms.date: 04/23/2024
7+
ms.author: akashrao
88
---
9-
| **Extension name** | **Description** | **PostgreSQL 16** | **PostgreSQL 15** | **PostgreSQL 14** | **PostgreSQL 13** | **PostgreSQL 12** | **PostgreSQL 11** |
9+
| **Extension name** | **Description** | **PostgreSQL 16** | **PostgreSQL 15** | **PostgreSQL 14** | **PostgreSQL 13** | **PostgreSQL 12** | **PostgreSQL 11** |
1010
|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|--------------------------|---------------------------|---------------------------|---------------------------|---------------------------|--------------------------|
1111
| [address_standardizer](http://postgis.net/docs/manual-2.5/Address_Standardizer.html) | Used to parse an address into constituent elements. Generally used to support geocoding address normalization step. | 3.3.3 | 3.3.1 | 3.2.3 | 3.2.3 | 3.2.3 | 3.2.3|
1212
| [address_standardizer_data_us](http://postgis.net/docs/manual-2.5/Address_Standardizer.html) | Address Standardizer US dataset example | 3.3.3 | 3.3.1 | 3.2.3 | 3.2.3 | 3.2.3 | 3.2.3|
1313
| [amcheck](https://www.postgresql.org/docs/13/amcheck.html) | Functions for verifying relation integrity | 1.3 | 1.3 | 1.3 | 1.2 | 1.2 | 1.1|
1414
| [anon](https://gitlab.com/dalibo/postgresql_anonymizer) (Preview) | Data anonymization tools | 1.2.0 :heavy_check_mark: | 1.2.0 :heavy_check_mark: | 1.2.0 :heavy_check_mark: | 1.2.0 :heavy_check_mark: | 1.2.0 :heavy_check_mark: | 1.2.0 :heavy_check_mark:|
15-
| [azure_ai](../generative-ai-azure-overview.md) | Azure AI and ML Services integration for PostgreSQL | 1.0.0 | 1.0.0 | 1.0.0 | 1.0.0 | N/A | N/A|
15+
| [azure_ai](../generative-ai-azure-overview.md) | Azure AI and ML Services integration for PostgreSQL | 1.0.0 | 1.1.0 | 1.0.0 | 1.0.0 | 1.0.0 | N/A|
1616
| [azure_storage](../concepts-storage-extension.md) | Azure integration for PostgreSQL | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | N/A|
1717
| [bloom](https://www.postgresql.org/docs/13/bloom.html) | Bloom access method - signature file based index | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
1818
| [btree_gin](https://www.postgresql.org/docs/13/btree-gin.html) | Support for indexing common datatypes in GIN | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3|
@@ -65,7 +65,7 @@ ms.author: varundhawan
6565
| [sslinfo](https://www.postgresql.org/docs/13/sslinfo.html) | Information about SSL certificates | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2|
6666
| [tablefunc](https://www.postgresql.org/docs/11/tablefunc.html) | Functions that manipulate whole tables, including crosstab | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
6767
| [tds_fdw](https://github.com/tds-fdw/tds_fdw) | Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server) | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3|
68-
| [timescaledb](https://github.com/timescale/timescaledb) | Enables scalable inserts and complex queries for time-series data | N/A | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 1.7.4 :heavy_check_mark:|
68+
| [timescaledb](https://github.com/timescale/timescaledb) | Enables scalable inserts and complex queries for time-series data | 2.13.0 :heavy_check_mark:| 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 1.7.4 :heavy_check_mark:|
6969
| [tsm_system_rows](https://www.postgresql.org/docs/13/tsm-system-rows.html) | TABLESAMPLE method which accepts number of rows as a limit | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
7070
| [tsm_system_time](https://www.postgresql.org/docs/13/tsm-system-time.html) | TABLESAMPLE method which accepts time in milliseconds as a limit | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
7171
| [unaccent](https://www.postgresql.org/docs/13/unaccent.html) | Text search dictionary that removes accents | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1|

0 commit comments

Comments
 (0)