Skip to content

Releases: PostgresApp/PostgresApp

Permission Dialog Improvements

22 Feb 02:37
Compare
Choose a tag to compare

@jakob has created a really nice UI for managing Client App Permissions in the preferences, which also allows you to change decisions later. New connection attempts are now added even if the helper application was unable to show the permission dialog, so this should provide a workaround to (#749).

Also, the 2.7.x releases had a bug where disabling "Ask for permission when apps connect without password" was not respected if the server was started automatically on login or from the menu (#752). This release fixes that.

The PostgreSQL builds are identical to 2.7.1:

  • PostgreSQL 12.18 with PostGIS 3.0.10
  • PostgreSQL 13.14 with PostGIS 3.1.10
  • PostgreSQL 14.11 with PostGIS 3.2.6
  • PostgreSQL 15.6 with PostGIS 3.3.5
  • PostgreSQL 16.2 with PostGIS 3.4.1

Postgres.app shows a permission prompt when an app attempts to connect for the first time. For more information, see https://postgresapp.com/documentation/app-permissions.html

February 2024 Bugfix Releases

08 Feb 14:59
Compare
Choose a tag to compare

This release contains the latest bugfixes for all supported versions of PostgreSQL.

  • PostgreSQL 12.18 with PostGIS 3.0.10
  • PostgreSQL 13.14 with PostGIS 3.1.10
  • PostgreSQL 14.11 with PostGIS 3.2.6
  • PostgreSQL 15.6 with PostGIS 3.3.5
  • PostgreSQL 16.2 with PostGIS 3.4.1

This release removes PostgreSQL 11. If you are still using PostgreSQL 11, please create a dump before upgrading the app.

You can find an overview of the fixes in PostgreSQL in the Release Announcement and all details in the Release Notes. In particular, there is a note about GIN-Indexes that may require a post-upgrade step.

PostgreSQL 15 and 16 include a new version of the pgvector extension. Run ALTER EXTENSION vector UPDATE; to update if you use this.

Postgres.app now shows a permission prompt when an app attempts to connect for the first time. For more information, see https://postgresapp.com/documentation/app-permissions.html

Postgres.app 2.7

16 Jan 13:16
Compare
Choose a tag to compare

Postgres.app now shows a permission prompt when an app attempts to connect for the first time. For more information, see https://postgresapp.com/documentation/app-permissions.html

This release also contains the latest versions of PostGIS and GEOS. The following PostgreSQL versions are available:

  • PostgreSQL 11.22 with PostGIS 2.5.9
  • PostgreSQL 12.17 with PostGIS 3.0.10
  • PostgreSQL 13.13 with PostGIS 3.1.10
  • PostgreSQL 14.10 with PostGIS 3.2.6
  • PostgreSQL 15.5 with PostGIS 3.3.5
  • PostgreSQL 16.1 with PostGIS 3.4.1

If you are using PostGIS, remember to run SELECT postgis_extensions_upgrade(); for each PostGIS enabled database to update the extension's SQL definitions.

This release also includes a minor bug fix where the app did not activate correctly when opened from the menu item (issue #743).

Bugfix for the November updates

14 Nov 19:41
Compare
Choose a tag to compare

The November builds with PostgreSQL 12, 13, 14 and 15 were missing the "latest" symlink (#735).

This release fixes this issue. It is otherwise identical to 2.6.8.

November 2023 Bugfix Releases

09 Nov 10:26
Compare
Choose a tag to compare

This release contains the latest bugfixes for all supported versions of PostgreSQL.

  • PostgreSQL 16.1 with PostGIS 3.4.0
  • PostgreSQL 15.5 with PostGIS 3.3.4
  • PostgreSQL 14.10 with PostGIS 3.2.5
  • PostgreSQL 13.13 with PostGIS 3.1.9
  • PostgreSQL 12.17 with PostGIS 3.0.9
  • PostgreSQL 11.22 with PostGIS 2.5.9

Notable changes since Postgres.app 2.6.7:

  • PostGIS: support for writeable MVT in OGR
  • PostGIS: support for netCDF in GDAL / OGR (#731) with PostgreSQL 16
  • New versions of extensions pgrouting and pgvector. Run ALTER EXTENSION ... UPDATE to update
  • PostgreSQL got several fixes affecting index creation and maintenance. Please check the release notes whether or not your databases may be affected and reindexing would be advisable.
  • Fixed an issue where Postgres.app didn't auto-start when not in /Applications
  • Fixed an issue where Postgres.app didn't launch on macOS 10.13 when not in /Applications

You can find an overview of the fixes in PostgreSQL in the Release Announcement and all details in the Release Notes.

This will likely be the final release of PostgreSQL 11. If you still have databases running on PostgreSQL 11, you should consider upgrading your database after installing this update.

The single version releases containing PostgreSQL 12, 13, 14 and 15 have been withdrawn, please refer to the fixed downloads in the 2.6.8a Release.

PostgreSQL 16

14 Sep 14:50
Compare
Choose a tag to compare

Enjoy the all new PostgreSQL 16 with PostGIS 3.4!

  • PostgreSQL 16 Release announcement and detailed Release Notes
  • PostGIS 3.4.0 (Release notes) with upgraded dependencies incl. GDAL 3.7 and Proj 9.2
  • The bundled PL/Python requires Python 3.12 from python.org
  • pgvector extension upgraded to version 0.5.0
  • Postgres.app is now relocatable! This means you can start it from any location, not just from the /Applications folder. For details, see issue #693

The PostgreSQL versions 11 - 15 have not received an update this time and are the same as in the Postgres.app v2.6.5 bundle for all versions.

If you want to upgrade your existing database to PostgreSQL 16, please note that you need to migrate your data.

PostgreSQL 16 RC 1

31 Aug 11:52
Compare
Choose a tag to compare

This update includes PostgreSQL 16 Release Candidate and PostGIS 3.4.0

August 2023 Bugfix Releases

10 Aug 17:30
Compare
Choose a tag to compare

This set of releases contains the latest bugfixes for PostgreSQL and includes PostgreSQL 16 Beta 3 with PostGIS 3.4.

Additionally, OpenSSL and some PostGIS dependencies got updates and support for several file formats was fixed in OGR (#724)

  • PostgreSQL 16beta3 with PostGIS 3.4.0rc1
  • PostgreSQL 15.4 with PostGIS 3.3.4
  • PostgreSQL 14.9 with PostGIS 3.2.5
  • PostgreSQL 13.12 with PostGIS 3.1.9
  • PostgreSQL 12.16 with PostGIS 3.0.9
  • PostgreSQL 11.21 with PostGIS 2.5.9

The release notes and the release announcement can be found on the PostgreSQL homepage. In particular, there is a note about BRIN-Indexes and NULL values that may require a post-upgrade step.

PostgreSQL 16 Beta 2 + pgrouting + PostGIS Bugfix

30 Jun 03:12
Compare
Choose a tag to compare

This set of releases includes PostgreSQL 16 Beta 2. We now also include PostGIS again in the beta release!

Additionally, PG 15 and PG 16 now come with the extension pgrouting.

Additionally, these builds include the latest PostGIS and OpenSSL bugfix releases.

See the release notes for PostgreSQL 16 Beta 2: https://www.postgresql.org/about/news/postgresql-16-beta-2-released-2665/

PostgreSQL 16 Beta 1

25 May 12:01
Compare
Choose a tag to compare
PostgreSQL 16 Beta 1 Pre-release
Pre-release

This is the first Beta version of PostgreSQL 16.

We have not yet included PostGIS with PostgreSQL 16 because there is no compatible release available yet.