Skip to content

Releases: cloudfoundry/postgres-release

v38

21 Jun 09:38

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

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

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

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

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

Choose a tag to compare

v33

Changes:

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

v32

23 Nov 09:20

Choose a tag to compare

v32

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 11.1.

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

If your databases use hash indexes, you must rebuild them after pg_upgrade by running /var/vcap/store/postgres/pg_upgrade_tmp/reindex_hash.sql after the bosh deploy.

v31

09 Nov 14:43

Choose a tag to compare

v31

The backup and restore functionality now optionally supports:

  • backup and restore from a separate instance group
  • tls connections
  • authentication using client certificates

v30

04 Sep 14:46

Choose a tag to compare

v30

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 9.6.10.

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

v29

11 Jul 14:19

Choose a tag to compare

v29

New features:

Changes:

  • Removed property databases.databases[n].run_on_every_startup deprecated since v20
  • Fixed issue in stopping pg_janitor child processes
  • Improved control jobs serviceability. Note that by default debug traces for control jobs are no longer printed; set the databases.enable_trace property to true to enable them.