pgAdmin 4 v5.3 Released

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin 4 v5.3 Released
Date: 2021-05-20 12:42:37
Message-ID: CANxoLDdJLQxELzR7_62FKJ8a01m=njDmWBvzaq9y79X10dM5mw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 5.3.

This release of pgAdmin 4 includes 25 bug fixes and new features. For more
details please see the release notes at:

https://www.pgadmin.org/docs/pgadmin4/5.3/release_notes_5_3.html.

pgAdmin is the leading Open Source graphical management tool for
PostgreSQL. For more information, please see:

https://www.pgadmin.org/

Notable changes in this release include:

Features:

-

Connect to PostgreSQL servers using Kerberos authentication

This feature allows users to connect to database servers using Kerberos
authentication. Make sure 'kerberos' must be set as AUTHENTICATION_SOURCES
in the config file. Added ‘Kerberos authentication?’ switch control in the
server dialog if it is set to True then the user can connect to the
database server using Kerberos authentication.

-

Auto sizing of column widths by content size in the data output window.

This feature allows columns in the Query Tool result panel to be
automatically sized to the width of the data in the first batch of rows
retrieved. The ‘Resize by data?’ option in preferences can be used to
enable or disable this feature.

Bugs/Housekeeping:

-

Fixed an issue where data is displayed in the wrong order when executing
the query repeatedly.
-

Fixed an issue where the wrong SQL is showing for the child partition
tables.
-

Fixed an issue where CSV download quotes the numeric columns.
-

Ensure that the pgAdmin runtime does open external files that are
dragged into it.
-

Fixed an issue where schema diff does not create DROP DEFAULT statement
for columns.
-

Fixed an issue where the filter 'Include/Exclude By Selection' was not
working for null values.
-

Added support for the creation of Nested Table and Varying Array Type
for Advanced Server.
-

Fixed ModuleNotFoundError when running setup.py from outside of the root.
-

Fixed an issue where the current debug line is not visible in the 'Dark'
theme.
-

Fixed an issue where duplicate columns are visible in the browser tree
if dependent on multiple sequences.
-

Ensure that pgAdmin4 shuts down completely on the Quit command on macOS.

Builds for Windows and macOS are available now, along with a Python Wheel,
Docker Container, RPM, DEB Package, and source code tarball from:

https://www.pgadmin.org/download/

--
Akshay Joshi
pgAdmin Project

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-20 13:19:50 pgAdmin 4 commit: Tag REL-5_3 has been created.
Previous Message Fahar Abbas 2021-05-20 10:47:49 Re: pgAdmin4 v5.3 candidate builds