News

2019-02-07 - pgAdmin 4 v4.2 Released

The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.2. This release of pgAdmin 4 includes over 40 bug fixes. For more details please see the release notes here.

Notable changes in this release include:

Replace Bootstrap switch with Bootstrap4 toggle to improve the performance

Fixed Statistics panel hang issue for 1000+ tables

Ensure that browser should warn before close or refresh

Increase frames splitter mouse hover area to make it easier to resize

Fixed Query Tool Initialization Error

Dashboard graph optimization

Fixed keyboard navigation for dialog tabs

Ensure that output of the query should be displayed even if Data Output window is detached from the Query Tool

Download your copy here.

2019-01-15 - pgAdmin 4 v4.1 Released

The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.1. This release of pgAdmin 4 includes over 7 bug fixes. For more details please see the release notes here.

Notable changes in this release include:

Ensure that last row of table data should be visible and user will be able to add new row

Fix ordering of VACUUM options which changed in PG11

Ensure the context menu works after a server is renamed

Make the browser more robust in the face of multibyte characters in SQL_ASCII databases

Download your copy here.

2019-01-10 - pgAdmin 4 v4.0 Released

The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.0. This release of pgAdmin 4 includes over 26 bug fixes and new features. For more details please see the release notes here.

Notable changes in this release include:

Slick new UI design

Allow query plans to be downloaded as an SVG file

Allow servers to be pre-loaded into container deployments

Download your copy here.

2018-11-29 - pgAdmin 4 v3.6 Released

The pgAdmin Development Team are pleased to announce pgAdmin 4 version 3.6. This release of pgAdmin 4 includes over 10 bug fixes and new features. For more details please see the release notes here.

Note: This is the first release of pgAdmin on a new monthly release cycle.

Notable changes in this release include:

Add support for dropping multiple objects at once from the collection Properties panel.

Add the ability to import and export server definitions from a config database.

Download your copy here.

2018-11-01 - pgAdmin 4 v3.5 Released

The pgAdmin Development Team are pleased to announce pgAdmin 4 version 3.5. This release of pgAdmin 4 includes over 11 bug fixes and new features. For more details please see the release notes here.

Note: This is the first release of pgAdmin on a new monthly release cycle.

Notable changes in this release include:

Migrate from Bootstrap 3 to Bootstrap 4.

Save the treeview state periodically, and restore it automatically when reconnecting.

Support to stop the utility processes (Backup/Restore/Maintenance...).

Download your copy here.

2018-10-04 - pgAdmin 4 v3.4 Released

The pgAdmin Development Team are pleased to announce pgAdmin 4 version 3.4. This release of pgAdmin 4 includes over 11 bug fixes and new features. For more details please see the release notes here.

Note: This is the first release of pgAdmin on a new monthly release cycle.

Notable changes in this release include:

Add shortcuts for View Data and the Query tool to the Browser header bar.

Add optional data point markers and mouse-over tooltips to display values on graphs.

Ensure the runtime can startup properly if there are wide characters in the account/user name on Windows.

Download your copy here.

2018-07-12 - pgAgent v4.0.0 Released

The pgAdmin Development Team are pleased to announce the release of pgAgent v4.0.0.

pgAgent is a job scheduler for PostgreSQL; for more information please see the documentation included as part of the pgAdmin documentation at https://www.pgadmin.org/docs/pgadmin4/3.x/pgagent.html.

Download (source): https://www.pgadmin.org/download/pgagent-source-code/

We expect DEB and RPM packages to be available from the PostgreSQL APT/YUM repositories in due course, as well as an updated installer from EnterpriseDB available through StackBuilder.

Notable changes in this release include:

Remove the dependency on wxWidgets. pgAgent now uses Boost for thread management and synchronisation [Neel Patel]

Refactor connection parsing logic to fix issues with and improve handling of connection strings [Thomas Krennwallner]

Handle 2 digit server version numbers [Ashesh Vashi]

Fix handling of the "succeeded" flag on job steps which could prevent failure of steps causing the following steps to fail [Sanket Mehta]