Aditya Toshniwal
abdcd983f6
Add support for setting image download resolution in the ERD tool. #6698
2025-10-29 14:57:20 +05:30
Akshay Joshi
c7a6056ee3
Fixed an issue where Schema Diff does not ignore Tablespace for indexes. #9117
2025-10-28 16:31:39 +05:30
Akshay Joshi
55c5e86fe0
1) Updated version of Authlib, psycopg[c], typer[all] and selenium.
...
2) Updated release note.
2025-10-28 11:45:57 +05:30
Royston Shufflebotham
8d55e9a445
Add support for displaying detailed Citus query plans instead of 'Custom Scan' placeholder. #7885
2025-10-28 10:47:55 +05:30
Akshay Joshi
c1da777fba
1) Updated Russian translation.
...
2) Updated electron version.
3) Updated release note
2025-10-27 11:26:08 +05:30
AKY
9e35c32ef2
Updated Korean translation
2025-10-27 11:17:45 +05:30
Aditya Toshniwal
37a164cccb
- Rebase pgadmin-org/react-data-grid fork to latest.
...
- Fixed an issue where data output column resize is not sticking in Safari. #8504
2025-10-27 10:45:36 +05:30
Aditya Toshniwal
c20d035f1b
Update Python and JS packages.
2025-10-24 08:37:55 +05:30
Aditya Toshniwal
0a14db01be
Migrate pgAdmin UI to use React 19. #8676
2025-10-24 08:26:10 +05:30
Aditya Toshniwal
91ad54d17b
Fixed an issue where query tool shortcut would trigger the callback twice. #9157
2025-10-14 14:33:17 +05:30
Akshay Joshi
ea5ee74205
Update version for release v9.9
2025-10-13 20:51:55 +05:30
Anil Sahoo
5f22b4e2d2
Fixed following issues related to auto-update:
...
1. Fixed the issue where auto-update was not working for macOS x64 arch machines as pgadmin4 zip file name has x86_64 in it.
2. Improved error handling in the /upgrade_check API by replacing the static “Failed to check for update” message for Windows users with a dynamic error message.
3. Fixed the CSS issue affecting the close icon in the warning notifier.
4. Removed trailing periods from helper texts and notifier messages in the app’s auto-update workflow. #9133
2025-10-13 17:25:14 +05:30
Rohit Bhati
758bbc7272
Enable depends on extension option on for functions.
2025-10-13 11:39:37 +05:30
rlbxku1r
618e03b65f
Update Japanese translation for v9.9
2025-10-13 11:38:35 +05:30
Akshay Joshi
e9b97d61f8
1) Pin pywinpty due to https://github.com/andfoy/pywinpty/issues/545
...
2) Remove scram_client_key and scram_server_key from the connection string parameter
as it is not meant to be specified directly by users or client applications.
2025-10-10 13:07:32 +05:30
Domenico Sgarbossa
83377d4a50
Italian translation updated for v9.9
2025-10-10 13:06:34 +05:30
Aditya Toshniwal
c03d21899b
Updated message catalogs for v9.9
2025-10-10 10:07:42 +05:30
Akshay Joshi
f3567518d3
Added option to skip the password dialog when using an identity file. #6996
...
1. Don't ask for the SSH Tunnel or Database server password if it is already saved.
2. Modified the generic error message from the SSH Tunnel library.
2025-10-07 13:13:37 +05:30
Akshay Joshi
b30520adc0
Updated Python and Javascript dependencies.
2025-10-06 17:33:12 +05:30
Yogesh Mahajan
c6af61afd3
Implement pre and post scenario SQL execution in subscription ResQL tests to manage publication lifecycle. #8932
2025-10-03 12:12:15 +05:30
Akshay Joshi
04024c7f61
Updated Python and Javascript dependencies.
2025-10-01 15:27:23 +05:30
Rohit Bhati
9e6ab295df
Add support of DEPENDS/NO DEPENDS ON EXTENSION for ALTER FUNCTION. #6385
2025-10-01 13:49:03 +05:30
Anil Sahoo
c75bba03c2
1) Added 'failover' parameter support in CREATE and ALTER SUBSCRIPTION for PostgreSQL v17+. #8932
...
2) Added 'two_phase' parameter support for ALTER SUBSCRIPTION for PostgreSQL v18+.
3) Updated versioned_template_loader.py to prioritize v18+ templates.
4) Updated the default value of the streaming parameter in CREATE SUBSCRIPTION to 'parallel' in PG v18 (previously false).
2025-09-29 12:52:47 +05:30
Aditya Toshniwal
93bbadb994
Fixed an issue where the query tool displayed 'default' instead of 'null' for null text data in the data output. #9098
2025-09-29 12:37:25 +05:30
Akshay Joshi
42ff67c845
Updated Python and Javascript dependencies.
2025-09-25 15:50:14 +05:30
Aditya Toshniwal
7ff3c4bbeb
Fixed an issue where shortcuts are not working as expected on multiple keyboard layouts. #9157
2025-09-17 11:34:15 +05:30
Aditya Toshniwal
e5590797c0
Fixed an issue where saving the newly changed preferences was not reflecting on the preferences tab. #9158
2025-09-16 14:09:11 +05:30
Akshay Joshi
8576a5e7e6
Updated Javascript dependencies.
2025-09-15 09:45:05 +02:00
Akshay Joshi
3e66b6f7be
1) Added "MULTIRANGE_TYPE_NAME" option while creating a Range Type. #6394
...
2) Added "SUBSCRIPT" option while creating an External Type. #6395
2025-09-11 14:27:27 +05:30
Akshay Joshi
2fd2a144f1
Updated Python and Javascript dependecies.
2025-09-08 16:34:56 +05:30
Pravesh Sharma
500a5c7101
Fixed an issue where the pgAdmin configuration database wasn't being created on a fresh install when an external database was used for the configuration. #9125
2025-09-02 19:25:04 +05:30
Khushboo Vashi
5498682934
Update version for release v9.8
2025-09-01 16:39:08 +05:30
Khushboo Vashi
cdeb18fcbb
Fixed Cross-Origin Opener Policy (COOP) vulnerability in the OAuth 2.0 authentication flow (CVE-2025-9636). #9114
2025-09-01 16:34:18 +05:30
Aditya Toshniwal
0de635cc4c
Fixed an issue where editor shortcuts fail when using Option key combinations on macOS, due to macOS treating Option+Key as a different key input. #9116
2025-09-01 16:21:03 +05:30
Akshay Joshi
ade57d4ec4
Updated Python and JavaScript dependencies.
2025-08-28 12:56:20 +05:30
Rohit Bhati
fc41c795f1
Add menu items for truncating foreign tables. #6396
2025-08-28 10:23:46 +05:30
Pravesh Sharma
7caaf2de82
Fixed an issue where pgAdmin config migration was failing while upgrading to v9.7 #9095
2025-08-28 10:15:35 +05:30
Domenico Sgarbossa
42a47126aa
Italian translation update
2025-08-25 18:08:23 +05:30
Aditya Toshniwal
db87df8f82
Remove usage of BrowserFS as it is deprecated. #7448
2025-08-25 14:34:33 +05:30
Aditya Toshniwal
15c212a2df
Change the default pgAdmin theme to System. #9093
2025-08-25 12:33:27 +05:30
Akshay Joshi
a5557b466c
Updated Python and Javascript dependencies.
2025-08-21 13:54:07 +05:30
Anil Sahoo
cad6025ce9
Fixed an issue on Linux systems where the /upgrade_check API in server mode raised a KeyError.
2025-08-20 08:29:11 +05:30
Aditya Toshniwal
f8b894d52b
Update version for release v9.7
2025-08-18 15:59:05 +05:30
Aditya Toshniwal
9d0ec04667
Add support for changing cursor blink rate within the editors. #8712
2025-08-18 12:34:31 +05:30
webmasterzamora
24b4d35565
Spanish translation for version 9.7
2025-08-18 12:27:09 +05:30
Libor M.
0c8571de9e
Czech translation for version 9.7
2025-08-18 12:26:16 +05:30
Akshay Joshi
2075dd5270
Updated message catalogs for v9.7
2025-08-14 16:23:49 +05:30
Yogesh Mahajan
7d0241008b
Ensure that disabling "Save Application State" in Preferences prevents tool data from being saved and stops it from being restored on application restart. #9067
2025-08-14 13:47:30 +05:30
Akshay Joshi
ecb652c7c5
Updated Python and JavaScript dependencies.
2025-08-12 11:54:03 +05:30
Akshay Joshi
1eb7c9d3e2
Added support for builtin locale provider while creating Collation. #8931
2025-08-11 11:42:14 +05:30
Khushboo Vashi
d53a34b8df
Fixed the issue where updating the name of a table column does not reflect in the corresponding primary key constraint. #7617
2025-08-07 16:36:38 +05:30
Anil Sahoo
8a4a3814ab
Fixed an issue where custom column widths in the result grid of Query Tool or View/Edit Data were reset after re-executing a query. #7057
2025-08-07 15:32:40 +05:30
Akshay Joshi
6aaf47ddb4
Fixed JavaScript test cases. Replace deprecated inputProps with slotProps.
2025-08-06 18:54:04 +05:30
Akshay Joshi
4d078ab747
Updated Python and JavaScript dependecies.
2025-08-05 13:10:42 +05:30
Anil Sahoo
2dd27d20c1
Fixed an issue where adding breakpoints caused errors, and stepping out of a nested function removed breakpoints from the parent function. #8982
2025-08-04 16:59:38 +05:30
Aditya Toshniwal
86c2769221
Check if sharp is failing on bundle before running image minimizer
2025-08-04 12:35:29 +05:30
Akshay Joshi
1316a3d7d8
Added all new connection string parameters introduced in PostgreSQL 16 and later. #8935
2025-08-04 12:02:30 +05:30
Aditya Toshniwal
9f866b0b27
Make image minimising optional based on sharp package availability.
2025-08-04 11:38:47 +05:30
Pravesh Sharma
829d6323b8
Fixed an issue where CPU usage was very high on Windows when opening the psql tool. #8864
2025-08-01 12:41:16 +05:30
Akshay Joshi
559c6cfa65
Added GENERIC_PLAN, MEMORY, SERIALIZE option to EXPLAIN/EXPLAIN ANALYZE command. #6456
2025-08-01 12:40:07 +05:30
Yogesh Mahajan
1f7fbb91f7
Ensure the scratch pad in the Query Tool is not restored after it is closed. #9007
...
Update the documentation for parameters that require file paths. #9008
2025-07-31 17:24:27 +05:30
Rohit Bhati
3b9359945e
Added PKEY index in the index statistics summary. #8971
2025-07-31 17:12:15 +05:30
Aditya Toshniwal
99b822e472
Add support for server tag-based filtering in the Object Explorer. #8917
2025-07-31 17:06:40 +05:30
Aditya Toshniwal
b2ec3a5acc
Fixed an issue where pgAdmin failed to update the server connection status when the server was disconnected in the background and a refresh was performed on that server. #8149
2025-07-31 12:43:49 +05:30
Anil Sahoo
9eec4f5b8c
Add support for automatic updates in the pgAdmin 4 Desktop application on macOS. #5766
2025-07-31 11:30:19 +05:30
Aditya Toshniwal
a197c85f3a
Replace shortened URLs using goog.gl as goog.gl links will no longer be available
2025-07-30 10:17:06 +05:30
Akshay Joshi
aa0a1f676d
Fix PEP8
2025-07-29 18:12:40 +05:30
Akshay Joshi
5963593fed
Replace keyword PROCEDURE with FUNCTION while creating trigger and event trigger. #6384
2025-07-29 17:48:41 +05:30
Rohit Bhati
85510b961f
Make Dashboard tables to be vertically resizable. #8650
2025-07-29 15:31:47 +05:30
Rohit Bhati
bf229c0d79
Ensure DB restriction type is preserved while import and export server. #8867
2025-07-29 15:26:01 +05:30
Akshay Joshi
33dcb36db5
1) Added release note
...
2) Updated JavaScript dependencies
2025-07-29 11:57:07 +05:30
Pravesh Sharma
8a4eb4f8ad
Fixed an issue in Firefox where the query window would shift to the left after opening the history tab or selecting a column header in the results grid. #8756
2025-07-28 16:27:31 +05:30
Pravesh Sharma
62eb330423
Introduced an ‘Editor’ preferences category and migrated all editor related settings into it. #8861
2025-07-28 14:09:16 +05:30
Murtuza Zabuawala
e73d8f4532
Fixed incorrect behaviour of the option deduplicate items after creating the index. #8969
2025-07-28 13:23:39 +05:30
Akshay Joshi
79aeb5204c
Updated Python and JavaScript dependencies.
2025-07-28 11:31:40 +05:30
Aditya Toshniwal
0d204d0554
Update yarn.lock as previous commit is changing the yarn.lock file on yarn install
2025-07-22 17:19:24 +05:30
Aditya Toshniwal
37bdd22e24
Update form-data in yarn.lock to fix a security issue found in form-data
2025-07-22 17:01:52 +05:30
Aditya Toshniwal
c4f7a18ec5
Fixed following issues found while testing v9.6 candidate build:
...
1. Migration failed on Debian 11.
2. Menu shortcuts should not for opening search object and query tool when not in default workspace.
Co-authored-by: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>
Co-authored-by: Pravesh Sharma <pravesh.sharma@enterprisedb.com>
2025-07-22 16:00:29 +05:30
Aditya Toshniwal
fdc38f75f8
Update version for release v9.6
2025-07-21 15:34:04 +05:30
Yogesh Mahajan
56d5cab13e
Ensure that reconnect dialogs are shown when restoring pgAdmin sessions for the Query Tool or View/Edit Data, if the server password was not saved. #8901
2025-07-21 15:11:12 +05:30
Aditya Toshniwal
bec47845be
Add support for showing pgAdmin shortcuts on Electron menus. #1923
2025-07-21 15:07:17 +05:30
Libor M.
6dc5807192
Czech translation for version 9.6
2025-07-19 10:20:56 +05:30
Khushboo Vashi
ea085cd009
Fix pagination issues in the query tool data output when using a server-side cursor.
2025-07-18 17:54:06 +05:30
Domenico Sgarbossa
6fdb82dd76
Italian translation updated for v9.6
2025-07-18 09:09:24 +05:30
Aditya Toshniwal
a3e1a3672c
Updated message catalogs for v9.6
2025-07-17 18:29:52 +05:30
Akshay Joshi
8046c238d8
Make the 'Password' and 'Save Password' options visible in edit mode in the Server Dialog.
2025-07-17 18:19:20 +05:30
Yogesh Mahajan
82730da392
Fixed following issues reported while testing application restore changes: #8901
...
1. Preserve updated tab titles on session restore
2. Ensure query tools opened via the 'Generate Script' are editable.
3. On restore, ensure the query content is correctly loaded into the query tool when it is opened from tools like ERD.
2025-07-17 16:28:57 +05:30
Akshay Joshi
fe2332f606
Fixed merge conflict issues.
2025-07-17 12:44:53 +05:30
Akshay Joshi
d26b63fdf5
Use 'Drop' instead of 'Delete' for object commands to make destructive actions more deliberate. #8958
2025-07-16 18:02:24 +05:30
Rohit Bhati
770a0f27af
Ensure that keyboard shortcuts are displayed in tooltips, context menus, and the main menu. #1923
2025-07-16 17:51:26 +05:30
Pravesh Sharma
ced002a6ad
Fixed an issue where json editor in result grid was crashing if null value is set in the json editor. #8907
2025-07-16 17:49:00 +05:30
Aditya Toshniwal
3aad58751a
Fixed security vulnerabilities identified in the yarn.lock file.
2025-07-15 17:41:31 +05:30
Khushboo Vashi
8c662424b2
Display a confirmation message for the server-side cursor transaction status when closing the query tool.
...
Resolve the pagination issue by fetching an additional row to determine the availability of the next record set when using a server-side cursor.
2025-07-15 11:51:14 +05:30
Grégoire Bellon-Gervais
13ade4c0b2
Enable the PKCE workflow for OAuth 2 authentication. #8941
2025-07-15 11:36:05 +05:30
Yogesh Mahajan
1195f14327
Improved the application restore which includes: #8901
...
1. Leverage rc-dock layout to restore the application state.
2. Move the save and load file endpoints to the file manager module.
3. Ensure that the order and layout of tabs is maintained on restore.
4. Persist the changed title of tabs on restore.
2025-07-15 11:21:57 +05:30
Akshay Joshi
82e6b57d04
1) Added new columns in pg_stats table.
...
2) Updated release note.
2025-07-10 19:11:33 +05:30
Jun
0fd7d0dedb
Added support for setting a custom SESSION_DIGEST_METHOD in pgAdmin 4 to facilitate FIPS compliance. #7979
2025-07-10 16:10:31 +05:30
Anil Sahoo
0ebf78ca61
Fixed an issue in the Search Objects tool where selecting a node occasionally selected an incorrect node. #8675
2025-07-10 15:37:31 +05:30
Akshay Joshi
1d68074a59
Fixed macros test cases when run on more than one server.
2025-07-09 16:01:51 +05:30
Akshay Joshi
8723896da0
Updated Python and JavaScript dependencies.
2025-07-08 18:50:32 +05:30
Akshay Joshi
e4f17e5a6c
Ensure that pgAdmin 4 is compatible with PG/EPAS v18. #8828
2025-07-08 18:34:39 +05:30
Akshay Joshi
d5c0fac885
Revert "Javascript dependency: Bump pbkdf2 from 3.1.2 to 3.1.3 in /web"
...
This reverts commit 385148cf6e .
2025-07-02 16:46:55 +05:30
Akshay Joshi
3f7683854b
Remove some code for Python 3.8
2025-07-02 15:59:22 +05:30
dependabot[bot]
385148cf6e
Javascript dependency: Bump pbkdf2 from 3.1.2 to 3.1.3 in /web
2025-07-02 15:58:11 +05:30
Khushboo Vashi
f207818afa
Implemented a server-side cursor to enhance performance when retrieving large datasets. #5797
2025-07-02 12:47:01 +05:30
Akshay Joshi
1280cf5108
Updated Python and Javascript dependencies.
2025-07-01 12:22:22 +05:30
Akshay Joshi
a5714903ac
Fixed an issue where the Query Tool’s 'Edit Options' menu was unresponsive when clicked.
2025-06-27 18:29:15 +05:30
Yogesh Mahajan
51d3fe54f3
Ensure proper error message shown if any error occurs while restoring psql tool.
2025-06-27 13:35:24 +05:30
Akshay Joshi
7c2b773ad1
Allow the user to set a master password if an error occurs while accessing the OS secret storage.
2025-06-25 17:11:52 +05:30
Aditya Toshniwal
f3a87de967
Fixed terminal size detection issue in PSQL when opening multiple tabs rapidly.
2025-06-25 14:58:46 +05:30
Akshay Joshi
536191cef6
Downgrade selenium version, as latest version don't support urllib3 v2.5.*
2025-06-24 15:55:19 +05:30
Yogesh Mahajan
6fab59a13c
Ensure the generate script button in schema diff populates diff query in query tool.
2025-06-24 15:28:36 +05:30
Akshay Joshi
66cddab4a4
Updated version for release v9.5
2025-06-23 15:57:53 +05:30
Akshay Joshi
3e9169b282
1) Upgrade urllib3 to 2.5.*
...
2) Fixed one issue for #3319
2025-06-23 15:55:26 +05:30
Aditya Toshniwal
77fa10304b
Fixed a UI layout issue that occurred after upgrading from pgAdmin v9.2 when all tabs had been closed prior to the upgrade. #8830
2025-06-23 15:51:42 +05:30
Domenico Sgarbossa
68bd329da9
Italian translations for version 9.5
2025-06-23 11:34:16 +05:30
Libor M.
14e40cedca
Czech translation for version 9.5
2025-06-23 11:33:52 +05:30
Akshay Joshi
6382f31f9a
Updated message catalogs for v9.5
2025-06-19 16:48:36 +05:30
Pravesh Sharma
08d250e5ef
1. Fixed issues reported while testing changes for editor preferences. #2659
...
2. Updated preferences docs.
2025-06-19 16:09:39 +05:30
Yogesh Mahajan
f07eabedbe
Ensure that restored query tool tabs display the correct title. #3319
2025-06-19 12:12:54 +05:30
Aditya Toshniwal
5df2c7686c
Fix issues found while testing changes for preferences tab and search. #6743
2025-06-19 11:49:37 +05:30
Akshay Joshi
7946ee78f6
Ensure that Keyboard shortcuts for save and download actions should not called when their respective UI buttons are disabled. #8803
2025-06-17 16:19:41 +05:30
Akshay Joshi
335a39bc75
Updated JavaScript dependencies.
2025-06-16 18:57:56 +05:30
Macchiarch
d50a7dbd1a
Corrected the translation of "min"-> "minuti"
2025-06-16 11:12:10 +05:30
Akshay Joshi
6714bb114c
Fixed an issue in SQL syntax highlighting where the same color was used for both variable names and datatypes. #8235
2025-06-13 16:55:54 +05:30
Pravesh Sharma
cda498f779
Added support for customizing keyboard shortcuts in the Query Tool's Edit menu. #2659
2025-06-13 15:48:54 +05:30
Yogesh Mahajan
67c18cb082
Fix the SonarQube issues and issues reported during testing. #3319
2025-06-13 13:14:36 +05:30
Akshay Joshi
22fd919220
1) Added copyright header from the missing files.
...
2) Update release note.
3) Update Javascript dependecies.
2025-06-12 19:14:41 +05:30
Aditya Toshniwal
1e0e9c4f7d
1) Open preferences in a new tab instead of a dialog for better user experience. #6743
...
2) Add a search box to enable searching within the preferences tab. #2864
2025-06-12 19:03:54 +05:30
Rohit Bhati
814250aade
Added role-based restrictions for editing server connections. #1947
2025-06-10 12:19:41 +05:30
Daniel Nylander
2e072baf72
Updated Swedish translation.
2025-06-09 19:15:11 +05:30
Akshay Joshi
7f22d6135a
Added Swedish language in config.py
2025-06-09 16:58:08 +05:30
Daniel Nylander
331fd76b42
Adding Swedish translation
2025-06-09 16:52:45 +05:30
Akshay Joshi
cab1bc3cb4
Update yarn to version 4.
2025-06-06 19:08:32 +05:30
Akshay Joshi
4cd331f0ca
Fixed an issue where the Columns node was not visible under Catalog Objects. #8834
2025-06-06 12:34:20 +05:30
Akshay Joshi
e4e2761fe3
Fixed an issue where data export using a query opened the wrong dialog type. #8808
2025-06-05 17:04:33 +05:30
Akshay Joshi
45653180ed
Fixed an issue where data export using a query failed when the query contained a newline character. #8809
2025-06-05 16:58:10 +05:30
Yogesh Mahajan
68e559c613
Added support to preserve the workspace, query windows, and pgAdmin state during an abrupt shutdown or restart. #3319
2025-06-05 16:50:38 +05:30
Akshay Joshi
c2ef9d06ca
1) Remove migrations folder from the exclude list of .pycodestyle file.
...
2) Fixed all the PEP8 issues in the migration files.
2025-06-04 12:36:42 +05:30
Rohit Bhati
db5943bd8f
Add a new permission to allow disabling "Change Password" feature for a pgAdmin role. #1926
2025-06-03 16:20:30 +05:30
Akshay Joshi
b6f64c4ba4
Updated Python and JavaScript dependencies.
2025-06-03 13:40:47 +05:30
Akshay Joshi
a3e43e4e97
Fixed an issue where utilities such as pg_dump and pg_restore failed to log error messages when required dependency files were missing. #7466
2025-06-03 13:33:58 +05:30
Aditya Toshniwal
4a4d4569ae
Improved PL/PGSQL code folding and support nested blocks. #6118
2025-06-02 15:58:07 +05:30
Pravesh Sharma
3286b4e32f
Fixed an issue in the query tool where using multiple cursors to copy text resulted in only the first line being copied. #8691
2025-05-30 14:45:48 +05:30
Akshay Joshi
7504f6216a
Fixed an issue where the Schema Diff Tool incorrectly reported differences due to variations in the order of the privileges. #8032
2025-05-29 19:08:56 +05:30
Akshay Joshi
79ec042e0d
Updated Python and Javascript dependencies.
2025-05-29 13:37:21 +05:30
Aditya Toshniwal
7c74b7cdb7
- Pin Electron to v35.4.0 as the v36 is not working on many OS.
...
- Pin html-to-image to v1.11.11 as latest version breaks ERD image downloads.
2025-05-27 13:02:11 +05:30
Khushboo Vashi
e8826863e0
Updated version for v9.4
2025-05-26 18:47:53 +05:30
Pravesh Sharma
4f79deac0b
Fixed CSS issue found during testing of issue 6510
2025-05-26 18:32:07 +05:30
Libor M.
0b911bf58c
Updated Czech translation for v9.4.
2025-05-26 11:14:34 +05:30
yuki
15ca0ba1b6
Updated Portuguese (Brazilian) translation for v9.4
2025-05-26 11:13:57 +05:30
Aditya Toshniwal
c6183c9d03
Fixed more issues found while testing changes for large file download. #3369
2025-05-24 15:25:07 +05:30
Aditya Toshniwal
dfd896db10
Fixed an issue where pgAdmin failed to focus when previously unfocused and then quit. #8760
2025-05-24 15:23:17 +05:30
yuki
ac8f8fb0b0
Updated Portuguese (Brazilian) translation for v9.4
...
Added new translations there were missing.
2025-05-23 11:31:42 +05:30
Domenico Sgarbossa
d6ae6b2773
Updated Italian translation for v9.4
2025-05-22 18:51:25 +05:30
Akshay Joshi
a42f789ff0
Fixed an issue where correct error message not displayed when sql statement contains Arabic letters. #7926
2025-05-22 18:49:42 +05:30
Aditya Toshniwal
5d8ec6e5b0
Fix issues found while testing changes for large file download. #3369
2025-05-22 16:41:17 +05:30
Akshay Joshi
e711a1bbc6
Updated message catalogs for v9.4
2025-05-22 15:58:58 +05:30
Pravesh Sharma
b6e1223e88
Fixed an issue where the result grid slowed down when any column contained a large amount of data. #6510
2025-05-21 18:57:47 +05:30
Akshay Joshi
28921be00f
Updated Python and Javascript dependencies.
2025-05-20 14:07:38 +05:30
Anil Sahoo
4e8f29f328
Fixed an issue where light theme briefly appears when pgAdmin loads or tools open, even when a dark or system UI theme is preferred. #8711
2025-05-20 10:36:29 +05:30
Aditya Toshniwal
126e1fb53d
Enabled large file downloads for desktop users within the query tool. #3369
2025-05-14 15:30:17 +05:30
Akshay Joshi
eece396b30
Fixed an issue where the PSQL tool would hang when the database encoding was set to SQL_ASCII and certain commands were executed.
2025-05-14 14:05:29 +05:30
Anil Sahoo
abcb5f8830
Fixed an issue where the options key was not working as expected in the PSQL tool. #6968
2025-05-14 13:46:16 +05:30
Akshay Joshi
ebb4c9994f
Update Python and Javascript dependencies.
2025-05-13 12:59:25 +05:30
Aditya Toshniwal
971eee32ea
Update MUI from v6 to v7.
2025-05-13 12:51:00 +05:30
Rohit Bhati
af84d6b1e0
Handle result grid data changes in View/Edit Data mode by automatically reconnecting to the server if a disconnection occurs. #8608
2025-05-13 11:35:58 +05:30
Akshay Joshi
0403079a4b
1) Fixed an issue where the Cancel button did not work when attempting to delete a user from the User Management.
...
2) Fixed an issue where automatic user creation via LDAP failed if an existing Internal user with the same username was already present.
2025-05-09 13:28:23 +05:30
Anil Sahoo
97984eb3ec
Fix an issue where, after a database disconnection, the server would disconnect, and the reconnect dialog would repeatedly appear when clicking the Execute button. #8607
2025-05-08 15:48:49 +05:30
Aditya Toshniwal
c46fd30446
Fix JS test cases failing because of latest version of @tanstack/react-virtual.
2025-05-07 17:07:56 +05:30
Rohit Bhati
ff8a301f6a
Enhance contrast for selected and hovered items in the Object Explorer to improve visibility and accessibility. #8595
2025-05-07 12:33:04 +05:30
Aditya Toshniwal
27bd28ee97
Replace Grid with Grid2 as the former is deprecated by MUI
2025-05-06 19:39:33 +05:30
Akshay Joshi
fb4d25d907
1) Updated Python and JavaScript dependencies.
...
2) Updated release note.
2025-05-06 19:07:29 +05:30
Pravesh Sharma
ca6f52e7c7
Fixed issues related to column range selection using shift + click. #8713
2025-05-06 15:52:20 +05:30
Yogesh Mahajan
3bdeb9ace1
Implement API fetch error display for select dropdown. #8668
2025-05-06 10:52:42 +05:30
Pravesh Sharma
5d78f4a89f
Fix the issue where an error is displayed when a table is dropped while a query is running. #6564
2025-05-02 14:12:06 +05:30
Anil Sahoo
695f870ce1
Fixed an issue where the query tool returns "cannot unpack non-iterable Response object" when running any query with a database name change. #8607
2025-05-02 10:57:43 +05:30
Akshay Joshi
593b111fdf
Add all missing options to the Import/Export Data functionality, and update the syntax of the COPY command to align with the latest standards. #8583
...
Add support for exporting table data based on a custom query. #8681
2025-04-30 17:51:04 +05:30
Akshay Joshi
829876c2e0
1) Sorted requirements.txt alphabetically.
...
2) Remove packages for Python 3.8.
3) Update JavaScript dependencies.
4) Update Python packages.
2025-04-30 12:43:02 +05:30
Akshay Joshi
5a501603ac
Updated version for v9.3
2025-04-28 11:00:39 +05:30
Libor M.
e7f8cb4ea3
Czech translation for version 9.3
2025-04-28 10:58:35 +05:30
Pravesh Sharma
78d9aa5b76
Fixed issue found while testing PostGIS spatial type constructor support. #2256
2025-04-25 11:13:18 +05:30
Domenico Sgarbossa
038029eb2d
Italian translation for v9.3
2025-04-24 18:43:33 +05:30
Aditya Toshniwal
a14cc1bd77
Updated message catalogs for v9.3.
2025-04-24 16:19:42 +05:30
Yogesh Mahajan
33389fc48e
Fix feature test failures for PG servers.
2025-04-24 15:57:48 +05:30
Aditya Toshniwal
d468c16ca2
Fixed more issues found while testing role permissions feature. #7310
2025-04-23 15:47:51 +05:30
Pravesh Sharma
b08e90ea88
Add support for type constructors for PostGIS spatial types. #2256
2025-04-23 15:35:42 +05:30
Yogesh Mahajan
75dc42cf24
Allow OAuth 2 login using the username claim if the email is absent from the user profile. #8652
2025-04-23 15:21:25 +05:30
Aditya Toshniwal
ec3d142ad9
Fix issues while testing role permissions feature. #7310
2025-04-21 15:14:18 +05:30
Aditya Toshniwal
280f0b0038
Revert "Rebase fork pgadmin-org/react-data-grid to get latest changes and update pgAdmin package.json"
...
It requires React 19.
This reverts commit 7307c52250 .
2025-04-21 15:12:27 +05:30
Aditya Toshniwal
7307c52250
Rebase fork pgadmin-org/react-data-grid to get latest changes and update pgAdmin package.json
2025-04-21 13:48:43 +05:30
Aditya Toshniwal
e8cb962890
Add Cache-Control no-cache,no-store,must-revalidate header to dynamically generated utils.js file. #3688
2025-04-16 11:23:35 +05:30
Akshay Joshi
934f17c65e
Ensure that the server list is alphabetically sorted in the Query Tool/PSQL workspace. #8636
2025-04-15 16:12:49 +05:30
Akshay Joshi
55f36912f9
Updated JavaScript dependencies.
2025-04-15 11:52:44 +05:30
Akshay Joshi
7b1ad5fa67
Fixed an issue where changes to foreign key constraints were not detected in the schema diff. #8627
2025-04-15 11:46:12 +05:30
Aditya Toshniwal
7d8a915ee0
Add support for custom roles and role permissions management in pgAdmin. #7310
2025-04-15 11:25:31 +05:30
Aditya Toshniwal
8b4df8beb1
Change the shortcut for canceling a running query as it conflicts with the shortcut to open a new query tool. #8628
2025-04-14 13:46:59 +05:30
Aditya Toshniwal
f98a74b526
Fixed an issue where the user management tab is not opening in the classic layout. #8651
2025-04-14 13:32:05 +05:30
Aditya Toshniwal
8a0eae2bb0
Fixed an issue where drag and drop function with no parameters does not work. #8613
2025-04-14 12:57:26 +05:30
Aditya Toshniwal
18f47a59c5
Fixed an issue where the query tool went blank when converting history dates to the appropriate locale format. #8632
2025-04-14 12:43:05 +05:30