Skip to content

Commit 4500b5e

Browse files
committed
Updated minor PG versions and extension versions
1 parent 2da0c3a commit 4500b5e

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

articles/cosmos-db/postgresql/product-updates.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: mvc, references_regions
77
ms.service: cosmos-db
88
ms.subservice: postgresql
99
ms.topic: conceptual
10-
ms.date: 03/21/2024
10+
ms.date: 05/28/2024
1111
---
1212

1313
# Product updates for Azure Cosmos DB for PostgreSQL
@@ -22,6 +22,11 @@ Updates that don’t directly affect the internals of a cluster are rolled out g
2222

2323
Updates that change cluster internals, such as installing a [new minor PostgreSQL version](https://www.postgresql.org/developer/roadmap/), are delivered to existing clusters as part of the next [scheduled maintenance](concepts-maintenance.md) event. Such updates are available immediately to newly created clusters.
2424

25+
### May 2024
26+
* General availability: [The latest minor PostgreSQL version updates](reference-versions.md#postgresql-versions) (12.19, 13.15, 14.12, 15.7, and 16.3) are now available.
27+
* [The last update for PostgreSQL 11](./reference-versions.md#postgresql-version-11-and-older) was released by community in November 2023.
28+
29+
2530
### March 2024
2631
* General availability: [Oracle's compatibility functions and packages enablement via orafce extension](reference-extensions.md#functions-extensions).
2732

articles/cosmos-db/postgresql/reference-extensions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.custom: build-2023
99
ms.topic: conceptual
10-
ms.date: 02/11/2024
10+
ms.date: 05/28/2024
1111
---
1212
# PostgreSQL extensions in Azure Cosmos DB for PostgreSQL
1313

@@ -82,7 +82,7 @@ The versions of each extension installed in a cluster sometimes differ based on
8282
> | [intarray](https://www.postgresql.org/docs/current/static/intarray.html) | Provides functions and operators for manipulating null-free arrays of integers. | 1.2 | 1.2 | 1.3 | 1.5 | 1.5 | 1.5 |
8383
> | [moddatetime](https://www.postgresql.org/docs/current/contrib-spi.html#id-1.11.7.45.9) | Functions for tracking last modification time. | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
8484
> | [orafce](https://github.com/orafce/orafce) | Functions and operators that emulate a subset of functions and packages from the Oracle RDBMS. | | | | 4.9 | 4.9 | 4.9 |
85-
> | [pg\_partman](https://pgxn.org/dist/pg_partman/doc/pg_partman.html) | Manages partitioned tables by time or ID. | 4.7.4 | 4.7.4 | 4.7.4 | 5.0.1 | 5.0.1 | 5.0.1 |
85+
> | [pg\_partman](https://pgxn.org/dist/pg_partman/doc/pg_partman.html) | Manages partitioned tables by time or ID. | 4.7.4 | 4.7.4 | 4.7.4 | 5.1.0 | 5.1.0 | 5.1.0 |
8686
> | [pg\_surgery](https://www.postgresql.org/docs/current/pgsurgery.html) | Functions to perform surgery on a damaged relation. | | | | 1.0 | 1.0 | 1.0 |
8787
> | [pg\_trgm](https://www.postgresql.org/docs/current/static/pgtrgm.html) | Provides functions and operators for determining the similarity of alphanumeric text based on trigram matching. | 1.4 | 1.4 | 1.5 | 1.6 | 1.6 | 1.6 |
8888
> | [pgcrypto](https://www.postgresql.org/docs/current/static/pgcrypto.html) | Provides cryptographic functions. | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 |
@@ -115,7 +115,7 @@ The versions of each extension installed in a cluster sometimes differ based on
115115
> |---|---|---|---|---|---|
116116
> | [amcheck](https://www.postgresql.org/docs/current/amcheck.html) | Functions for verifying relation integrity. | 1.1 | 1.2 | 1.2 | 1.3 | 1.3 | 1.3 |
117117
> | [dblink](https://www.postgresql.org/docs/current/dblink.html) | A module that supports connections to other PostgreSQL databases from within a database session. See the "dblink and postgres_fdw" section for information about this extension. | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 |
118-
> | [old\_snapshot](https://www.postgresql.org/docs/current/oldsnapshot.html) | Allows inspection of the server state that is used to implement old_snapshot_threshold. | | | | 1.0 | 1.0 | |
118+
> | [old\_snapshot](https://www.postgresql.org/docs/current/oldsnapshot.html) | Allows inspection of the server state that is used to implement old_snapshot_threshold. | | | | 1.0 | 1.0 | 1.0 |
119119
> | [pageinspect](https://www.postgresql.org/docs/current/pageinspect.html) | Inspect the contents of database pages at a low level. | 1.7 | 1.7 | 1.8 | 1.9 | 1.11 | 1.12 |
120120
> | [pg\_azure\_storage](howto-ingest-azure-blob-storage.md) | Azure integration for PostgreSQL. | | | 1.3 | 1.3 | 1.3 | 1.3 |
121121
> | [pg\_buffercache](https://www.postgresql.org/docs/current/static/pgbuffercache.html) | Provides a means for examining what's happening in the shared buffer cache in real time. | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.4 |
@@ -136,17 +136,17 @@ The versions of each extension installed in a cluster sometimes differ based on
136136
> [!div class="mx-tableFixed"]
137137
> | **Extension** | **Description** | **PG 11** | **PG 12** | **PG 13** | **PG 14** | **PG 15** | **PG 16** |
138138
> |---|---|---|---|---|---|
139-
> [pgvector](https://github.com/pgvector/pgvector#installation-notes) | Open-source vector similarity search for Postgres | 0.5.1 | 0.6.0 | 0.6.0 | 0.6.0 | 0.6.0 | 0.6.0 |
139+
> [pgvector](https://github.com/pgvector/pgvector#installation-notes) | Open-source vector similarity search for Postgres | 0.5.1 | 0.7.0 | 0.7.0 | 0.7.0 | 0.7.0 | 0.7.0 |
140140
141141
### PostGIS extensions
142142
143143
> [!div class="mx-tableFixed"]
144144
> | **Extension** | **Description** | **PG 11** | **PG 12** | **PG 13** | **PG 14** | **PG 15** | **PG 16** |
145145
> |---|---|---|---|---|---|
146146
> | [PostGIS](https://www.postgis.net/) | Spatial and geographic objects for PostgreSQL. | 3.3.4 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 |
147-
> | address\_standardizer | Used to parse an address into constituent elements. Used to support geocoding address normalization step. | 3.3.4 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 |
148-
> | postgis\_sfcgal | PostGIS SFCGAL functions. | 3.3.4 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 |
149-
> | postgis\_topology | PostGIS topology spatial types and functions. | 3.3.4 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 | 3.4.1 |
147+
> | address\_standardizer | Used to parse an address into constituent elements. Used to support geocoding address normalization step. | 3.3.4 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 |
148+
> | postgis\_sfcgal | PostGIS SFCGAL functions. | 3.3.4 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 |
149+
> | postgis\_topology | PostGIS topology spatial types and functions. | 3.3.4 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 | 3.4.2 |
150150
151151
## pg_stat_statements
152152
The [pg\_stat\_statements extension](https://www.postgresql.org/docs/current/pgstatstatements.html) is preloaded on every Azure Cosmos DB for PostgreSQL cluster to provide you with a means of tracking execution statistics of SQL statements.

articles/cosmos-db/postgresql/reference-versions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: niklarin
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.topic: conceptual
9-
ms.date: 02/11/2024
9+
ms.date: 05/28/2024
1010
---
1111

1212
# Supported database versions in Azure Cosmos DB for PostgreSQL
@@ -19,23 +19,23 @@ The version of PostgreSQL running in a cluster is customizable during creation a
1919

2020
### PostgreSQL version 16
2121

22-
The current minor release is 16.2. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/16.2/) to learn more about improvements and fixes in this minor release.
22+
The current minor release is 16.3. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/16.3/) to learn more about improvements and fixes in this minor release.
2323

2424
### PostgreSQL version 15
2525

26-
The current minor release is 15.6. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/15.6/) to learn more about improvements and fixes in this minor release.
26+
The current minor release is 15.7. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/15.7/) to learn more about improvements and fixes in this minor release.
2727

2828
### PostgreSQL version 14
2929

30-
The current minor release is 14.11. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/14.11/) to learn more about improvements and fixes in this minor release.
30+
The current minor release is 14.12. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/14.12/) to learn more about improvements and fixes in this minor release.
3131

3232
### PostgreSQL version 13
3333

34-
The current minor release is 13.14. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/13.14/) to learn more about improvements and fixes in this minor release.
34+
The current minor release is 13.15. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/13.15/) to learn more about improvements and fixes in this minor release.
3535

3636
### PostgreSQL version 12
3737

38-
The current minor release is 12.18. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/12.18/) to learn more about improvements and fixes in this minor release.
38+
The current minor release is 12.19. Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/release/12.19/) to learn more about improvements and fixes in this minor release.
3939

4040
### PostgreSQL version 11 and older
4141

0 commit comments

Comments
 (0)