[pgAdmin4][Patch] - RM 5885 - Macro Support - Not able to change the Name

2020-10-05 Thread Khushboo Vashi
Hi,

Please find the attached patch to fix the RM #5885 - Macro Support - Not
able to change the Name.

Thanks,
Khushboo


RM_5885.patch
Description: Binary data


pgAdmin 4 commit: Fixed issues where the 'pg_pltemplate' system catalog

2020-10-05 Thread Akshay Joshi
Fixed issues where the 'pg_pltemplate' system catalog is removed from PG 13 and 
it gives error while creating the language.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=542be2b2d47f7fe991f9182dbc78f964278773d8

Modified Files
--
.../servers/databases/languages/__init__.py   | 15 ++-
.../servers/databases/languages/static/js/language.js | 19 +++
.../databases/languages/tests/language_test_data.json |  2 ++
.../tests/test_language_get_function_and_template.py  |  4 
4 files changed, 35 insertions(+), 5 deletions(-)



pgAdmin 4 commit: Fixed an issue where the user is unable to change the

2020-10-05 Thread Akshay Joshi
Fixed an issue where the user is unable to change the macro name. Fixes #5885

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c28509ac2880f7db5407395bde53beca33126601
Author: Khushboo Vashi 

Modified Files
--
docs/en_US/release_notes_4_27.rst|  3 ++-
web/pgadmin/tools/sqleditor/tests/test_macros.py | 32 ++--
web/pgadmin/tools/sqleditor/utils/macros.py  |  4 +--
3 files changed, 34 insertions(+), 5 deletions(-)



pgAdmin 4 commit: Allow users to modify the option settings of the proc

2020-10-05 Thread Akshay Joshi
Allow users to modify the option settings of the procedure.

refs #5843

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9a77d4dc1a632c739b3b924d60ed1bbe636de288
Author: Pradip Parkale 

Modified Files
--
.../schemas/functions/templates/procedures/ppas/sql/11_plus/update.sql | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql

2020-10-05 Thread Akshay Joshi
Thanks, patch applied.

On Thu, Oct 1, 2020 at 2:25 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Akshay,
>
> Please find the attached patch to allow the user to modify the option
> settings of the procedure. This issue was only for PPAS 11 and PPAS 12.
>
> On Wed, Sep 23, 2020 at 11:30 PM Pradip Parkale <
> pradip.park...@enterprisedb.com> wrote:
>
>> Hi Akshay,
>>
>> Please find the small patch for the ' Parallel Unsafe' option is missing
>> in SQL. It was missing in first patch for PG96 and PG10.
>>
>>
>> On Wed, Sep 23, 2020 at 1:25 PM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Thanks, patch applied. It's a small fix so I have fixed it.
>>>
>>> On Wed, Sep 23, 2020 at 12:14 PM Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Hi Pradip

 RESQL tests are failing on EPAS 9.5, 9.6, and 10. Please fix and resend
 the patch.

 On Tue, Sep 22, 2020 at 6:41 PM Pradip Parkale <
 pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
>
> The 'Unsafe' parallel option was not visible in the SQL for function
> and procedure. Attached is the patch to fix this issue.
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


 --
 *Thanks & Regards*
 *Akshay Joshi*
 *pgAdmin Hacker | Sr. Software Architect*
 *EDB Postgres *

 *Mobile: +91 976-788-8246*

>>>
>>>
>>> --
>>> *Thanks & Regards*
>>> *Akshay Joshi*
>>> *pgAdmin Hacker | Sr. Software Architect*
>>> *EDB Postgres *
>>>
>>> *Mobile: +91 976-788-8246*
>>>
>>
>>
>> --
>> Thanks & Regards,
>> Pradip Parkale
>> Software Engineer | EnterpriseDB Corporation
>>
>
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [pgAdmin4][Patch] - RM 5885 - Macro Support - Not able to change the Name

2020-10-05 Thread Akshay Joshi
Thanks, patch applied.

On Mon, Oct 5, 2020 at 1:20 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch to fix the RM #5885 - Macro Support - Not
> able to change the Name.
>
> Thanks,
> Khushboo
>
>

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Sr. Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Fixed feature tests for autocomplete.

2020-10-05 Thread Akshay Joshi
Fixed feature tests for autocomplete.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a0a15fa64392b3009dafb79f960630e4b50ad08b

Modified Files
--
web/pgadmin/feature_tests/query_tool_auto_complete_tests.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)



pgAdmin 4 commit: Fixed PEP8

2020-10-05 Thread Akshay Joshi
Fixed PEP8

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bcb2f833cd2e1a2ca736c944a03f299dac6384e8

Modified Files
--
web/pgadmin/feature_tests/query_tool_auto_complete_tests.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



[pgAdmin][RM5822]: Unable to change Start value for existing sequence

2020-10-05 Thread Pradip Parkale
Hi Hackers,

Please find the attached patch to allow the user to change the start value
of the existing sequence.

-- 
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


RM5855.patch
Description: Binary data


pgAdmin 4 commit: Fixed invalid literal issue when fetching dependencie

2020-10-05 Thread Akshay Joshi
Fixed invalid literal issue when fetching dependencies for Materialized View. 
Fixed #5882

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9466278be2d429db707d90047a2a6219095d0e3c

Modified Files
--
docs/en_US/release_notes_4_27.rst | 1 +
web/pgadmin/browser/utils.py  | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)



pgAdmin 4 commit: Ensure that the user should be able to change the sta

2020-10-05 Thread Akshay Joshi
Ensure that the user should be able to change the start value of the existing 
sequence. Fixes #5855

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4029cca04a368de0d8ca1b23a620403f4e287fe
Author: Pradip Parkale 

Modified Files
--
docs/en_US/release_notes_4_27.rst| 1 +
.../servers/databases/schemas/sequences/static/js/sequence.js| 5 +
2 files changed, 2 insertions(+), 4 deletions(-)