www.pgadmin.org Open in urlscan Pro
2001:4800:3e1:1::249  Public Scan

Submitted URL: http://pgadmin.org/
Effective URL: https://www.pgadmin.org/
Submission: On August 08 via manual from ZA — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="form-inline my-2 my-lg-0" id="search_button">
  <button type="button" class="btn btn-default btn-outline-primary" aria-label="Right Align">
    <svg class="svg-inline--fa fa-search fa-lg pga-toolbar-search" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
      <path fill="currentColor"
        d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z">
      </path>
    </svg><!-- <span class="fa fa-search fa-lg pga-toolbar-search" aria-hidden="true"></span> Font Awesome fontawesome.com -->
  </button>
</form>

Text Content

Disagree


WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised advertising and content, advertising and
content measurement, audience research and services development. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
1444 partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences or
withdraw your consent at any time by returning to this site and clicking the
"Privacy" button at the bottom of the webpage.
MORE OPTIONSAgree

Fork me on GitHub

pgAdmin
   
 * Home
   Introduction FAQ Features News Archive
   
   Contributing Licence Privacy Policy
   
 * Development
   Introduction Resources Style Guide Translations
   
   Team
   
 * Documentation
   Introduction Screenshots Blog Posts Videos pgAdmin 4: Version 8.10 Version
   8.9 Version 8.8 Version 7.8 Version 6.21 Development
   
 * Download
   
 * Support
   Introduction Mailing List Issues




PGADMIN


POSTGRESQL TOOLS

pgAdmin is the most popular and feature rich Open Source administration and
development platform for PostgreSQL, the most advanced Open Source database in
the world.

pgAdmin may be used on Linux, Unix, macOS and Windows to manage PostgreSQL and
EDB Advanced Server 11 and above.




QUICK LINKS


Download


FAQ


Latest Docs


Get Help


Screenshots


LATEST VIDEOS



Want to see your pgAdmin video here? Email webmaster@pgadmin.org.

All videos


LATEST BLOG POSTS


CUSTOMISING YOUR PGADMIN 4 WORKSPACE - PART 1: BROWSER

Author: Anil Sahoo, date: Aug. 24, 2023

If you are reading this then you are probably using pgAdmin as a tool to help in
your day to day database management activities with PostgreSQL. But, did you
know there are a variety of ways you can maximise your productivity by
customising the pgAdmin workspace using the Preferences dialog’s various
options? This article will show you some of the options for customising the
workspace using the Browser node of the Preferences tree control.

Read more


PGADMIN USER MANAGEMENT IN SERVER MODE

Author: Aditya Toshniwal, date: Aug. 24, 2023

pgAdmin can be deployed as a web application by configuring the app to run in
server mode. One can check out server deployment on how to run pgAdmin in server
mode. In this blog, we will discuss how to manage the pgAdmin users when running
in server mode.

Read more


PGADMIN CI/CD

Author: Dave Page, date: Aug. 24, 2023

Almost exactly three years ago I wrote a blog on my personal page entitled
Testing pgAdmin which went into great detail discussing how we test pgAdmin
prior to releases. Back then, all of the automated testing was performed using
Jenkins, with a number of jobs that ran various test suites whenever new code
was checked in. All of this infrastructure ran in a virtual private cloud on AWS
consisting of a large number of virtual machines and other resources, hosted for
the project by EDB. I recently undertook a project to move the testing
infrastructure to our Github project, using Github Actions.

Read more

Want to see your pgAdmin blog post here? Email webmaster@pgadmin.org.

All blog posts


NEWS


2024-07-29 - PGADMIN 4 V8.10 RELEASED



The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.10. This
release of pgAdmin 4 includes 29 bug fixes and new features. For more details
please see the release notes.

Note: With this release, pgAdmin 4 has transitioned from NW.js to Electron

Notable changes in this release include:

Features:

 * Add support for Postgres Server Logs for Text, CSV, and JSON format in plain
   and tabular formats.
 * Add support for highlighting selection matches in the query editor.
 * Add a keyboard shortcut to close the active tab panel.

Bugs/Housekeeping:

 * Replace pgAdmin NW.js container with Electron container.
 * Ensure that pgAdmin 4 is compatible with PostgreSQL v17.
 * Fixed an issue where paste operation in query tool data grid should skip
   bytea columns and put the value as NULL instead.
 * Ensure pgAdmin never makes network requests to Google etc.
 * Fixed the permission denied issue for functions of the pgstattuple extension
   when accessing statistics with a non-admin user.
 * Updated entrypoint.sh to utilize the email-validator package for email
   validation.
 * Fixed an issue where users could not insert characters at the desired
   location, as it was added to the end of the line.
 * Fixed an issue where users could not autofill their saved passwords in the
   connect server dialog in the browser.
 * Fixed an issue where boolean values in node details of the graphical explain
   plan were not interpreted correctly.
 * Ensure that pgAdmin works when opened in an iframe.

Download your copy now!




2024-06-27 - PGADMIN 4 V8.9 RELEASED



The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.9. This
release of pgAdmin 4 includes 20 bug fixes and new features. For more details
please see the release notes.

Notable changes in this release include:

Features:

 * Provide the option to set a theme based on OS theme preference.

Bugs/Housekeeping:

 * Remove the usage of MUI makeStyles as it doesn't support React 18.
 * Fix the permissions issue in the pgAdmin installation directory on Debian and
   RHEL-8 platforms (CVE-2024-6238).
 * Fixed an issue where resizable data editors in the query tool should not be
   allowed to resize beyond the app window bounds.
 * Ensure that a user can connect to a server using SSL certificates and
   identity files from a shared storage.
 * Fixed an issue where the dark theme shows a white background when all tabs
   are closed.
 * Fixed an issue where the schema diff incorrectly marked tables as different
   due to schema-qualified trigger functions in the trigger definitions.
 * Fixed an issue where backslash breaks syntax highlighting.
 * Fixed an issue where query tool shortcuts for find/replace are not working.
 * Fixed new line indentation in the query editor and added a user preference to
   disable it.
 * Fixed migration failure while using an external database.

Download your copy now!




2024-06-06 - PGADMIN 4 V8.8 RELEASED



The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.8. This
release of pgAdmin 4 includes 5 bug fixes. For more details please see the
release notes.

Notable changes in this release include:

Bugs/Housekeeping:

 * Fix an issue where user authentication fails with special characters in the
   password.
 * Fixed an issue where canceling a query without privilege does not display any
   message on the query tool.
 * Fix the issue where docker with SSL v8.7 fails to start.
 * Fixed an issue where the size displayed as 'NaN B' for all databases in the
   statistics tab.
 * Fixed an issue where backup and restore operations failed with the error
   'This build does not support compression with gzip'.

Download your copy now!



All news

The current version of pgAdmin 4 is 8.10

Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks
of the PostgreSQL Community Association of Canada, and used with their
permission.