Question about when PostgreSQL 11.0 was released

Started by Bysani, Ramabout 5 years ago7 messagesgeneral
Jump to latest
#1Bysani, Ram
rbysani@informatica.com

Hello community:

I am not finding the release cadence for the PostgreSQL databases. Please let me know how I can find the base and dot version release dates for:

PostgreSQL 11
PostgreSQL 12
PostgreSQL 13

Thanks
Ram

#2Joe Conway
mail@joeconway.com
In reply to: Bysani, Ram (#1)
Re: Question about when PostgreSQL 11.0 was released

On 3/8/21 1:22 PM, Bysani, Ram wrote:

I am not finding the release cadence for the PostgreSQL databases. Please let me
know how I can find the base and dot version release dates for:

PostgreSQL 11
PostgreSQL 12
PostgreSQL 13

I'm not sure a consolidated list of the minor release dates exists, but the
major release dates can be seen in the table here:

https://www.postgresql.org/support/versioning/

You can pull the minor release dates from the release notes yourself -- for
example from this link for pg11:

https://www.postgresql.org/docs/11/release.html

go to this for pg 11.11

https://www.postgresql.org/docs/11/release-11-11.html

and you can see the release date was 2021-02-11

HTH,

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development

#3Thomas Kellerer
shammat@gmx.net
In reply to: Bysani, Ram (#1)
Re: Question about when PostgreSQL 11.0 was released

Bysani, Ram schrieb am 08.03.2021 um 19:22:

Hello community:

I am not finding the release cadence for the PostgreSQL databases. Please let me know how I can find the base and dot version release dates for:

PostgreSQL 11

PostgreSQL 12

PostgreSQL 13

Check the release notes for the respective .0 versions:

* https://www.postgresql.org/docs/13/release-13.html
* https://www.postgresql.org/docs/12/release-12.html
https://www.postgresql.org/docs/11/release-11.html

or from the combined release notes at: https://www.postgresql.org/docs/release/

* https://www.postgresql.org/docs/release/11.0/
* https://www.postgresql.org/docs/release/12.0/
* https://www.postgresql.org/docs/release/13.0/

#4Michael Lewis
mlewis@entrata.com
In reply to: Thomas Kellerer (#3)
Re: Question about when PostgreSQL 11.0 was released

I can't find a page on the website right now that specifies it, but the
feature freeze is around April each year then general availability in
October. Minor releases are scheduled quarterly I believe. Major versions
are EOL'd after 5 or so years.

#5Osvaldo Kussama
osvaldo.kussama@gmail.com
In reply to: Michael Lewis (#4)
Re: Question about when PostgreSQL 11.0 was released

https://www.postgresql.org/docs/release/

2021-03-08 15:33 GMT-03:00, Michael Lewis <mlewis@entrata.com>:

Show quoted text

I can't find a page on the website right now that specifies it, but the
feature freeze is around April each year then general availability in
October. Minor releases are scheduled quarterly I believe. Major versions
are EOL'd after 5 or so years.

#6Greg Sabino Mullane
greg@turnstep.com
In reply to: Bysani, Ram (#1)
Re: Question about when PostgreSQL 11.0 was released

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ram Bysani asked:

I am not finding the release cadence for the PostgreSQL databases.
Please let me know how I can find the base and dot version release dates for:

You can see all the release dates on one page here:

https://bucardo.org/postgres_all_versions

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iF0EARECAB0WIQQlKd9quPeUB+lERbS8m5BnFJZKyAUCYEd1hgAKCRC8m5BnFJZK
yMlLAJwM62zTcEGy7yZRBqi8xsqbmm8t5wCghNDRk4Bqe1seEclN11HP57pVL8Q=
=/dnl
-----END PGP SIGNATURE-----

#7Joe Conway
mail@joeconway.com
In reply to: Greg Sabino Mullane (#6)
Re: Question about when PostgreSQL 11.0 was released

On 3/9/21 8:20 AM, Greg Sabino Mullane wrote:

Ram Bysani asked:

I am not finding the release cadence for the PostgreSQL databases.
Please let me know how I can find the base and dot version release dates for:

You can see all the release dates on one page here:

https://bucardo.org/postgres_all_versions

Nice!

Joe
--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development