A web based administration tool for the PostgreSQL database!

pgAdmin

pgAdmin 4 8.6

  -  184 MB  -  Freeware

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of pgAdmin 4 8.6.


For those interested in downloading the most recent release of pgAdmin or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • pgAdmin 4 8.6 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    pgAdmin 4 8.6 Screenshot 1
  • pgAdmin 4 8.6 Screenshot 2
  • pgAdmin 4 8.6 Screenshot 3
  • pgAdmin 4 8.6 Screenshot 4
  • pgAdmin 4 8.6 Screenshot 5

What's new in this version:

New features:
- Added the new columns “last_seq_scan” and “last_idx_scan” from the pg_stat_all_tables and pg_stat_all_indexes tables respectively to the Statistics tab
- Added support for excluding multiple tables while taking Backup

Housekeeping:
- Update UI library MUI from v4 to v5, more details here
- Upgraded Flask, Flask-Security-Too, Werkzeug, and other dependencies, ensuring compatibility with Python 3.7

Fixed:
- Fixed all input boxes in pgAdmin to show browser auto-fill only where it is relevant
- Install dbus-python, an in-direct dependency of the Keyring package as a system package for Debian platforms
- Fixed an issue where debugger was not scrolling automatically on stepping
- Fixed an XSS vulnerability in the /settings/store endpoint
- Fixed an issue where double dollar quoted code is treated as string in syntax highlighter
- Fixed an issue where pressing backspace should remove the spaces and not the entire tab width, on enabling ‘Use spaces?’ in the preferences
- Fixed an issue where incorrect select/exec scripts were generated for functions/procedures
- Fixed an issue where connection to the database is not automatically re-established after connectivity drop
- Fixed an issue when closing the view data second tab; it raises the error that the ‘ViewCommand’ object has no attribute ‘auto_commit’
- Fixed violates check constraint issue when creating a pgAgent schedule
- Fixed Multi-Factor Authentication bypass vulnerability