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

URL: https://www.pgadmin.org/
Submission Tags: falconsandbox
Submission: On December 17 via api from US — 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
1463 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.14 Version
   8.13 Version 8.12 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-12-12 - PGADMIN 4 V8.14 RELEASED



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

Notable changes in this release include:

Features:

 * Added support for adding tags on a server node.
 * Allow setting NULL ordering for columns in view/edit data filter dialog.
 * Show auto-complete column names in filtered rows dialog of table and filter
   options of view/edit data tool.
 * Allow the use of a pgpass file in the pgAdmin container via Docker secrets.
 * Add support for passing connection details as placeholders in the passexec
   command.
 * Add support to deploy pgAdmin in a container with readOnlyRootFilesystem to
   true.
 * Added support for a builtin locale provider in the Database dialog.

Bugs/Housekeeping:

 * Fixed an issue where Ctrl/Cmd + A was not selecting all data in query tool
   data grid.
 * Fixed an issue where querying a foreign table gives the error
   'ForeignTableCommand' object has no attribute 'auto_commit'.
 * Fixed an issue where pgAdmin crashes on accessing the dashboard state tab
   when database is super busy.
 * Fixed an issue where a column name change in the edit dialog of the table
   node does not show the updated column name.
 * Ensure the crypt key is retrieved correctly on backend server restart.
 * Fixed an issue in schema diff where an error message popup was showing some
   garbage without any info.
 * Add a user preference to enable/disable alternating row background colors in
   the data output of query tool.
 * Fixed an issue where doing Ctrl/Cmd+C on a selected text in a cell editor of
   data output in the query tool copied the complete text.
 * Fixed an issue where auto-width of wide columns in data output is incorrectly
   calculated.
 * Ensure correct custom SSL certificate passed in connection string.

Download your copy now!




2024-11-14 - PGADMIN 4 V8.13 RELEASED



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

Notable changes in this release include:

Features:

 * Replace infinite scrolling with pagination in query tool data output for
   better UX and performance.
 * Add an object menu option to disconnect all server and database connections.
 * Alternate the background color of rows to enhance readability.
 * Allow to pass PGADMIN_CONFIG_CONFIG_DATABASE_URI from docker secrets.
 * Format dashboard graph metrics for better readability.
 * Added support for auto-detecting and setting the End-of-line character
   (LF/CRLF) in the query tool editor.
 * Make the background color for the serial number and header cells distinct.

Bugs/Housekeeping:

 * Updated the react-menu library from v2 to v4.
 * Fixed an issue that allowed the Enter key to save data in the result grid
   text editor.
 * Move 'About pgAdmin 4' to the app menu on macOS.
 * Fixed an issue where the query tool was crashing when an empty geometry was
   being rendered.
 * Fixed an issue where the Dashboard tab showed 'Something went wrong'.
 * Fixed an issue where cursor selection is not visible in the PSQL tool.
 * Allow OAuth2 params OAUTH2_NAME, OAUTH2_DISPLAY_NAME, OAUTH2_ICON,
   OAUTH2_BUTTON_COLOR to be optional.
 * Add appropriate minimum width and height settings for desktop apps to avoid
   apps accidentally going below visibility levels.
 * Fixed an issue where the graphical explain kept the node details open even
   after the plan changed.
 * Fixed an issue in the debugger where the character data type function
   arguments were being truncated.

Download your copy now!




2024-09-23 - PGADMIN 4 V8.12 RELEASED



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

Notable changes in this release include:

Features:

 * Added feature to restore preferences to their default values.
 * Add a new config variable - ALLOW_SPECIAL_EMAIL_DOMAINS to allow special
   domains for pgAdmin user emails.
 * Allow running non-continuous selected SQL code blocks in the query tool.

Bugs/Housekeeping:

 * Fixed a security issue where the OAuth2 client ID and secret were exposed
   through the web browser (CVE-2024-9014).
 * Improved the extensibility of the SchemaView and DataGridView.
 * Fix the query tool restore connection issue on the server disconnection from
   the left side object explorer.
 * Revamp the current password saving implementation to a keyring and reduce
   repeated OS user password prompts.
 * Fixed an issue where users could not use pgAdmin if they did not have access
   to the management database.
 * Fixed an issue where servers listed in the servers.json file were being
   reimported upon container restart.
 * Added support for OIDC based OAuth2 authentication.
 * Fixed an issue where the cursor moves to the end of the line when editing
   input fields.
 * Fixed an issue where different client backend shows all SQL are same.
 * Fixed an issue where "Quit App" confirmation modal in desktop app is not
   respecting "Confirm on close or refresh?"

Download your copy now!



All news

The current version of pgAdmin 4 is 8.14

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