Skip to content

Commit 3f0dee1

Browse files
Merge pull request #228565 from niklarin/pg-minor-ver
Pg minor versions
2 parents 7504784 + 34bd02a commit 3f0dee1

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: mvc
77
ms.service: cosmos-db
88
ms.subservice: postgresql
99
ms.topic: conceptual
10-
ms.date: 01/23/2023
10+
ms.date: 02/25/2023
1111
---
1212

1313
# Product updates for Azure Cosmos DB for PostgreSQL
@@ -26,6 +26,10 @@ Updates that change cluster internals, such as installing a [new minor PostgreSQ
2626

2727
* General availability: 4 TiB, 8 TiB, and 16 TiB storage per node is now supported for [multi-node configurations](resources-compute.md#multi-node-cluster) in addition to previously supported 0.5 TiB, 1 TiB, and 2 TiB storage sizes.
2828
* See cost details for your region in 'Multi-node' section of [the Azure Cosmos DB for PostgreSQL pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/postgresql/).
29+
* General availability: [Latest minor PostgreSQL version updates](reference-versions.md#postgresql-versions) (11.19, 12.14, 13.10, 14.7, and 15.2) are now available in all supported regions.
30+
* Existing clusters will get minor Postgres version update with [the next maintenance](concepts-maintenance.md)
31+
* Major Postgres and minor Citus [version upgrades](concepts-upgrade.md) can be performed in-place.
32+
2933

3034
### January 2023
3135

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jonels-msft
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.topic: conceptual
9-
ms.date: 02/15/2023
9+
ms.date: 02/25/2023
1010
---
1111
# PostgreSQL extensions in Azure Cosmos DB for PostgreSQL
1212

@@ -41,7 +41,7 @@ The versions of each extension installed in a cluster sometimes differ based on
4141
> [!div class="mx-tableFixed"]
4242
> | **Extension** | **Description** | **PG 11** | **PG 12** | **PG 13** | **PG 14** | **PG 15** |
4343
> |---|---|---|---|---|
44-
> | [citus](https://github.com/citusdata/citus) | Citus distributed database. | 9.5.11 | 10.0.7 | 10.2.8 | 11.1.4 | 11.1.4 |
44+
> | [citus](https://github.com/citusdata/citus) | Citus distributed database. | 9.5.11 | 10.0.7 | 10.2.8 | 11.1.5 | 11.2.0 |
4545
4646
### Data types extensions
4747

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.custom: ignite-2022
99
ms.topic: conceptual
10-
ms.date: 11/20/2022
10+
ms.date: 02/25/2023
1111
---
1212

1313
# Supported database versions in Azure Cosmos DB for PostgreSQL
@@ -23,32 +23,32 @@ versions](https://www.postgresql.org/docs/release/):
2323

2424
### PostgreSQL version 15
2525

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

3030
### PostgreSQL version 14
3131

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

3636
### PostgreSQL version 13
3737

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

4242
### PostgreSQL version 12
4343

44-
The current minor release is 12.13. Refer to the [PostgreSQL
45-
documentation](https://www.postgresql.org/docs/release/12.13/) to
44+
The current minor release is 12.14. Refer to the [PostgreSQL
45+
documentation](https://www.postgresql.org/docs/release/12.14/) to
4646
learn more about improvements and fixes in this minor release.
4747

4848
### PostgreSQL version 11
4949

50-
The current minor release is 11.18. Refer to the [PostgreSQL
51-
documentation](https://www.postgresql.org/docs/release/11.17/) to
50+
The current minor release is 11.19. Refer to the [PostgreSQL
51+
documentation](https://www.postgresql.org/docs/release/11.19/) to
5252
learn more about improvements and fixes in this minor release.
5353

5454
### PostgreSQL version 10 and older

0 commit comments

Comments
 (0)