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 |
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 |
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 |
Pravesh Sharma
|
4f79deac0b
|
Fixed CSS issue found during testing of issue 6510
|
2025-05-26 18:32:07 +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 |
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 |
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 |
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 |
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 |
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
|
27bd28ee97
|
Replace Grid with Grid2 as the former is deprecated by MUI
|
2025-05-06 19:39:33 +05:30 |
Pravesh Sharma
|
ca6f52e7c7
|
Fixed issues related to column range selection using shift + click. #8713
|
2025-05-06 15:52:20 +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 |
Pravesh Sharma
|
78d9aa5b76
|
Fixed issue found while testing PostGIS spatial type constructor support. #2256
|
2025-04-25 11:13:18 +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 |
Aditya Toshniwal
|
ec3d142ad9
|
Fix issues while testing role permissions feature. #7310
|
2025-04-21 15:14:18 +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 |
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
|
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 |
Akshay Joshi
|
31b1af2f84
|
Fixed an issue where filtering on a view caused an error. #8630
|
2025-04-09 19:00:32 +05:30 |
Rohit Bhati
|
2de2c30545
|
Fixed an issue where Ctrl/Cmd+A in cell editor would select all rows. #8572
|
2025-04-08 18:29:05 +05:30 |
Kijong Han
|
51897dc804
|
Fixed an issue where shift + click on rows/columns for range selection did not work in the query tool data output window. #5266
|
2025-04-08 12:43:05 +05:30 |
Akshay Joshi
|
627aa5d695
|
Added ability to use SQL in the 'DB Restriction' field. #2767
|
2025-04-04 15:53:12 +05:30 |
Khushboo Vashi
|
8031c35160
|
Fixed an issue where the debugger hangs when stepping into nested function/procedure. #8443
|
2025-04-03 19:20:28 +05:30 |
Mike Christensen
|
10b15b3986
|
Added support for font ligatures. #8629
|
2025-04-03 19:06:40 +05:30 |
Akshay Joshi
|
af6c1a24cf
|
1) Upgraded Gunicorn to version 23.0.0 to address a security vulnerability present in Gunicorn.
2) Resolved an issue where an empty PSQL panel would open if the psql utility was not found in the binary path.
|
2025-04-01 16:33:50 +05:30 |
Aditya Toshniwal
|
cfca6f6218
|
Fixed issues while testing multiple popups issue. #8316
|
2025-03-31 14:28:56 +05:30 |
Akshay Joshi
|
75be0bc22d
|
Fixed a remote code execution issue in the Query Tool and Cloud Deployment (CVE-2025-2945). #8603
|
2025-03-31 11:33:37 +05:30 |
Aditya Toshniwal
|
6b9f002366
|
Fixed an issue where user management tab was not focussed when opened from a non default workspace. #8574
|
2025-03-28 15:31:51 +05:30 |
Akshay Joshi
|
1d3e0a4455
|
Revert the fix for #8006
|
2025-03-27 12:32:46 +05:30 |
Aditya Toshniwal
|
82c5febde6
|
Font family should fallback to Source Code Pro if not valid. #392
Update user management docs.
|
2025-03-27 11:03:39 +05:30 |
Aditya Toshniwal
|
9ab451e163
|
Open user management in a separate tab instead of a dialog to enhance UI/UX. #8574
|
2025-03-25 12:33:49 +05:30 |
Mike Christensen
|
13b44fffc7
|
Add an ability to configure the font family for SQL editors. #392
|
2025-03-24 11:08:49 +05:30 |
Yogesh Mahajan
|
b2669930f5
|
Ensure that modal dialogs are not triggered more than once to avoid duplicates. #8316
|
2025-03-18 15:58:16 +05:30 |
Rohit Bhati
|
be534be674
|
Update the stop/terminate icon at all the places for better UX. #8473
|
2025-03-12 12:31:23 +05:30 |
Pravesh Sharma
|
f9af74529c
|
Fixed an issue where geometries in the geometry viewer will render partially when the container was resized. #8462
|
2025-03-10 18:44:24 +05:30 |
Pravesh Sharma
|
73b437c0f5
|
Added support to automatically open a file after it is downloaded in the desktop mode. #4194
|
2025-03-10 11:38:13 +05:30 |
Rohit Bhati
|
1590df8dfd
|
Change the stop/terminate icon at all the places for better UX. #8473
|
2025-03-07 11:26:13 +05:30 |
Akshay Joshi
|
5ee33cf162
|
Fixed an issue where the PSQL terminal displays keyname for non alphanumeric keys. #8437
|
2025-03-05 18:31:49 +05:30 |
Aditya Toshniwal
|
7a25da9b06
|
Add support for restoring plain SQL database dumps. #5871
|
2025-03-05 18:22:44 +05:30 |