You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
22
22
23
23
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.
24
24
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
+
25
30
### March 2024
26
31
* General availability: [Oracle's compatibility functions and packages enablement via orafce extension](reference-extensions.md#functions-extensions).
> | [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 |
86
86
> | [pg\_surgery](https://www.postgresql.org/docs/current/pgsurgery.html) | Functions to perform surgery on a damaged relation. | | | | 1.0 | 1.0 | 1.0 |
87
87
> | [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 |
> | [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 |
119
119
> | [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 |
> | [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
> | 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 |
> | 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 |
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.
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/reference-versions.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: niklarin
6
6
ms.service: cosmos-db
7
7
ms.subservice: postgresql
8
8
ms.topic: conceptual
9
-
ms.date: 02/11/2024
9
+
ms.date: 05/28/2024
10
10
---
11
11
12
12
# 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
19
19
20
20
### PostgreSQL version 16
21
21
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.
23
23
24
24
### PostgreSQL version 15
25
25
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.
27
27
28
28
### PostgreSQL version 14
29
29
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.
31
31
32
32
### PostgreSQL version 13
33
33
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.
35
35
36
36
### PostgreSQL version 12
37
37
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.
0 commit comments