Skip to content

Releases: cloudfoundry/postgres-release

v49

08 Feb 16:58

Choose a tag to compare

v49

Updates:

  • Updates postgresql-15 from 15.5 to 15.6

Full Changelog: v48...v49

v48

13 Nov 17:29

Choose a tag to compare

v48

Updates:

  • Updates postgresql-15 from 15.4 to 15.5

Full Changelog: v47...v48

v47

16 Sep 22:04

Choose a tag to compare

v47

Updates:

  • Updates postgresql-15 from 15.3 to 15.4

What's Changed

  • Major overhaul on acceptance test infrastructure and ci pipeline by @jpalermo in #72

Full Changelog: v46...v47

v46

16 Aug 18:13

Choose a tag to compare

v46

What's Changed

New Contributors

Full Changelog: v45...v46

v45

11 Aug 17:16

Choose a tag to compare

v45

Postgres upgraded to v15.3.

Known Issues

  • A bug in pre-start prevents upgrades from v44 to v45 from succeeding. Please see the issue if you have attempted this upgrade. It is recommended to not consume this release if you are upgrading currently. New installs should work correctly.

v44

07 Jun 13:42
171f041

Choose a tag to compare

v44

PostgreSQL version upgrade
This release upgrades PostgreSQL to version 11.15.

For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.

Thanks, @aalbanes for doing all the work!

v43

20 Nov 09:11

Choose a tag to compare

v43

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.10.

For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.

v42

18 Aug 06:49

Choose a tag to compare

v42

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.9.

For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.

Make control jobs log human-readable

This release adds the new property databases.logging.format.timestamp to enable human-readable timestamps in control jobs log:

  • it defaults to rfc3339 which is the recommended format
  • setting the property to deprecated results in all timestamps being in the format they were before this change

v41

18 Feb 10:13

Choose a tag to compare

v41

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.7.

For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.

Changes

  • Add new property postgres.single-transaction. If set to true, the pg_restore executes the restore as a single transaction (#55, thanks @ramonskie!)

v40

06 Dec 09:06

Choose a tag to compare

v40

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.6.

For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.