From 9b81cbc69084e3e59b308bc0e89a97b8980f79d8 Mon Sep 17 00:00:00 2001 From: andtapia <109311070+andtapia@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:23:08 -0800 Subject: [PATCH] Revise PostgreSQL version support dates Updated end-of-life dates for PostgreSQL versions 11, 12, and 13. --- .../configure-maintain/concepts-version-policy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/articles/postgresql/configure-maintain/concepts-version-policy.md b/articles/postgresql/configure-maintain/concepts-version-policy.md index b789196291..fb54ce6a8e 100644 --- a/articles/postgresql/configure-maintain/concepts-version-policy.md +++ b/articles/postgresql/configure-maintain/concepts-version-policy.md @@ -4,7 +4,7 @@ description: Describes the policy around Postgres major and minor versions for A author: varun-dhawan ms.author: varundhawan ms.reviewer: maghan -ms.date: 02/23/2026 +ms.date: 02/26/2026 ms.service: azure-database-postgresql ms.subservice: configuration ms.topic: concept-article @@ -29,9 +29,9 @@ The following table provides the retirement details for PostgreSQL major version | [PostgreSQL 16](https://www.postgresql.org/about/news/postgresql-16-released-2715/) | [Release notes](https://www.postgresql.org/docs/16/release-16.html) | 15-Oct-2023 | 9-Nov-2028 | | [PostgreSQL 15](https://www.postgresql.org/about/news/postgresql-15-released-2526/) | [Release notes](https://www.postgresql.org/docs/15/release-15.html) | 15-May-2023 | 11-Nov-2027 | | [PostgreSQL 14](https://www.postgresql.org/about/news/postgresql-14-released-2318/) | [Release notes](https://www.postgresql.org/docs/14/release-14.html) | 29-Jun-2022 | 12-Nov-2026 | -| [PostgreSQL 13](https://www.postgresql.org/about/news/postgresql-13-released-2077/) | [Release notes](https://www.postgresql.org/docs/13/release-13.html) | 25-May-2021 | 31-Mar-2026 | -| [PostgreSQL 12](https://www.postgresql.org/about/news/postgresql-12-released-1976/) | [Release notes](https://www.postgresql.org/docs/12/release-12.html) | 22-Sep-2020 | 31-Mar-2026 | -| [PostgreSQL 11](https://www.postgresql.org/about/news/postgresql-11-released-1894/) | [Release notes](https://www.postgresql.org/docs/11/release-11.html) | 24-Jul-2019 | 31-Mar-2026 | +| [PostgreSQL 13](https://www.postgresql.org/about/news/postgresql-13-released-2077/) | [Release notes](https://www.postgresql.org/docs/13/release-13.html) | 25-May-2021 | 31-Jul-2026 | +| [PostgreSQL 12](https://www.postgresql.org/about/news/postgresql-12-released-1976/) | [Release notes](https://www.postgresql.org/docs/12/release-12.html) | 22-Sep-2020 | 31-Jul-2026 | +| [PostgreSQL 11](https://www.postgresql.org/about/news/postgresql-11-released-1894/) | [Release notes](https://www.postgresql.org/docs/11/release-11.html) | 24-Jul-2019 | 31-Jul-2026 | For options available after the Azure Standard Support End Date, see [Azure Database for PostgreSQL Extended Support](./extended-support.md). @@ -64,4 +64,4 @@ Before PostgreSQL version 10, the [PostgreSQL versioning policy](https://www.pos ## Related content - [Supported versions of PostgreSQL in Azure Database for PostgreSQL](concepts-supported-versions.md) -- [Azure Database for PostgreSQL extended support](./extended-support.md) \ No newline at end of file +- [Azure Database for PostgreSQL extended support](./extended-support.md)