pgadmin4
pgadmin4 copied to clipboard
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.
**Describe the solution you'd like** I'd like to be able to change the keyboard shortcut for "find-and-replace" in the query tool from Alt-Ctrl-F to Ctrl-R **Describe alternatives you've considered** None...
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. Release notes Sourced from axios's releases. Release v1.9.0 Release notes: Bug Fixes core: fix the Axios constructor implementation to treat the config argument as...
Bumps [electron](https://github.com/electron/electron) from 35.1.5 to 35.2.1. Release notes Sourced from electron's releases. electron v35.2.1 Release Notes for v35.2.1 Fixes Fixed Minimize menu button to follow set window minimizability on Windows....
Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.25.1. Release notes Sourced from eslint's releases. v9.25.1 Bug Fixes cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus) Chores 1f2b057 chore: upgrade @eslint/js@9.25.1 (#19642)...
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.74.0 to 5.74.7. Release notes Sourced from @tanstack/react-query's releases. v5.74.7 Version 5.74.7 - 4/27/25, 3:02 PM Changes Fix vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard,...
Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 7.28.3 to 8.1.0. Release notes Sourced from @mui/x-date-pickers's releases. v8.1.0 We'd like to offer a big thanks to the 14 contributors who made this release possible. Here...
Add a new menu option, such as 'Export Data Using Query', to enable functionality like the following SQL command: COPY (SELECT * FROM country WHERE country_name LIKE 'A%') TO '/usr1/proj/bray/sql/a_list_countries.copy';"...
change "/bin/bash" -> "/usr/bin/env bash"
Issue Description: I'm currently integrating Vue with Pgadmin4 for a seamless login experience. However, when redirecting from Vue to Pgadmin4's post - login page, the pga4_session gets overwritten. I want...