Releases: cloudfoundry/postgres-release
Releases · cloudfoundry/postgres-release
v46
What's Changed
New Contributors
Full Changelog: v45...v46
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
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
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
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
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
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
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
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
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.