Skip to content

Releases: cloudfoundry/postgres-release

v42

18 Aug 06:49
Compare
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
Compare
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
Compare
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.

v39

13 Aug 07:47
Compare
Choose a tag to compare
v39

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.5.

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

v38

21 Jun 09:38
Compare
Choose a tag to compare
v38

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.4.

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

v37

11 May 12:13
Compare
Choose a tag to compare
v37

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.3.

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

v36

28 Feb 09:03
Compare
Choose a tag to compare
v36

This release upgrades PostgreSQL to version 11.2.

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

v35

06 Feb 13:21
Compare
Choose a tag to compare
v35

Avoid failure of bbr restore when restoring a table not present anymore (thanks @rkoster!)

v34

17 Jan 14:34
Compare
Choose a tag to compare
v34

Changes:

  • Fix a bug in the bbr-postgres-job when not using bosh links (#48, thanks @rkoster!)

v33

19 Dec 17:37
Compare
Choose a tag to compare
v33

Changes:

  • Allow specifying port and databases for bbr-postgres-job when not using bosh links (#46)