PostgreSQL

database

PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and technical standards compliance.

Release Released Support Status Latest
16 7 months ago
(11 Sep 2023)
Ends in 4 years and 6 months
(09 Nov 2028)
16.2
(05 Feb 2024)
15 1 year and 6 months ago
(10 Oct 2022)
Ends in 3 years and 6 months
(11 Nov 2027)
15.6
(05 Feb 2024)
14 2 years and 7 months ago
(27 Sep 2021)
Ends in 2 years and 6 months
(12 Nov 2026)
14.11
(05 Feb 2024)
13 3 years and 7 months ago
(21 Sep 2020)
Ends in 1 year and 6 months
(13 Nov 2025)
13.14
(05 Feb 2024)
12 4 years and 7 months ago
(30 Sep 2019)
Ends in 6 months and 3 weeks
(14 Nov 2024)
12.18
(05 Feb 2024)
11 5 years ago
(15 Oct 2018)
Ended 5 months and 2 weeks ago
(09 Nov 2023)
11.22
(06 Nov 2023)
10 6 years ago
(02 Oct 2017)
Ended 1 year and 5 months ago
(10 Nov 2022)
10.23
(07 Nov 2022)
9.6 7 years ago
(26 Sep 2016)
Ended 2 years and 5 months ago
(11 Nov 2021)
9.6.24
(08 Nov 2021)
9.5 8 years ago
(04 Jan 2016)
Ended 3 years ago
(11 Feb 2021)
9.5.25
(08 Feb 2021)
9.4 9 years ago
(15 Dec 2014)
Ended 4 years ago
(13 Feb 2020)
9.4.26
(10 Feb 2020)
9.3 10 years ago
(02 Sep 2013)
Ended 5 years ago
(08 Nov 2018)
9.3.25
(05 Nov 2018)
9.2 11 years ago
(06 Sep 2012)
Ended 6 years ago
(09 Nov 2017)
9.2.24
(06 Nov 2017)
9.1 12 years ago
(08 Sep 2011)
Ended 7 years ago
(27 Oct 2016)
9.1.24
(24 Oct 2016)
9.0 13 years ago
(17 Sep 2010)
Ended 8 years ago
(08 Oct 2015)
9.0.23
(05 Oct 2015)
8.4 14 years ago
(27 Jun 2009)
Ended 9 years ago
(24 Jul 2014)
8.4.22
(21 Jul 2014)
8.3 16 years ago
(01 Feb 2008)
Ended 11 years ago
(07 Feb 2013)
8.3.23
(04 Feb 2013)
8.2 17 years ago
(02 Dec 2006)
Ended 12 years ago
(05 Dec 2011)
8.2.23
(01 Dec 2011)
8.1 18 years ago
(05 Nov 2005)
Ended 13 years ago
(08 Nov 2010)
8.1.23
(13 Dec 2010)
8.0 19 years ago
(17 Jan 2005)
Ended 13 years ago
(01 Oct 2010)
8.0.26
(01 Oct 2010)

Postgres recommends that all users run the latest available minor release for whatever major version is in use.

The PostgreSQL Global Development Group supports a major version for 5 years after its initial release. After its five-year anniversary, a major version will have one last minor release containing any fixes and will be considered end-of-life (EOL) and no longer supported.

The Release roadmap lists upcoming minor and major releases. If the release team determines that a critical bug or security fix is too important to wait until the regularly scheduled minor release, it may make a release available outside the minor release roadmap.

More information is available on the PostgreSQL website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
psql -c "SELECT version();"

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/postgresql.json. See the API Documentation for more information. You can subscribe to the iCalendar feed at /calendar/postgresql.ics.