Commit Graph

2194 Commits

Author SHA1 Message Date
Khushboo Vashi
bd227e03bd Fix an issue where pgAdmin crashes on accessing the dashboard state tab when database is super busy. #7809 2024-12-05 15:00:35 +05:30
Akshay Joshi
413202899f Update release note. 2024-12-05 12:23:29 +05:30
Aditya Toshniwal
bd2a484c2f
Added support for adding tags on a server node. #8192 2024-12-05 12:18:26 +05:30
Aditya Toshniwal
256d1e55c8 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. #8157 2024-12-04 11:32:01 +05:30
Khushboo Vashi
46c7562ed2
Update release note. 2024-12-03 17:52:39 +05:30
Yogesh Mahajan
42018e69a5
Add support to deploy pgAdmin in container with readOnlyRootFilesystem to true. #7330 2024-12-03 17:50:20 +05:30
Pravesh Sharma
6810fa6ce6
Add support for passing connection details as placeholders in the passexec command. #6794
Added a fix where electron app menu was not refreshing when node selection changed.
2024-11-29 17:54:07 +05:30
Aditya Toshniwal
657b0f82ec
Fixed an issue where query tool throws syntax error if a newly added row is untouched and saved. #8028
Fixed an issue where auto-width of wide columns in data output is incorrectly calculated. #8158
2024-11-28 14:18:13 +05:30
Aditya Toshniwal
88e515093c
Show auto-complete column names in filtered rows dialog of table and filter options of view/edit data tool. #3751
Allow setting NULL ordering for columns in view/edit data filter dialog. #3317
2024-11-28 10:13:57 +05:30
Pravesh Sharma
9ef5a53790
Add a user preference to enable/disable alternating row background colors in the data output of query tool. #8134
Fixed some theme related issues.
2024-11-27 11:23:13 +05:30
Aditya Toshniwal
da530824d6 Fixed an issue where indent with space was not aligning to next tab position. #7486 2024-11-25 16:42:07 +05:30
Khushboo Vashi
f4cba74bf6 Fixed an issue where querying a foreign table gives the error 'ForeignTableCommand' object has no attribute 'auto_commit'. #7384 2024-11-25 14:40:26 +05:30
Akshay Joshi
ec197c68b8 Updated release note. 2024-11-21 15:58:26 +05:30
Yogesh Mahajan
026c0d2389
Ensure the crypt key is retrieved correctly on backend server restart. #8065 2024-11-21 15:55:38 +05:30
Akshay Joshi
032583e280 Updated release note. 2024-11-21 11:56:30 +05:30
Aditya Toshniwal
f23fe38e0b Update release notes. 2024-11-21 10:59:08 +05:30
Aditya Toshniwal
c5d5fbdafd Fixed an issue where Ctrl/Cmd + A was not selecting all data in query tool data grid. #5099 2024-11-14 16:56:03 +05:30
Akshay Joshi
64399901ad Added release note for 8.14 2024-11-14 13:23:58 +05:30
Pravesh Sharma
0aba9703cd
Added support for a builtin locale provider in the Database dialog. #8095 2024-11-14 13:20:01 +05:30
Aditya Toshniwal
947dbf6d0a Update release notes. 2024-11-07 22:02:18 +05:30
Aditya Toshniwal
44dc78f4df - Update few JS dependencies.
- Update runtime documentation page.
2024-11-04 13:47:30 +05:30
Akshay Joshi
25c3142586 Updated python packages. 2024-11-02 17:39:15 +05:30
Aditya Toshniwal
a44424d5fa Update release notes 2024-10-31 19:23:49 +05:30
Khushboo Vashi
8b354aec1d
Update Release Notes. 2024-10-19 10:48:18 +05:30
Akshay Joshi
f819841430 Update the release note. 2024-10-17 17:33:08 +05:30
Akshay Joshi
867b2a5149 Updated version for release v8.13 2024-10-14 16:20:54 +05:30
Akshay Joshi
17883fbd84 Use PG17 as the default in the container. #8022 2024-10-10 15:55:43 +05:30
Rohit Bhati
b649094d36
Fix the issue where rows do not retain shading when scrolling. #8013 2024-10-10 15:19:24 +05:30
Aditya Toshniwal
8c45dea975 Fixed an issue where graphical explain keeps the node details open even after plan changed. #7993 2024-10-10 10:50:11 +05:30
Aditya Toshniwal
9169d3d4bf Fixed an issue where cursor selection is not visible in the PSQL tool. #7957 2024-10-09 14:42:30 +05:30
Tomas Dabašinskas
f1e48b719d
Fix a typo in docs for google oauth2
It should probably be `userinfo`, not `useinfo` 🙂
2024-10-07 19:05:46 +05:30
Akshay Joshi
081bebaf80 Update release note. 2024-10-07 11:47:31 +05:30
Akshay Joshi
6c3f0a4606 1) Updated French Translation.
2) Updated release note.
2024-10-04 12:26:37 +05:30
Akshay Joshi
485c654c6e Updated release note. 2024-10-01 16:16:47 +05:30
Aditya Toshniwal
6322674d98
Replace infinite scrolling with pagination in query tool data output for better UX and performance. #1780 2024-10-01 14:47:12 +05:30
Akshay Joshi
28eb2c0b4b Update release note. 2024-09-27 16:25:51 +05:30
Akshay Joshi
0ab5e0d4ef Update release note. 2024-09-24 19:44:28 +05:30
Rohit Bhati
4cb0f87dfd
Added support for auto-detecting and setting the End-of-line character (LF/CRLF) in the query tool editor. #7393 2024-09-24 16:39:08 +05:30
Akshay Joshi
b757d26933 1) Update JS and Python dependencies from Dependabot.
2) Added new release note file.
2024-09-23 16:33:20 +05:30
Khushboo Vashi
a0aa185518 Fixed a security issue where the OAuth2 client ID and secret exposed through the web browser (CVE-2024-9014). #7945 2024-09-20 08:45:37 +05:30
Aditya Toshniwal
53cdc80df2 Add a new config variable - ALLOW_SPECIAL_EMAIL_DOMAINS to allow special domains for pgAdmin user emails. #6222 2024-09-19 10:51:06 +05:30
Aditya Toshniwal
100f59f78b Fixed an issue where "Quit App" confirmation modal in desktop app is not respecting "Confirm on close or refresh?". #7890 2024-09-18 16:43:57 +05:30
Akshay Joshi
acb0eb2141 Update version for release v8.12 2024-09-16 17:57:07 +05:30
Akshay Joshi
d81bd595aa Updated release note 2024-09-11 13:07:13 +05:30
Akshay Joshi
d8381918a7 Updated release note. 2024-09-09 14:35:41 +05:30
Khushboo Vashi
6563067892
Update release notes. 2024-09-02 15:09:34 +05:30
Akshay Joshi
61413c1902 Update release note. 2024-08-30 12:27:03 +05:30
Pravesh Sharma
f88ca891fa
Added feature to restore preferences to their default values. #1900 2024-08-30 12:24:24 +05:30
Aditya Toshniwal
1a1734cf5c Allow running non-continuous selected SQL code blocks in the query tool. #7293 2024-08-29 12:41:58 +05:30
Akshay Joshi
96ce010635 Added release note for v8.12 2024-08-22 17:47:40 +05:30