Yogesh Mahajan
cb7fd7106c
Enable cluster deployment with gp3 volume for AWS & BigAnimal cloud providers. #6323
2023-07-10 11:22:24 +05:30
Pravesh Sharma
62056cab14
Fixed sonaqube security smells and bugs
...
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
Akshay Joshi
9aa116bf3f
1) Added new/missing parameters to pg_dumpall (Backup Server). #6416
...
2) Added new/missing parameters to pg_dump (Backup Objects). #6417
2023-07-10 10:34:30 +05:30
Akshay Joshi
70d356d0f4
Fixed API test cases failing for v13 and below
2023-07-06 14:44:48 +05:30
Akshay Joshi
bccdb131ee
Fixed an issue where Partitions are not visible in EPAS Servers.
2023-07-06 12:58:06 +05:30
Akshay Joshi
c12f229c64
Added check to enable/disable Concurrently and Finalize menu of Detach Partition. #6369
2023-07-05 18:36:59 +05:30
Khushboo Vashi
326dc2bbcc
Fix an issue where queries longer than 1 minute get stuck - Container 7.1. #6317 ( #6491 )
...
Fix an issue where queries longer than 1 minute get stuck - Container 7.1. #6317
Fix an issue where queries get stuck with auto-completion enabled. #6356
Fix an issue where queries can't complete execution. #6163
2023-07-04 10:44:46 +05:30
Aditya Toshniwal
d6cddd8c29
Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295
2023-06-30 16:08:33 +05:30
Nikhil Mohite
732bcc2b4d
Fixed an issue where the query tool is unable to execute a query on Postgres 10 and below versions. #6515
2023-06-30 12:40:48 +05:30
Kevapo
944b614431
Fixed an issue where Import Export not working when using pgpassfile. #6165
2023-06-29 11:13:50 +05:30
Anil Sahoo
cbeacf890d
Fixed Query Tool/ PSQL tool tab title not getting updated on database rename. #6364
2023-06-29 10:34:20 +05:30
Akshay Joshi
0687c52fdc
Added support to detach partitions using concurrently and finalize. #6369
2023-06-29 10:33:39 +05:30
Aditya Toshniwal
8dc79e73bd
Fix an XSS issue in PSQL tool title
2023-06-26 13:36:25 +05:30
oon arfiandwi
64c48ad237
Indonesian translation for version 7.4
2023-06-26 10:53:37 +05:30
MysticBoy
ee0cfef31a
Chinese translation for v7.4
2023-06-26 10:53:17 +05:30
Libor M
5a22876176
Czech translation for version 7.4
2023-06-26 10:52:47 +05:30
Akshay Joshi
ca01116700
Typecast some parameters before sending to GUI in server module.
2023-06-23 19:15:21 +05:30
Akshay Joshi
058da752a1
Update message catalogs.
2023-06-22 16:28:51 +05:30
Aditya Toshniwal
f7bc826262
Fix an issue where all the menus are enabled when pgAdmin is opened and no object is selected in the object explorer. #6435
2023-06-22 13:52:39 +05:30
Anil Sahoo
78db1e3c36
Added security_invoker option while creating a view. #6371
2023-06-22 11:14:03 +05:30
Khushboo Vashi
1184752540
Support UNICODE encoding as psycopg3 do not support it by default.
2023-06-21 15:32:13 +05:30
Aditya Toshniwal
7c6e83c6fe
Fix an issue where explain plan details is showing HTML escaped characters. #6352
2023-06-21 13:45:43 +05:30
Pravesh Sharma
595a0dfc55
Added 'OR REPLACE' clause while creating trigger. #6370
2023-06-21 11:13:53 +05:30
Aditya Toshniwal
466e969776
Fix an issue where object explorer tree crashes occasionally. #5306
2023-06-21 11:05:58 +05:30
Akshay Joshi
4490f6f838
Ensure that if test cases run with the '--pkg resql' option then only RESQL test cases should be run.
2023-06-20 17:24:37 +05:30
Nikhil Mohite
4746fbd346
Fixed an issue where View/Edit data is throwing an error if the user deleted and re-create the same table for which View/Edit data was opened. #6431
2023-06-19 19:37:10 +05:30
Akshay Joshi
5d619fd455
1) Fixed Schema Diff issue.
...
2) Remove unsupported versions from the get_version_mapping_directories() function.
3) Updated test cases for version template loader.
2023-06-19 18:44:55 +05:30
Khushboo Vashi
c5cbb33a06
Fix raise notice from func/proc or code blocks are no longer displayed live. #6420
2023-06-19 17:04:22 +05:30
Aditya Toshniwal
a9ae7ca099
Ensure that query tool status poller is paused if the query tool is not visible/active
2023-06-19 16:28:48 +05:30
Pravesh Sharma
36949aef99
Added option to create unique index with nulls not distinct. #6368
2023-06-19 15:09:48 +05:30
Akshay Joshi
557f33c4f9
Added support to drop databases using the 'WITH (FORCE)' option. #6367
2023-06-19 15:04:40 +05:30
Anil Sahoo
789f169135
Add Password exec command and Expiration time to server export JSON and also allow them to import. #6258
2023-06-15 11:49:06 +05:30
Pravesh Sharma
64446790d2
Add a precautionary fix to handle connection timeout issue when fetching more rows in query tool grid. #6291
2023-06-14 16:53:47 +05:30
Nikhil Mohite
be4db5ce04
Fixed an issue where PSQL tool not working if the database name have single and double quotes #6431
2023-06-13 12:04:26 +05:30
Akshay Joshi
c90f831493
Fix new code smell
2023-06-12 19:06:01 +05:30
Akshay Joshi
251bf05692
Fixed the following SonarQube code smells:
...
1) Do not use Array index in keys.
2) Unnecessary escape character.
3) Rename this local variable to match the regular expression ^[_a-z][a-z0-9_]*$
4) Remove the unused local variable.
2023-06-12 18:44:31 +05:30
Aditya Toshniwal
745a91393c
Fix JS test cases and other JS build issues caused due to dependabot updates.
2023-06-09 18:22:20 +05:30
Pravesh Sharma
f4ea95da12
Fixed few query tool query tool shortcuts. #6065
2023-06-09 18:20:43 +05:30
Khushboo Vashi
a5b5ede8fd
Fix the UNICODE encoding issue while connecting through Pgbouncer after upgrading from 6.21 to 7.1 #6340 .
2023-06-09 16:24:05 +05:30
Akshay Joshi
7e3a932890
Fixed SonarQube Bugs
2023-06-09 15:28:46 +05:30
Akshay Joshi
c69315bb43
Fixed SSH Tunnel save password issue.
2023-06-05 15:13:15 +05:30
LingBing
9a793a30b3
Chinese Translation for version 7.3
2023-06-05 12:47:36 +05:30
Nikhil Mohite
f6275688e7
Fixed following issues: ( #6361 )
...
1) Ensure that SSH Tunnel should work properly after upgrading to 7.2 from 7.1. #6341
2) Ensure that the master password dialog should not visible if the parameter MASTER_PASSWORD_REQUIRED is set to False. #6353
2023-06-05 12:45:34 +05:30
Khushboo Vashi
10077f13c4
Fixed an issue where pgadmin is unable to take the defined role. #6342
2023-06-05 12:37:33 +05:30
oon arfiandwi
1afcc5c835
Indonesian translation for version 7.2
2023-06-05 12:31:26 +05:30
Akshay Joshi
149e093c88
Fixed an issue where Foreign Key with 3 or more columns are shown in the wrong order in SQL and Properties. #6345
2023-06-02 15:01:54 +05:30
Anil Sahoo
b5af4ead0d
Fix an issue where editing a database object de-selects it on the browser tree. #6136
2023-06-02 10:59:47 +05:30
Anil Sahoo
7dfcc73e95
Update the publication dialog tabs and the docs. #5868
2023-05-30 16:45:13 +05:30
Nikhil Mohite
cbb89b09b1
Ensure migrate stored password dialogue is shown only if any server passwords are saved. #5123
2023-05-30 16:44:25 +05:30
Anil Sahoo
05b595d32d
Fixed the failure of python test cases of EPAS and JS tests for publication node. #5868
2023-05-29 17:41:45 +05:30