public inbox for [email protected]  
help / color / mirror / Atom feed
pgAdmin 4 commit: Fixed an issue where the identical packages and seque
56+ messages / 4 participants
[nested] [flat]

* pgAdmin 4 commit: Fixed an issue where the identical packages and seque
@ 2020-04-13 14:54 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-04-13 14:54 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the identical packages and sequences visible as different in the schema diff tool. Fixes #5362

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                                 | 3 ++-
.../server_groups/servers/databases/schemas/packages/__init__.py  | 2 +-
.../server_groups/servers/databases/schemas/sequences/__init__.py | 1 +
.../schemas/sequences/templates/sequences/sql/default/update.sql  | 3 +++
.../schemas/sequences/tests/pg/default/alter_seq_privs_add.sql    | 2 +-
.../schemas/sequences/tests/pg/default/alter_seq_privs_remove.sql | 2 +-
.../schemas/sequences/tests/pg/default/alter_seq_privs_update.sql | 2 +-
.../schemas/sequences/tests/pg/default/alter_seq_props.sql        | 2 +-
.../schemas/sequences/tests/ppas/default/alter_seq_privs_add.sql  | 2 +-
.../sequences/tests/ppas/default/alter_seq_privs_remove.sql       | 2 +-
.../sequences/tests/ppas/default/alter_seq_privs_update.sql       | 2 +-
.../schemas/sequences/tests/ppas/default/alter_seq_props.sql      | 2 +-
web/pgadmin/tools/schema_diff/tests/pg/10_plus/source.sql         | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/pg/10_plus/target.sql         | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/pg/11_plus/source.sql         | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/pg/11_plus/target.sql         | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/pg/12_plus/source.sql         | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/pg/12_plus/target.sql         | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/pg/9.2_plus/source.sql        | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/pg/9.2_plus/target.sql        | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/ppas/10_plus/source.sql       | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/ppas/10_plus/target.sql       | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/ppas/9.2_plus/source.sql      | 8 ++++++++
web/pgadmin/tools/schema_diff/tests/ppas/9.2_plus/target.sql      | 8 ++++++++
24 files changed, 111 insertions(+), 10 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the server icon getting change t
@ 2020-09-08 06:35 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-09-08 06:35 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the server icon getting change to the shared server icon in desktop mode.

refs #4979

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98e86a81604dacee337bd231426716c69b3e...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/static/js/server.js | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m
@ 2020-09-22 04:16 Akshay Joshi <[email protected]>
  2020-09-22 04:49 ` Re: pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m Ashesh Vashi <[email protected]>
  0 siblings, 1 reply; 56+ messages in thread

From: Akshay Joshi @ 2020-09-22 04:16 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the query tool is not fetching more than 1000 rows for the table does not have any primary key. Fixes #5845

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed3c692b1fc7615a91910a1ea53411bced6b...
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                     |  3 ++-
.../sqleditor/utils/is_query_resultset_updatable.py   | 19 +++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* Re: pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m
  2020-09-22 04:16 pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m Akshay Joshi <[email protected]>
@ 2020-09-22 04:49 ` Ashesh Vashi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Ashesh Vashi @ 2020-09-22 04:49 UTC (permalink / raw)
  To: Akshay Joshi <[email protected]>; +Cc: [email protected]

Murtuza,

Please make sure this one is merged.

— Ashesh

On Tue, 22 Sep 2020 at 09:46, Akshay Joshi <[email protected]>
wrote:

> Fixed an issue where the query tool is not fetching more than 1000 rows
> for the table does not have any primary key. Fixes #5845
>
>
>
> Branch
>
> ------
>
> master
>
>
>
> Details
>
> -------
>
>
> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed3c692b1fc7615a91910a1ea53411bced6b...
>
> Author: Aditya Toshniwal <[email protected]>
>
>
>
> Modified Files
>
> --------------
>
> docs/en_US/release_notes_4_27.rst                     |  3 ++-
>
> .../sqleditor/utils/is_query_resultset_updatable.py   | 19
> +++++++++----------
>
> 2 files changed, 11 insertions(+), 11 deletions(-)
>
>
>
> --

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com;


*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi;


^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the server is not able to connec
@ 2020-09-22 11:19 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-09-22 11:19 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the server is not able to connect using the service. Fixes #5841

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=458036ad6ba3e3dd936330de56b2fbc17080...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                         |  1 +
web/pgadmin/browser/server_groups/servers/__init__.py     | 15 +++++----------
.../browser/server_groups/servers/static/js/server.js     |  2 +-
.../server_groups/servers/templates/servers/password.html | 10 ++++++++--
.../servers/templates/servers/tunnel_password.html        |  8 +++++++-
5 files changed, 22 insertions(+), 14 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the 'PARALLEL UNSAFE' option is
@ 2020-09-23 07:54 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-09-23 07:54 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the 'PARALLEL UNSAFE' option is missing from reverse engineering SQL of function/procedure node. Fixes #5843.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2e55b1f660f4615fde8510f0358a528454b4...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                                     | 1 +
.../schemas/functions/templates/functions/pg/sql/11_plus/create.sql   | 4 ++--
.../schemas/functions/templates/functions/pg/sql/12_plus/create.sql   | 4 ++--
.../schemas/functions/templates/functions/ppas/sql/12_plus/create.sql | 4 ++--
.../functions/templates/functions/ppas/sql/9.6_plus/create.sql        | 4 ++--
.../functions/templates/procedures/ppas/sql/11_plus/create.sql        | 4 ++--
.../functions/templates/procedures/ppas/sql/9.6_plus/create.sql       | 4 ++--
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_comment.sql      | 2 +-
.../schemas/functions/tests/ppas/9.6_plus/alter_proc_param.sql        | 2 +-
.../schemas/functions/tests/ppas/9.6_plus/create_procedure.sql        | 2 +-
10 files changed, 16 insertions(+), 15 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the user is unable to change the
@ 2020-10-05 09:10 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-10-05 09:10 UTC (permalink / raw)
  To: [email protected]

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=c28509ac2880f7db5407395bde53beca3312...
Author: Khushboo Vashi <[email protected]>

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(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the suffix for Toast table size
@ 2020-10-20 11:46 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-10-20 11:46 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the suffix for Toast table size is not visible in the Statistics tab. Fixes #5895

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b9504bdfb729ce22091271c1c91e70c3475...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst                                     | 1 +
.../databases/schemas/tables/templates/tables/sql/9.1_plus/stats.sql  | 4 ++--
.../databases/schemas/tables/templates/tables/sql/9.2_plus/stats.sql  | 4 ++--
.../databases/schemas/tables/templates/tables/sql/default/stats.sql   | 4 ++--
4 files changed, 7 insertions(+), 6 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the validation error message is
@ 2020-10-30 09:39 Akshay Joshi <[email protected]>
  2020-12-03 05:39 ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
  0 siblings, 1 reply; 56+ messages in thread

From: Akshay Joshi @ 2020-10-30 09:39 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the validation error message is shown twice. Fixes #5736

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=183c83f0d2b2cb8dd33f9e8c41a030bc4cda...
Author: Rahul Shirsat <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst          |  1 +
web/pgadmin/browser/static/js/datamodel.js | 75 +++++++++++++++++++++++++++++-
web/pgadmin/static/js/backform.pgadmin.js  | 24 ++++------
web/pgadmin/static/scss/_alert.scss        |  6 +++
4 files changed, 90 insertions(+), 16 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* Re: pgAdmin 4 commit: Fixed an issue where the validation error message is
  2020-10-30 09:39 pgAdmin 4 commit: Fixed an issue where the validation error message is Akshay Joshi <[email protected]>
@ 2020-12-03 05:39 ` Murtuza Zabuawala <[email protected]>
  2020-12-03 05:47   ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
  0 siblings, 1 reply; 56+ messages in thread

From: Murtuza Zabuawala @ 2020-12-03 05:39 UTC (permalink / raw)
  To: Akshay Joshi <[email protected]>; Rahul Shirsat <[email protected]>; +Cc: pgadmin-hackers <[email protected]>; Dave Page <[email protected]>

Hello,

What is the reason for adding delay *setTimeout(<func>, 120)*?

This is causing issues in automation testing and makes buttons
enable/disable with slight delay.

--
Regards,
Murtuza Zabuawala
*EDB*
*POWER TO POSTGRES*
https://www.edbpostgres.com


On Fri, Oct 30, 2020 at 3:10 PM Akshay Joshi <[email protected]>
wrote:

> Fixed an issue where the validation error message is shown twice. Fixes
> #5736
>
> Branch
> ------
> master
>
> Details
> -------
>
> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=183c83f0d2b2cb8dd33f9e8c41a030bc4cda...
> Author: Rahul Shirsat <[email protected]>
>
> Modified Files
> --------------
> docs/en_US/release_notes_4_28.rst          |  1 +
> web/pgadmin/browser/static/js/datamodel.js | 75
> +++++++++++++++++++++++++++++-
> web/pgadmin/static/js/backform.pgadmin.js  | 24 ++++------
> web/pgadmin/static/scss/_alert.scss        |  6 +++
> 4 files changed, 90 insertions(+), 16 deletions(-)
>
>


^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* Re: pgAdmin 4 commit: Fixed an issue where the validation error message is
  2020-10-30 09:39 pgAdmin 4 commit: Fixed an issue where the validation error message is Akshay Joshi <[email protected]>
  2020-12-03 05:39 ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
@ 2020-12-03 05:47   ` Murtuza Zabuawala <[email protected]>
  2020-12-03 06:58     ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Rahul Shirsat <[email protected]>
  0 siblings, 1 reply; 56+ messages in thread

From: Murtuza Zabuawala @ 2020-12-03 05:47 UTC (permalink / raw)
  To: Akshay Joshi <[email protected]>; Rahul Shirsat <[email protected]>; +Cc: pgadmin-hackers <[email protected]>; Dave Page <[email protected]>

Hello,

Another observation,

+        if(msg && handler) {
+          msg = msg || _.values(handler.errorModel.attributes)[0];
+
+          handler.trigger('pgadmin-session:model:invalid', msg, handler);
+          $(parentTr).addClass('error-in-grid');
+        }
+        return this;
+      }, 120);
+    },

Here we are only making the model invalid, there is no logic to make it
valid again.


On Thu, Dec 3, 2020 at 11:09 AM Murtuza Zabuawala <
[email protected]> wrote:

> Hello,
>
> What is the reason for adding delay *setTimeout(<func>, 120)*?
>
> This is causing issues in automation testing and makes buttons
> enable/disable with slight delay.
>
> --
> Regards,
> Murtuza Zabuawala
> *EDB*
> *POWER TO POSTGRES*
> https://www.edbpostgres.com
>
>
> On Fri, Oct 30, 2020 at 3:10 PM Akshay Joshi <
> [email protected]> wrote:
>
>> Fixed an issue where the validation error message is shown twice. Fixes
>> #5736
>>
>> Branch
>> ------
>> master
>>
>> Details
>> -------
>>
>> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=183c83f0d2b2cb8dd33f9e8c41a030bc4cda...
>> Author: Rahul Shirsat <[email protected]>
>>
>> Modified Files
>> --------------
>> docs/en_US/release_notes_4_28.rst          |  1 +
>> web/pgadmin/browser/static/js/datamodel.js | 75
>> +++++++++++++++++++++++++++++-
>> web/pgadmin/static/js/backform.pgadmin.js  | 24 ++++------
>> web/pgadmin/static/scss/_alert.scss        |  6 +++
>> 4 files changed, 90 insertions(+), 16 deletions(-)
>>
>>


^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* Re: pgAdmin 4 commit: Fixed an issue where the validation error message is
  2020-10-30 09:39 pgAdmin 4 commit: Fixed an issue where the validation error message is Akshay Joshi <[email protected]>
  2020-12-03 05:39 ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
  2020-12-03 05:47   ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
@ 2020-12-03 06:58     ` Rahul Shirsat <[email protected]>
  2020-12-03 07:17       ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
  0 siblings, 1 reply; 56+ messages in thread

From: Rahul Shirsat @ 2020-12-03 06:58 UTC (permalink / raw)
  To: Murtuza Zabuawala <[email protected]>; +Cc: Akshay Joshi <[email protected]>; pgadmin-hackers <[email protected]>; Dave Page <[email protected]>

On Thu, Dec 3, 2020 at 11:18 AM Murtuza Zabuawala <
[email protected]> wrote:

> Hello,
>
> Another observation,
>
> +        if(msg && handler) {
> +          msg = msg || _.values(handler.errorModel.attributes)[0];
> +
> +          handler.trigger('pgadmin-session:model:invalid', msg, handler);
> +          $(parentTr).addClass('error-in-grid');
> +        }
> +        return this;
> +      }, 120);
> +    },
>
> Here we are only making the model invalid, there is no logic to make it
> valid again.
>

 If there are multiple model errors in the list, and if user changes any of
them, it used to clear every other invalid models in the list. To avoid
this to happen, only invalid models are highlighted, rest others are taken
care of by the child valid events running in parallel.

>
>
>
> On Thu, Dec 3, 2020 at 11:09 AM Murtuza Zabuawala <
> [email protected]> wrote:
>
>> Hello,
>>
>> What is the reason for adding delay *setTimeout(<func>, 120)*?
>>
>> This is causing issues in automation testing and makes buttons
>> enable/disable with slight delay.
>>
>>      Timeout was added for the reason that, even if the current changed
model is valid, it should also check the rest of the invalid models in the
list. Slight delay was added, so even if the current model becomes valid,
it should highlight the invalid one iterating over the inner model list.

> --
>> Regards,
>> Murtuza Zabuawala
>> *EDB*
>> *POWER TO POSTGRES*
>> https://www.edbpostgres.com
>>
>>
>> On Fri, Oct 30, 2020 at 3:10 PM Akshay Joshi <
>> [email protected]> wrote:
>>
>>> Fixed an issue where the validation error message is shown twice. Fixes
>>> #5736
>>>
>>> Branch
>>> ------
>>> master
>>>
>>> Details
>>> -------
>>>
>>> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=183c83f0d2b2cb8dd33f9e8c41a030bc4cda...
>>> Author: Rahul Shirsat <[email protected]>
>>>
>>> Modified Files
>>> --------------
>>> docs/en_US/release_notes_4_28.rst          |  1 +
>>> web/pgadmin/browser/static/js/datamodel.js | 75
>>> +++++++++++++++++++++++++++++-
>>> web/pgadmin/static/js/backform.pgadmin.js  | 24 ++++------
>>> web/pgadmin/static/scss/_alert.scss        |  6 +++
>>> 4 files changed, 90 insertions(+), 16 deletions(-)
>>>
>>>

-- 
*Rahul Shirsat*
Software Engineer | EnterpriseDB Corporation.


^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* Re: pgAdmin 4 commit: Fixed an issue where the validation error message is
  2020-10-30 09:39 pgAdmin 4 commit: Fixed an issue where the validation error message is Akshay Joshi <[email protected]>
  2020-12-03 05:39 ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
  2020-12-03 05:47   ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
  2020-12-03 06:58     ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Rahul Shirsat <[email protected]>
@ 2020-12-03 07:17       ` Murtuza Zabuawala <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Murtuza Zabuawala @ 2020-12-03 07:17 UTC (permalink / raw)
  To: Rahul Shirsat <[email protected]>; +Cc: Akshay Joshi <[email protected]>; pgadmin-hackers <[email protected]>; Dave Page <[email protected]>

On Thu, Dec 3, 2020 at 12:29 PM Rahul Shirsat <
[email protected]> wrote:

>
>
> On Thu, Dec 3, 2020 at 11:18 AM Murtuza Zabuawala <
> [email protected]> wrote:
>
>> Hello,
>>
>> Another observation,
>>
>> +        if(msg && handler) {
>> +          msg = msg || _.values(handler.errorModel.attributes)[0];
>> +
>> +          handler.trigger('pgadmin-session:model:invalid', msg, handler);
>> +          $(parentTr).addClass('error-in-grid');
>> +        }
>> +        return this;
>> +      }, 120);
>> +    },
>>
>> Here we are only making the model invalid, there is no logic to make it
>> valid again.
>>
>
>  If there are multiple model errors in the list, and if user changes any
> of them, it used to clear every other invalid models in the list. To avoid
> this to happen, only invalid models are highlighted, rest others are taken
> care of by the child valid events running in parallel.
>

This is causing issues when we have a nested collection control (ie:
Subnode control under Subnode control), the error model is not getting
cleared in that case because we do not have logic to make it valid here in
settimeout, so the save button in the parent model is not getting enabled.

>
>>
>>
>> On Thu, Dec 3, 2020 at 11:09 AM Murtuza Zabuawala <
>> [email protected]> wrote:
>>
>>> Hello,
>>>
>>> What is the reason for adding delay *setTimeout(<func>, 120)*?
>>>
>>> This is causing issues in automation testing and makes buttons
>>> enable/disable with slight delay.
>>>
>>>      Timeout was added for the reason that, even if the current changed
> model is valid, it should also check the rest of the invalid models in the
> list. Slight delay was added, so even if the current model becomes valid,
> it should highlight the invalid one iterating over the inner model list.
>

This is causing issue in automation tests because it introduced delay in
the buttons enable/disable state in the parent collection.



> --
>>> Regards,
>>> Murtuza Zabuawala
>>> *EDB*
>>> *POWER TO POSTGRES*
>>> https://www.edbpostgres.com
>>>
>>>
>>> On Fri, Oct 30, 2020 at 3:10 PM Akshay Joshi <
>>> [email protected]> wrote:
>>>
>>>> Fixed an issue where the validation error message is shown twice. Fixes
>>>> #5736
>>>>
>>>> Branch
>>>> ------
>>>> master
>>>>
>>>> Details
>>>> -------
>>>>
>>>> https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=183c83f0d2b2cb8dd33f9e8c41a030bc4cda...
>>>> Author: Rahul Shirsat <[email protected]>
>>>>
>>>> Modified Files
>>>> --------------
>>>> docs/en_US/release_notes_4_28.rst          |  1 +
>>>> web/pgadmin/browser/static/js/datamodel.js | 75
>>>> +++++++++++++++++++++++++++++-
>>>> web/pgadmin/static/js/backform.pgadmin.js  | 24 ++++------
>>>> web/pgadmin/static/scss/_alert.scss        |  6 +++
>>>> 4 files changed, 90 insertions(+), 16 deletions(-)
>>>>
>>>>
>
> --
> *Rahul Shirsat*
> Software Engineer | EnterpriseDB Corporation.
>


^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the dirty indicator stays active
@ 2020-12-14 07:04 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-12-14 07:04 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the dirty indicator stays active even if all changes were undone. Fixes #6047

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52780079f330146067344b44813f7cb9568e...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst                  |  1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 15 +++++++++++++++
2 files changed, 16 insertions(+)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the state of the Save File icon
@ 2020-12-17 06:34 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2020-12-17 06:34 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the state of the Save File icon does not match the dirty editor indicator. Fixes #6046

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7b8d77ed78cfddc626d04e42a2056e97998...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst                  | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 9 ++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the database list in the new con
@ 2021-01-11 12:10 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-01-11 12:10 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the database list in the new connection window is not visible. Fixes #6121

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8497d4e7aa3af4ee4a24584ad67816be640...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst                                     | 1 +
.../servers/databases/templates/databases/sql/default/nodes.sql       | 4 ++++
2 files changed, 5 insertions(+)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the focus is not properly set on
@ 2021-02-04 06:15 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-04 06:15 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the focus is not properly set on the filter text editor after closing the error dialog. Fixes #5809

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14036b7aeb608a5a23bf40fc3b0465526ccb...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst                  |  1 +
web/pgadmin/tools/datagrid/static/js/show_data.js | 16 +++++++++++-----
2 files changed, 12 insertions(+), 5 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the user unable to change the ba
@ 2021-02-05 08:45 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-05 08:45 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the user unable to change the background color for a server. Fixes #6178

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=85b40ee4f07fdb66c735f5c1e311f15d3a18...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst          | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

*  pgAdmin 4 commit: Fixed an issue where the user is unable to update col
@ 2021-02-10 12:26 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-10 12:26 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the user is unable to update column-level privileges from the security tab. Fixes #6117

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2036e9d9a8587374af450b5522932af0ce29...
Author: Rahul Shirsat <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst                   |   1 +
.../templates/functions/pg/sql/11_plus/update.sql  |   6 +-
.../templates/functions/pg/sql/12_plus/update.sql  |   6 +-
.../templates/functions/pg/sql/9.2_plus/update.sql |   4 +
.../templates/functions/pg/sql/9.5_plus/update.sql |   6 +-
.../templates/functions/pg/sql/9.6_plus/update.sql |   6 +-
.../templates/functions/pg/sql/default/update.sql  |   6 +-
.../functions/ppas/sql/12_plus/update.sql          |   6 +-
.../functions/ppas/sql/9.2_plus/update.sql         |   4 +
.../functions/ppas/sql/9.5_plus/update.sql         |   6 +-
.../functions/ppas/sql/9.6_plus/update.sql         |   6 +-
.../templates/procedures/pg/sql/11_plus/update.sql |   6 +-
.../procedures/ppas/sql/11_plus/update.sql         |   6 +-
.../procedures/ppas/sql/9.5_plus/update.sql        |   4 +
.../procedures/ppas/sql/9.6_plus/update.sql        |   4 +
.../trigger_functions/pg/sql/11_plus/update.sql    |   6 +-
.../trigger_functions/pg/sql/9.2_plus/update.sql   |   4 +
.../trigger_functions/pg/sql/9.5_plus/update.sql   |   6 +-
.../trigger_functions/pg/sql/default/update.sql    |   5 +
.../11_plus/alter_function_change_grantee_acl.msql |   3 +
.../11_plus/alter_function_change_grantee_acl.sql  |  21 +
.../pg/11_plus/alter_proc_change_grantee_priv.msql |  13 +
.../pg/11_plus/alter_proc_change_grantee_priv.sql  |  18 +
.../functions/tests/pg/11_plus/test_function.json  |  53 +-
.../tests/pg/11_plus/test_procedures.json          |  86 +++-
.../12_plus/alter_function_change_grantee_acl.msql |   3 +
.../12_plus/alter_function_change_grantee_acl.sql  |  21 +
.../pg/12_plus/alter_proc_change_grantee_priv.msql |  13 +
.../pg/12_plus/alter_proc_change_grantee_priv.sql  |  18 +
.../functions/tests/pg/12_plus/test_function.json  |  53 +-
.../tests/pg/12_plus/test_procedures.json          |  86 +++-
.../alter_function_change_grantee_acl.msql         |   3 +
.../9.5_plus/alter_function_change_grantee_acl.sql |  21 +
.../functions/tests/pg/9.5_plus/test_function.json |  53 +-
.../alter_function_change_grantee_acl.msql         |   3 +
.../9.6_plus/alter_function_change_grantee_acl.sql |  21 +
.../functions/tests/pg/9.6_plus/test_function.json |  53 +-
.../11_plus/alter_function_change_grantee_acl.msql |   3 +
.../11_plus/alter_function_change_grantee_acl.sql  |  21 +
.../11_plus/alter_proc_change_grantee_priv.msql    |  13 +
.../11_plus/alter_proc_change_grantee_priv.sql     |  18 +
.../tests/ppas/11_plus/test_function.json          |  51 ++
.../tests/ppas/11_plus/test_procedures.json        |  86 +++-
.../12_plus/alter_function_change_grantee_acl.msql |   3 +
.../12_plus/alter_function_change_grantee_acl.sql  |  21 +
.../12_plus/alter_proc_change_grantee_priv.msql    |  13 +
.../12_plus/alter_proc_change_grantee_priv.sql     |  18 +
.../tests/ppas/12_plus/test_function.json          |  53 +-
.../tests/ppas/12_plus/test_procedures.json        |  86 +++-
.../alter_function_change_grantee_acl.msql         |   3 +
.../9.5_plus/alter_function_change_grantee_acl.sql |  21 +
.../tests/ppas/9.5_plus/test_function.json         |  53 +-
.../alter_function_change_grantee_acl.msql         |   3 +
.../9.6_plus/alter_function_change_grantee_acl.sql |  21 +
.../9.6_plus/alter_proc_change_grantee_priv.msql   |  13 +
.../9.6_plus/alter_proc_change_grantee_priv.sql    |  18 +
.../tests/ppas/9.6_plus/test_function.json         |  53 +-
.../tests/ppas/9.6_plus/test_procedures.json       |  34 ++
.../templates/sequences/sql/default/update.sql     |   4 +
.../pg/default/alter_seq_change_grantee_privs.sql  |  19 +
.../alter_seq_change_grantee_privs_msql.sql        |   2 +
.../tests/pg/default/alter_seq_privs_remove.sql    |   2 -
.../tests/pg/default/test_sequences_pg.json        |  46 +-
.../default/alter_seq_change_grantee_privs.sql     |  19 +
.../alter_seq_change_grantee_privs_msql.sql        |   2 +
.../tests/ppas/default/alter_seq_privs_remove.sql  |   2 -
.../tests/ppas/default/test_sequences_ppas.json    |  46 +-
.../pg/10_plus/alter_column_alt_privilege.msql     |   2 +
.../pg/10_plus/alter_column_alt_privilege.sql      |  13 +
.../tests/{ => pg}/10_plus/alter_column_char.msql  |   0
.../tests/{ => pg}/10_plus/alter_column_char.sql   |   0
.../10_plus/alter_column_drop_identity.msql        |   0
.../10_plus/alter_column_drop_identity.sql         |   0
.../alter_column_drop_identity_by_default.msql     |   0
.../alter_column_drop_identity_by_default.sql      |   0
.../{ => pg}/10_plus/alter_column_identity.msql    |   0
.../{ => pg}/10_plus/alter_column_identity.sql     |   0
.../10_plus/alter_column_identity_by_default.msql  |   0
.../10_plus/alter_column_identity_by_default.sql   |   0
.../alter_column_identity_for_comb_start_seq.msql  |   0
.../alter_column_identity_for_comb_start_seq.sql   |   0
.../alter_column_identity_for_restart_seq.msql     |   0
.../alter_column_identity_for_restart_seq.sql      |   0
.../tests/{ => pg}/10_plus/alter_column_int.msql   |   0
.../tests/{ => pg}/10_plus/alter_column_int.sql    |   0
.../{ => pg}/10_plus/alter_column_numeric.msql     |   0
.../{ => pg}/10_plus/alter_column_numeric.sql      |   0
.../10_plus/alter_column_remove_length.msql        |   0
.../10_plus/alter_column_remove_length.sql         |   0
.../tests/{ => pg}/10_plus/create_column_char.msql |   0
.../tests/{ => pg}/10_plus/create_column_char.sql  |   0
.../create_column_identity_for_restart_seq.msql    |   0
.../create_column_identity_for_restart_seq.sql     |   0
.../tests/{ => pg}/10_plus/create_column_int.msql  |   0
.../tests/{ => pg}/10_plus/create_column_int.sql   |   0
.../10_plus/create_column_int_identity.msql        |   0
.../10_plus/create_column_int_identity.sql         |   0
.../create_column_int_identity_by_default.msql     |   0
.../create_column_int_identity_by_default.sql      |   0
.../{ => pg}/10_plus/create_column_numeric.msql    |   0
.../{ => pg}/10_plus/create_column_numeric.sql     |   0
.../columns/tests/{ => pg}/10_plus/test.json       |  34 ++
.../pg/12_plus/alter_column_alt_privilege.msql     |   2 +
.../pg/12_plus/alter_column_alt_privilege.sql      |  13 +
.../tests/{ => pg}/12_plus/alter_column_char.msql  |   0
.../tests/{ => pg}/12_plus/alter_column_char.sql   |   0
.../12_plus/alter_column_drop_identity.msql        |   0
.../12_plus/alter_column_drop_identity.sql         |   0
.../alter_column_drop_identity_by_default.msql     |   0
.../alter_column_drop_identity_by_default.sql      |   0
.../{ => pg}/12_plus/alter_column_generated.msql   |   0
.../{ => pg}/12_plus/alter_column_generated.sql    |   0
...ter_column_generated_with_existing_columns.msql |   0
...lter_column_generated_with_existing_columns.sql |   0
.../{ => pg}/12_plus/alter_column_identity.msql    |   0
.../{ => pg}/12_plus/alter_column_identity.sql     |   0
.../12_plus/alter_column_identity_by_default.msql  |   0
.../12_plus/alter_column_identity_by_default.sql   |   0
.../alter_column_identity_for_comb_start_seq.msql  |   0
.../alter_column_identity_for_comb_start_seq.sql   |   0
.../alter_column_identity_for_restart_seq.msql     |   0
.../alter_column_identity_for_restart_seq.sql      |   0
.../tests/{ => pg}/12_plus/alter_column_int.msql   |   0
.../tests/{ => pg}/12_plus/alter_column_int.sql    |   0
.../{ => pg}/12_plus/alter_column_numeric.msql     |   0
.../{ => pg}/12_plus/alter_column_numeric.sql      |   0
.../12_plus/alter_column_remove_length.msql        |   0
.../12_plus/alter_column_remove_length.sql         |   0
.../tests/{ => pg}/12_plus/create_column_char.msql |   0
.../tests/{ => pg}/12_plus/create_column_char.sql  |   0
.../create_column_identity_for_restart_seq.msql    |   0
.../create_column_identity_for_restart_seq.sql     |   0
.../tests/{ => pg}/12_plus/create_column_int.msql  |   0
.../tests/{ => pg}/12_plus/create_column_int.sql   |   0
.../12_plus/create_column_int_generated.msql       |   0
.../12_plus/create_column_int_generated.sql        |   0
...column_int_generated_with_existing_columns.msql |   0
..._column_int_generated_with_existing_columns.sql |   0
.../12_plus/create_column_int_identity.msql        |   0
.../12_plus/create_column_int_identity.sql         |   0
.../create_column_int_identity_by_default.msql     |   0
.../create_column_int_identity_by_default.sql      |   0
.../{ => pg}/12_plus/create_column_numeric.msql    |   0
.../{ => pg}/12_plus/create_column_numeric.sql     |   0
.../columns/tests/{ => pg}/12_plus/test.json       |  14 +
.../pg/default/alter_column_alt_privilege.msql     |   2 +
.../pg/default/alter_column_alt_privilege.sql      |  13 +
.../tests/{ => pg}/default/alter_column_char.msql  |   0
.../tests/{ => pg}/default/alter_column_char.sql   |   0
.../tests/{ => pg}/default/alter_column_int.msql   |   0
.../tests/{ => pg}/default/alter_column_int.sql    |   0
.../{ => pg}/default/alter_column_numeric.msql     |   0
.../{ => pg}/default/alter_column_numeric.sql      |   0
.../default/alter_column_remove_length.msql        |   0
.../default/alter_column_remove_length.sql         |   0
.../tests/{ => pg}/default/create_column_char.msql |   0
.../tests/{ => pg}/default/create_column_char.sql  |   0
.../tests/{ => pg}/default/create_column_int.msql  |   0
.../tests/{ => pg}/default/create_column_int.sql   |   0
.../{ => pg}/default/create_column_numeric.msql    |   0
.../{ => pg}/default/create_column_numeric.sql     |   0
.../columns/tests/{ => pg}/default/test.json       |  14 +
.../ppas/10_plus/alter_column_alt_privilege.msql   |   2 +
.../ppas/10_plus/alter_column_alt_privilege.sql    |  13 +
.../tests/ppas/10_plus/alter_column_char.msql      |  15 +
.../tests/ppas/10_plus/alter_column_char.sql       |  17 +
.../ppas/10_plus/alter_column_drop_identity.msql   |   2 +
.../ppas/10_plus/alter_column_drop_identity.sql    |  11 +
.../alter_column_drop_identity_by_default.msql     |   2 +
.../alter_column_drop_identity_by_default.sql      |   9 +
.../tests/ppas/10_plus/alter_column_identity.msql  |   7 +
.../tests/ppas/10_plus/alter_column_identity.sql   |  11 +
.../10_plus/alter_column_identity_by_default.msql  |   8 +
.../10_plus/alter_column_identity_by_default.sql   |   9 +
.../alter_column_identity_for_comb_start_seq.msql  |   2 +
.../alter_column_identity_for_comb_start_seq.sql   |   9 +
.../alter_column_identity_for_restart_seq.msql     |   2 +
.../alter_column_identity_for_restart_seq.sql      |   9 +
.../tests/ppas/10_plus/alter_column_int.msql       |   9 +
.../tests/ppas/10_plus/alter_column_int.sql        |  11 +
.../tests/ppas/10_plus/alter_column_numeric.msql   |   9 +
.../tests/ppas/10_plus/alter_column_numeric.sql    |  15 +
.../ppas/10_plus/alter_column_remove_length.msql   |   2 +
.../ppas/10_plus/alter_column_remove_length.sql    |  15 +
.../tests/ppas/10_plus/create_column_char.msql     |   5 +
.../tests/ppas/10_plus/create_column_char.sql      |   9 +
.../create_column_identity_for_restart_seq.msql    |   5 +
.../create_column_identity_for_restart_seq.sql     |   9 +
.../tests/ppas/10_plus/create_column_int.msql      |   5 +
.../tests/ppas/10_plus/create_column_int.sql       |   9 +
.../ppas/10_plus/create_column_int_identity.msql   |   5 +
.../ppas/10_plus/create_column_int_identity.sql    |   9 +
.../create_column_int_identity_by_default.msql     |   5 +
.../create_column_int_identity_by_default.sql      |   9 +
.../tests/ppas/10_plus/create_column_numeric.msql  |   9 +
.../tests/ppas/10_plus/create_column_numeric.sql   |  13 +
.../tables/columns/tests/ppas/10_plus/test.json    | 531 ++++++++++++++++++++
.../ppas/12_plus/alter_column_alt_privilege.msql   |   2 +
.../ppas/12_plus/alter_column_alt_privilege.sql    |  13 +
.../tests/ppas/12_plus/alter_column_char.msql      |  15 +
.../tests/ppas/12_plus/alter_column_char.sql       |  17 +
.../ppas/12_plus/alter_column_drop_identity.msql   |   2 +
.../ppas/12_plus/alter_column_drop_identity.sql    |  11 +
.../alter_column_drop_identity_by_default.msql     |   2 +
.../alter_column_drop_identity_by_default.sql      |   9 +
.../tests/ppas/12_plus/alter_column_generated.msql |   7 +
.../tests/ppas/12_plus/alter_column_generated.sql  |  11 +
...ter_column_generated_with_existing_columns.msql |   7 +
...lter_column_generated_with_existing_columns.sql |  11 +
.../tests/ppas/12_plus/alter_column_identity.msql  |   7 +
.../tests/ppas/12_plus/alter_column_identity.sql   |  11 +
.../12_plus/alter_column_identity_by_default.msql  |   8 +
.../12_plus/alter_column_identity_by_default.sql   |   9 +
.../alter_column_identity_for_comb_start_seq.msql  |   2 +
.../alter_column_identity_for_comb_start_seq.sql   |   9 +
.../alter_column_identity_for_restart_seq.msql     |   2 +
.../alter_column_identity_for_restart_seq.sql      |   9 +
.../tests/ppas/12_plus/alter_column_int.msql       |   9 +
.../tests/ppas/12_plus/alter_column_int.sql        |  11 +
.../tests/ppas/12_plus/alter_column_numeric.msql   |   9 +
.../tests/ppas/12_plus/alter_column_numeric.sql    |  15 +
.../ppas/12_plus/alter_column_remove_length.msql   |   2 +
.../ppas/12_plus/alter_column_remove_length.sql    |  15 +
.../tests/ppas/12_plus/create_column_char.msql     |   5 +
.../tests/ppas/12_plus/create_column_char.sql      |   9 +
.../create_column_identity_for_restart_seq.msql    |   5 +
.../create_column_identity_for_restart_seq.sql     |   9 +
.../tests/ppas/12_plus/create_column_int.msql      |   5 +
.../tests/ppas/12_plus/create_column_int.sql       |   9 +
.../ppas/12_plus/create_column_int_generated.msql  |   5 +
.../ppas/12_plus/create_column_int_generated.sql   |   9 +
...column_int_generated_with_existing_columns.msql |   5 +
..._column_int_generated_with_existing_columns.sql |   9 +
.../ppas/12_plus/create_column_int_identity.msql   |   5 +
.../ppas/12_plus/create_column_int_identity.sql    |   9 +
.../create_column_int_identity_by_default.msql     |   5 +
.../create_column_int_identity_by_default.sql      |   9 +
.../tests/ppas/12_plus/create_column_numeric.msql  |   9 +
.../tests/ppas/12_plus/create_column_numeric.sql   |  13 +
.../tables/columns/tests/ppas/12_plus/test.json    | 539 +++++++++++++++++++++
.../ppas/default/alter_column_alt_privilege.msql   |   2 +
.../ppas/default/alter_column_alt_privilege.sql    |  13 +
.../tests/ppas/default/alter_column_char.msql      |  15 +
.../tests/ppas/default/alter_column_char.sql       |  17 +
.../tests/ppas/default/alter_column_int.msql       |   9 +
.../tests/ppas/default/alter_column_int.sql        |  11 +
.../tests/ppas/default/alter_column_numeric.msql   |   9 +
.../tests/ppas/default/alter_column_numeric.sql    |  15 +
.../ppas/default/alter_column_remove_length.msql   |   2 +
.../ppas/default/alter_column_remove_length.sql    |  15 +
.../tests/ppas/default/create_column_char.msql     |   5 +
.../tests/ppas/default/create_column_char.sql      |   9 +
.../tests/ppas/default/create_column_int.msql      |   5 +
.../tests/ppas/default/create_column_int.sql       |   9 +
.../tests/ppas/default/create_column_numeric.msql  |   9 +
.../tests/ppas/default/create_column_numeric.sql   |  13 +
.../tables/columns/tests/ppas/default/test.json    | 193 ++++++++
.../templates/columns/sql/10_plus/update.sql       |   9 +
.../templates/columns/sql/9.2_plus/update.sql      |   9 +
.../templates/columns/sql/default/update.sql       |   9 +
.../tables/templates/tables/sql/11_plus/update.sql |   4 +
.../tables/templates/tables/sql/12_plus/update.sql |   4 +
.../templates/tables/sql/9.6_plus/update.sql       |   4 +
.../tables/templates/tables/sql/default/update.sql |   4 +
.../templates/schemas/pg/9.2_plus/sql/update.sql   |   8 +
.../templates/schemas/pg/default/sql/update.sql    |   8 +
.../templates/schemas/ppas/9.1_plus/sql/update.sql |   8 +
.../templates/schemas/ppas/9.2_plus/sql/update.sql |   8 +
.../tests/pg/9.2_plus/alter_schema_drop_priv.sql   |   2 +-
.../tests/pg/9.2_plus/alter_schema_update_priv.sql |  22 +
.../pg/9.2_plus/alter_schema_update_priv_msql.sql  |  12 +
.../schemas/tests/pg/9.2_plus/test_schema.json     |  46 +-
.../tests/ppas/9.2_plus/alter_schema_drop_priv.sql |   2 +-
.../ppas/9.2_plus/alter_schema_update_priv.sql     |  22 +
.../9.2_plus/alter_schema_update_priv_msql.sql     |  14 +
.../schemas/tests/ppas/9.2_plus/test_schema.json   |  43 ++
.../types/templates/types/sql/default/update.sql   |   4 +
.../tests/pg/default/alter_acl_grantee_change.sql  |  17 +
.../pg/default/alter_acl_grantee_change_msql.sql   |   2 +
.../alter_composite_type_acl_description.msql      |   0
.../alter_composite_type_acl_description.sql       |   0
.../default/alter_composite_type_add_member.msql   |   0
.../default/alter_composite_type_add_member.sql    |   0
.../alter_composite_type_remove_member.msql        |   0
.../default/alter_composite_type_remove_member.sql |   0
.../default/alter_enum_type_acl_description.msql   |   0
.../default/alter_enum_type_acl_description.sql    |   0
.../{ => pg}/default/alter_enum_type_label.msql    |   0
.../{ => pg}/default/alter_enum_type_label.sql     |   0
.../default/alter_range_type_acl_description.msql  |   0
.../default/alter_range_type_acl_description.sql   |   0
.../default/alter_shell_type_acl_description.msql  |   0
.../default/alter_shell_type_acl_description.sql   |   0
.../{ => pg}/default/create_composite_type.msql    |   0
.../{ => pg}/default/create_composite_type.sql     |   0
.../default/create_composite_type_one_field.sql    |   0
.../tests/{ => pg}/default/create_enum_type.msql   |   0
.../tests/{ => pg}/default/create_enum_type.sql    |   0
.../tests/{ => pg}/default/create_range_type.msql  |   0
.../tests/{ => pg}/default/create_range_type.sql   |   0
.../tests/{ => pg}/default/create_shell_type.msql  |   0
.../tests/{ => pg}/default/create_shell_type.sql   |   0
.../types/tests/{ => pg}/default/tests.json        |  51 ++
.../ppas/default/alter_acl_grantee_change.sql      |  17 +
.../ppas/default/alter_acl_grantee_change_msql.sql |   2 +
.../alter_composite_type_acl_description.msql      |   4 +
.../alter_composite_type_acl_description.sql       |  20 +
.../default/alter_composite_type_add_member.msql   |   2 +
.../default/alter_composite_type_add_member.sql    |  14 +
.../alter_composite_type_remove_member.msql        |   2 +
.../default/alter_composite_type_remove_member.sql |  13 +
.../default/alter_enum_type_acl_description.msql   |   4 +
.../default/alter_enum_type_acl_description.sql    |  16 +
.../tests/ppas/default/alter_enum_type_label.msql  |   2 +
.../tests/ppas/default/alter_enum_type_label.sql   |   9 +
.../default/alter_range_type_acl_description.msql  |   4 +
.../default/alter_range_type_acl_description.sql   |  19 +
.../default/alter_shell_type_acl_description.msql  |   2 +
.../default/alter_shell_type_acl_description.sql   |  11 +
.../tests/ppas/default/create_composite_type.msql  |   6 +
.../tests/ppas/default/create_composite_type.sql   |  13 +
.../default/create_composite_type_one_field.sql    |  11 +
.../types/tests/ppas/default/create_enum_type.msql |   2 +
.../types/tests/ppas/default/create_enum_type.sql  |   9 +
.../tests/ppas/default/create_range_type.msql      |   4 +
.../types/tests/ppas/default/create_range_type.sql |  12 +
.../tests/ppas/default/create_shell_type.msql      |   1 +
.../types/tests/ppas/default/create_shell_type.sql |   8 +
.../schemas/types/tests/ppas/default/tests.json    | 284 +++++++++++
.../templates/mviews/pg/9.3_plus/sql/update.sql    |   4 +
.../templates/mviews/pg/9.4_plus/sql/update.sql    |   4 +
.../templates/mviews/ppas/9.3_plus/sql/update.sql  |   4 +
.../templates/views/pg/9.1_plus/sql/update.sql     |   4 +
.../templates/views/pg/9.2_plus/sql/update.sql     |   4 +
.../templates/views/pg/9.3_plus/sql/update.sql     |   4 +
.../templates/views/pg/9.4_plus/sql/update.sql     |   4 +
.../templates/views/ppas/9.1_plus/sql/update.sql   |   4 +
.../templates/views/ppas/9.2_plus/sql/update.sql   |   4 +
.../templates/views/ppas/9.3_plus/sql/update.sql   |   4 +
.../templates/views/ppas/9.4_plus/sql/update.sql   |   4 +
.../9.4_plus/alter_mview_change_grantee_priv.sql   |  17 +
.../alter_mview_change_grantee_priv_msql.sql       |   2 +
.../tests/pg/9.4_plus/alter_view_delete_priv.sql   |   1 -
.../tests/pg/9.4_plus/alter_view_update_priv.sql   |  19 +
.../pg/9.4_plus/alter_view_update_priv_msql.sql    |   2 +
.../views/tests/pg/9.4_plus/test_mview.json        |  57 +++
.../schemas/views/tests/pg/9.4_plus/tests.json     |  71 ++-
.../9.4_plus/alter_mview_change_grantee_priv.sql   |  17 +
.../alter_mview_change_grantee_priv_msql.sql       |   2 +
.../tests/ppas/9.4_plus/alter_view_delete_priv.sql |   2 -
.../tests/ppas/9.4_plus/alter_view_update_priv.sql |  19 +
.../ppas/9.4_plus/alter_view_update_priv_msql.sql  |   2 +
.../views/tests/ppas/9.4_plus/test_mview.json      |  57 +++
.../schemas/views/tests/ppas/9.4_plus/tests.json   |  65 +++
.../schemas/views/tests/view_test_data.json        |   1 +
.../server_groups/servers/static/js/privilege.js   |   5 +-
web/pgadmin/browser/server_groups/servers/utils.py |  14 +-
357 files changed, 4696 insertions(+), 45 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the ERD image is not properly do
@ 2021-02-15 09:55 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-15 09:55 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the ERD image is not properly downloaded. Fixes #6197

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c1e80ac38ac45f6a4e93fbc528b4fd0ee5c6...
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_0.rst                   |   1 +
.../tools/erd/static/js/erd_tool/ERDCore.js        |   2 +
.../js/erd_tool/ui_components/BodyWidget.jsx       | 135 ++++++++++++---------
web/pgadmin/tools/erd/static/scss/_erd.scss        |   4 -
4 files changed, 83 insertions(+), 59 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the user can't change the connec
@ 2021-02-19 08:59 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-19 08:59 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the user can't change the connection timeout setting if the fixed port number is enabled. Fixes #6249

Branch
------
master

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

Modified Files
--------------
runtime/src/js/configure.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the user is not able to use the
@ 2021-02-19 10:28 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-19 10:28 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the user is not able to use the query tool when
any other long-running operation is in progress.

refs #5793

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9847ed1f3bfe05d9b3e644a0fca45820faa...
Author: Nikhil Mohite <[email protected]>

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



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the python server is not closed
@ 2021-02-22 09:31 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-22 09:31 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the python server is not closed when the user quits the
application from the top menu bar on OSX.

Python server will not be closed if the user quits the application from Dock,
for this we have updated the issue https://github.com/nwjs/nw.js/issues/7365

refs #6244

Branch
------
master

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

Modified Files
--------------
runtime/src/js/pgadmin.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the properties tab for collectio
@ 2021-02-26 07:20 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-26 07:20 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the properties tab for collection nodes is unresponsive after switching the tabs. Fixes #4959

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4fc36a90531bde47ff0457ac6502d9e3aaa9...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_1.rst            |  1 +
web/pgadmin/browser/static/js/collection.js | 27 +++++++++++++++++++++------
2 files changed, 22 insertions(+), 6 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the Save button is enabled for f
@ 2021-02-26 07:53 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-02-26 07:53 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the Save button is enabled for functions/procedures by default when open the properties dialog. Fixes #5073

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5a5a9314f398c86d329b916a9985100b3be5...
Author: Rahul Shirsat <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_1.rst                                   | 1 +
.../servers/databases/schemas/functions/static/js/function.js      | 7 ++-----
2 files changed, 3 insertions(+), 5 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the user is not able to change t
@ 2021-03-04 08:23 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-03-04 08:23 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the user is not able to change the connection in Query Tool when any SQL file is opened. Fixes #6272

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9317fe21b222e520db5322d34dffb85828cd...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_1.rst                             | 1 +
web/pgadmin/tools/datagrid/static/js/datagrid_panel_title.js | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the dependent tab throwing an er
@ 2021-03-09 09:02 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-03-09 09:02 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the dependent tab throwing an error when selecting any login/group role. Fixes #6294

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_1.rst                                | 1 +
web/pgadmin/browser/server_groups/servers/databases/__init__.py | 2 +-
web/pgadmin/browser/server_groups/servers/roles/__init__.py     | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

*  pgAdmin 4 commit: Fixed an issue where the top menu disappears when ent
@ 2021-03-17 13:18 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-03-17 13:18 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the top menu disappears when entering into the full screen for minimum screen resolution. Fixes #6322

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_1.rst         |  1 +
runtime/src/js/misc.js                   | 36 +++++++++++++++++++++++++++++++-
runtime/src/js/pgadmin.js                |  4 ++--
web/pgadmin/browser/static/js/runtime.js |  8 -------
4 files changed, 38 insertions(+), 11 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the procedure creation is failed
@ 2021-03-30 05:45 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-03-30 05:45 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the procedure creation is failed when providing the Volatility option. Fixes #6293

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                                      | 2 ++
.../functions/templates/functions/ppas/sql/9.5_plus/create.sql        | 2 +-
.../functions/templates/procedures/ppas/sql/11_plus/create.sql        | 4 ++--
.../functions/templates/procedures/ppas/sql/11_plus/update.sql        | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the Save button is enabled by de
@ 2021-04-12 06:15 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-04-12 06:15 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the Save button is enabled by default when open the table's properties dialog on PG 9.5. Fixes #6367

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ed47fcd2be0467ff6df9ed8f8648dfad21c...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                   |   1 +
.../databases/schemas/tables/static/js/table.js    |  11 +-
.../tables/templates/tables/sql/10_plus/update.sql | 269 +++++++++++++++++++++
.../tables/templates/tables/sql/11_plus/update.sql |   6 -
.../tables/templates/tables/sql/12_plus/update.sql |   6 -
.../tables/templates/tables/sql/default/update.sql |  28 ---
6 files changed, 278 insertions(+), 43 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

*  pgAdmin 4 commit: Fixed an issue where the wrong SQL is showing for the
@ 2021-04-26 09:02 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-04-26 09:02 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the wrong SQL is showing for the child partition tables. Fixes #6329

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b853bda2a27622c835817b911af8c538eaf6...
Author: Rahul Shirsat <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                   |  1 +
.../check_constraint/sql/9.2_plus/nodes.sql        |  2 +-
.../check_constraint/sql/9.2_plus/properties.sql   |  2 +-
.../check_constraint/sql/default/nodes.sql         |  2 +-
.../check_constraint/sql/default/properties.sql    |  2 +-
.../foreign_key/sql/9.1_plus/properties.sql        |  3 +-
.../foreign_key/sql/default/properties.sql         |  3 +-
.../index_constraint/sql/11_plus/properties.sql    |  1 +
.../index_constraint/sql/default/properties.sql    |  1 +
.../servers/databases/schemas/tables/utils.py      | 79 ++++++++++++++++++----
10 files changed, 77 insertions(+), 19 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the current debug line is not vi
@ 2021-05-04 07:04 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-05-04 07:04 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the current debug line is not visible in the 'Dark' theme. Fixes #6409

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                                      | 1 +
web/pgadmin/static/scss/_codemirror.overrides.scss                    | 2 +-
web/pgadmin/static/scss/resources/dark/_theme.variables.scss          | 2 +-
web/pgadmin/static/scss/resources/high_contrast/_theme.variables.scss | 2 +-
web/pgadmin/tools/debugger/static/scss/_debugger.scss                 | 3 ---
web/pgadmin/tools/sqleditor/static/scss/_sqleditor.scss               | 4 ----
6 files changed, 4 insertions(+), 10 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the filter 'Include/Exclude By S
@ 2021-05-11 13:43 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-05-11 13:43 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the filter 'Include/Exclude By Selection' not working for null values. Fixes #6392

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                   | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the current debug line is not vi
@ 2021-05-12 07:57 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-05-12 07:57 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the current debug line is not visible in the 'Dark' theme. Fixes #6409

Branches
--------
React_Porting
master

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

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                                      | 1 +
web/pgadmin/static/scss/_codemirror.overrides.scss                    | 2 +-
web/pgadmin/static/scss/resources/dark/_theme.variables.scss          | 2 +-
web/pgadmin/static/scss/resources/high_contrast/_theme.variables.scss | 2 +-
web/pgadmin/tools/debugger/static/scss/_debugger.scss                 | 3 ---
web/pgadmin/tools/sqleditor/static/scss/_sqleditor.scss               | 4 ----
6 files changed, 4 insertions(+), 10 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the filter 'Include/Exclude By S
@ 2021-05-12 07:57 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-05-12 07:57 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the filter 'Include/Exclude By Selection' not working for null values. Fixes #6392

Branches
--------
React_Porting
master

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

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                   | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the Help message not displaying
@ 2021-05-17 07:43 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-05-17 07:43 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the Help message not displaying correctly on Login/Group role. Fixes #6414

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4676d7ef02657fc7744f5e7a85b89dc02f26...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst                   |  1 +
.../server_groups/servers/roles/static/js/role.js  | 23 +++++++++++++---------
2 files changed, 15 insertions(+), 9 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the label is not visible when ho
@ 2021-10-04 07:11 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-04 07:11 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the label is not visible when hovering on any tree node in the High Contrast theme. Fixes #6847

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=65af8bcc5a0e21a66417b74ed87c6de4e78b...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
.../static/scss/_pgadmin4-tree.overrides.scss      | 189 +++++++++++----------
1 file changed, 96 insertions(+), 93 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the index is not loaded in the U
@ 2021-10-04 14:10 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-04 14:10 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the index is not loaded in the Unique Constraint dialog. Fixes #6857

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7eaa3179ad866efd7990dff0c70f09183d7b...
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
.../static/js/exclusion_constraint.ui.js               |  5 +++--
.../foreign_key/static/js/foreign_key.ui.js            | 18 ++++++++----------
.../index_constraint/static/js/primary_key.ui.js       |  7 ++++---
.../index_constraint/static/js/unique_constraint.ui.js |  7 ++++---
.../databases/schemas/tables/static/js/table.ui.js     | 12 ++++++------
.../schema_ui_files/exclusion_constraint.ui.spec.js    |  2 ++
.../javascript/schema_ui_files/foreign_key.ui.spec.js  |  4 ++--
.../javascript/schema_ui_files/primary_key.ui.spec.js  |  2 ++
.../schema_ui_files/unique_constraint.ui.spec.js       |  2 ++
9 files changed, 33 insertions(+), 26 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the tree is not scrolling to the
@ 2021-10-07 12:35 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-07 12:35 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the tree is not scrolling to the object selected from the search result. Fixes #6828

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9796f50362b231a8414850a69f418bbac0c6...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst                                      | 1 +
web/pgadmin/static/js/tree/tree_init.tsx                              | 3 ++-
.../tools/search_objects/static/js/search_objects_dialog_wrapper.js   | 4 +++-
3 files changed, 6 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the browser tree doesn't show al
@ 2021-10-12 09:33 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-12 09:33 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the browser tree doesn't show all contents on changing resolution. Fixes #6881

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac6c6fbf97887f8601423b991699de029375...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst         | 1 +
web/package.json                         | 2 +-
web/pgadmin/static/js/tree/tree_init.tsx | 3 +--
3 files changed, 3 insertions(+), 3 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the user is unable to create an
@ 2021-10-12 12:50 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-12 12:50 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the user is unable to create an index with concurrently keyword. Fixes #6790

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b9383c880ce0ecb53578973fdeace85ee17...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst                   |  1 +
.../databases/schemas/tables/indexes/__init__.py   | 32 +++++++++++++-------
.../schemas/tables/indexes/static/js/index.ui.js   | 15 ++++------
.../tables/indexes/tests/index_test_data.json      | 34 ++++++++++++++++++++--
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |  4 +--
5 files changed, 61 insertions(+), 25 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the users are unable to load the
@ 2021-10-14 06:14 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-14 06:14 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy. Fixes #6905

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2aac87569b5a7b388bc53a8ef1ee48306bbe...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst         |  1 +
web/package.json                         |  2 +-
web/pgadmin/static/js/tree/tree.js       |  4 +++
web/pgadmin/static/js/tree/tree_init.tsx |  3 +-
web/pgadmin/static/js/tree/tree_nodes.ts | 53 +++++++++++++++++---------------
web/yarn.lock                            |  4 +--
6 files changed, 37 insertions(+), 30 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the blank string is stored inste
@ 2021-10-18 10:25 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-18 10:25 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the blank string is stored instead of NULL in the server table of SQLite database. Fixes #6915

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_1.rst                      | 1 +
web/pgadmin/browser/server_groups/servers/__init__.py | 3 +++
2 files changed, 4 insertions(+)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the wrong SQL is generated when
@ 2021-10-19 11:51 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-10-19 11:51 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the wrong SQL is generated when deleting and renaming table columns together. Fixes #6935

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a2f5e6ad8f2e324d59970d0858cee84991c8...
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst           | 1 +
web/pgadmin/static/js/SchemaView/index.jsx | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

*  pgAdmin 4 commit: Fixed an issue where the user can't debug function wi
@ 2021-11-18 07:07 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-11-18 07:07 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the user can't debug function with timestamp parameter. Fixes #6986

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a5b79564ff22c201e61a5febd78ab1747470...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_3.rst                                      | 1 +
web/pgadmin/tools/debugger/templates/debugger/sql/execute_plpgsql.sql | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the Change Password menu option
@ 2021-11-22 05:51 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-11-22 05:51 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the Change Password menu option is missing for internal
authentication source when more than one authentication source is defined.

Fixes #6989

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_3.rst | 1 +
web/pgadmin/browser/__init__.py  | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the error is thrown while creati
@ 2021-11-28 08:03 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2021-11-28 08:03 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the error is thrown while creating a new server using
Add New Server from the dashboard while tree item is not selected.

Fixes #7015

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=abe530344805b0a9dfbb3b1d58ba67f6dfc0...
Author: Yogesh Mahajan <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_3.rst             | 1 +
web/pgadmin/dashboard/static/js/dashboard.js | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the parent partition table was n
@ 2022-03-07 08:36 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-03-07 08:36 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the parent partition table was not displayed during autocomplete. Fixes #7105

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_6.rst                                     | 1 +
web/pgadmin/misc/templates/sqlautocomplete/sql/default/columns.sql   | 2 +-
web/pgadmin/misc/templates/sqlautocomplete/sql/default/tableview.sql | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the error is shown on logout whe
@ 2022-03-15 11:25 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-03-15 11:25 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the error is shown on logout when the authentication source is oauth2. Fixes #7059

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b6469bd35ac7a15eb4708a37e469c576bf4...
Author: Yogesh Mahajan <[email protected]>

Modified Files
--------------
docs/en_US/release_notes.rst         |  1 +
docs/en_US/release_notes_6_8.rst     | 22 ++++++++++++++++++++++
web/pgadmin/authenticate/__init__.py |  5 +++++
3 files changed, 28 insertions(+)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

*  pgAdmin 4 commit: Fixed an issue where the newly added table is not vis
@ 2022-03-29 09:27 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-03-29 09:27 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the newly added table is not visible under the Tables node on refresh. Fixes #7239

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08e00ccebc7bbbfff903a7a7802454d0fff4...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_8.rst   | 1 +
web/pgadmin/static/js/tree/tree.js | 4 ++++
2 files changed, 5 insertions(+)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the browser tree state was not p
@ 2022-03-31 12:59 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-03-31 12:59 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the browser tree state was not preserved correctly. Fixes #7176

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe416c838b5ebe2911a580625e732615fef8...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_8.rst                              | 1 +
web/pgadmin/browser/server_groups/servers/static/js/server.js | 4 +++-
web/pgadmin/static/js/tree/pgadmin_tree_save_state.js         | 3 ++-
3 files changed, 6 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the downloaded ERD diagram was 0
@ 2022-04-07 09:50 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-04-07 09:50 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the downloaded ERD diagram was 0 bytes. Fixes #7187

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bf8e569bde0dd2b2ce6bf248a209a01a7523...
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
docs/en_US/release_notes.rst                        |  1 +
docs/en_US/release_notes_6_9.rst                    | 20 ++++++++++++++++++++
.../static/js/erd_tool/ui_components/BodyWidget.jsx | 21 +++++++++++++++++++--
3 files changed, 40 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the Browser panel is not complet
@ 2022-04-13 12:08 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-04-13 12:08 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the Browser panel is not completely viewable. Fixes #7026

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0b7bde2775a46ebbd180e131e5aa0838e49c...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_9.rst         |  1 +
web/pgadmin/static/js/tree/tree_init.tsx | 13 +++++++++++--
2 files changed, 12 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the table showed duplicate colum
@ 2022-04-21 07:18 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-04-21 07:18 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the table showed duplicate columns when creating multiple sequences on the same column. Fixes #7307

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_9.rst                                        | 1 +
.../schemas/tables/templates/columns/sql/10_plus/properties.sql         | 2 +-
.../schemas/tables/templates/columns/sql/12_plus/properties.sql         | 2 +-
.../schemas/tables/templates/columns/sql/9.1_plus/properties.sql        | 2 +-
.../schemas/tables/templates/columns/sql/9.2_plus/properties.sql        | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t
@ 2022-04-26 10:59 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-04-26 10:59 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the drag and drop table in ERD throws an error. Fixes #7333

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3d1a9624c197465fd0c13fc1b46c243e9b6c...
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_9.rst                                  | 1 +
web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx      | 2 +-
.../tools/erd/static/js/erd_tool/ui_components/BodyWidget.jsx     | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread

* pgAdmin 4 commit: Fixed an issue where the Dashboard Server Activity wa
@ 2022-04-28 06:41 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 56+ messages in thread

From: Akshay Joshi @ 2022-04-28 06:41 UTC (permalink / raw)
  To: [email protected]

Fixed an issue where the Dashboard Server Activity was showing old queries as active. Fixes #7305

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c61017f578cf91368e25dabc2894e268298...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_9.rst              |  1 +
web/pgadmin/dashboard/static/js/Dashboard.jsx | 22 ++++++++++------------
web/pgadmin/static/js/components/PgTable.jsx  |  4 ++--
3 files changed, 13 insertions(+), 14 deletions(-)



^ permalink  raw  reply  [nested|flat] 56+ messages in thread


end of thread, other threads:[~2022-04-28 06:41 UTC | newest]

Thread overview: 56+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 14:54 pgAdmin 4 commit: Fixed an issue where the identical packages and seque Akshay Joshi <[email protected]>
2020-09-08 06:35 pgAdmin 4 commit: Fixed an issue where the server icon getting change t Akshay Joshi <[email protected]>
2020-09-22 04:16 pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m Akshay Joshi <[email protected]>
2020-09-22 04:49 ` Re: pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m Ashesh Vashi <[email protected]>
2020-09-22 11:19 pgAdmin 4 commit: Fixed an issue where the server is not able to connec Akshay Joshi <[email protected]>
2020-09-23 07:54 pgAdmin 4 commit: Fixed an issue where the 'PARALLEL UNSAFE' option is Akshay Joshi <[email protected]>
2020-10-05 09:10 pgAdmin 4 commit: Fixed an issue where the user is unable to change the Akshay Joshi <[email protected]>
2020-10-20 11:46 pgAdmin 4 commit: Fixed an issue where the suffix for Toast table size Akshay Joshi <[email protected]>
2020-10-30 09:39 pgAdmin 4 commit: Fixed an issue where the validation error message is Akshay Joshi <[email protected]>
2020-12-03 05:39 ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
2020-12-03 05:47   ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
2020-12-03 06:58     ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Rahul Shirsat <[email protected]>
2020-12-03 07:17       ` Re: pgAdmin 4 commit: Fixed an issue where the validation error message is Murtuza Zabuawala <[email protected]>
2020-12-14 07:04 pgAdmin 4 commit: Fixed an issue where the dirty indicator stays active Akshay Joshi <[email protected]>
2020-12-17 06:34 pgAdmin 4 commit: Fixed an issue where the state of the Save File icon Akshay Joshi <[email protected]>
2021-01-11 12:10 pgAdmin 4 commit: Fixed an issue where the database list in the new con Akshay Joshi <[email protected]>
2021-02-04 06:15 pgAdmin 4 commit: Fixed an issue where the focus is not properly set on Akshay Joshi <[email protected]>
2021-02-05 08:45 pgAdmin 4 commit: Fixed an issue where the user unable to change the ba Akshay Joshi <[email protected]>
2021-02-10 12:26  pgAdmin 4 commit: Fixed an issue where the user is unable to update col Akshay Joshi <[email protected]>
2021-02-15 09:55 pgAdmin 4 commit: Fixed an issue where the ERD image is not properly do Akshay Joshi <[email protected]>
2021-02-19 08:59 pgAdmin 4 commit: Fixed an issue where the user can't change the connec Akshay Joshi <[email protected]>
2021-02-19 10:28 pgAdmin 4 commit: Fixed an issue where the user is not able to use the Akshay Joshi <[email protected]>
2021-02-22 09:31 pgAdmin 4 commit: Fixed an issue where the python server is not closed Akshay Joshi <[email protected]>
2021-02-26 07:20 pgAdmin 4 commit: Fixed an issue where the properties tab for collectio Akshay Joshi <[email protected]>
2021-02-26 07:53 pgAdmin 4 commit: Fixed an issue where the Save button is enabled for f Akshay Joshi <[email protected]>
2021-03-04 08:23 pgAdmin 4 commit: Fixed an issue where the user is not able to change t Akshay Joshi <[email protected]>
2021-03-09 09:02 pgAdmin 4 commit: Fixed an issue where the dependent tab throwing an er Akshay Joshi <[email protected]>
2021-03-17 13:18  pgAdmin 4 commit: Fixed an issue where the top menu disappears when ent Akshay Joshi <[email protected]>
2021-03-30 05:45 pgAdmin 4 commit: Fixed an issue where the procedure creation is failed Akshay Joshi <[email protected]>
2021-04-12 06:15 pgAdmin 4 commit: Fixed an issue where the Save button is enabled by de Akshay Joshi <[email protected]>
2021-04-26 09:02  pgAdmin 4 commit: Fixed an issue where the wrong SQL is showing for the Akshay Joshi <[email protected]>
2021-05-04 07:04 pgAdmin 4 commit: Fixed an issue where the current debug line is not vi Akshay Joshi <[email protected]>
2021-05-11 13:43 pgAdmin 4 commit: Fixed an issue where the filter 'Include/Exclude By S Akshay Joshi <[email protected]>
2021-05-12 07:57 pgAdmin 4 commit: Fixed an issue where the current debug line is not vi Akshay Joshi <[email protected]>
2021-05-12 07:57 pgAdmin 4 commit: Fixed an issue where the filter 'Include/Exclude By S Akshay Joshi <[email protected]>
2021-05-17 07:43 pgAdmin 4 commit: Fixed an issue where the Help message not displaying Akshay Joshi <[email protected]>
2021-10-04 07:11 pgAdmin 4 commit: Fixed an issue where the label is not visible when ho Akshay Joshi <[email protected]>
2021-10-04 14:10 pgAdmin 4 commit: Fixed an issue where the index is not loaded in the U Akshay Joshi <[email protected]>
2021-10-07 12:35 pgAdmin 4 commit: Fixed an issue where the tree is not scrolling to the Akshay Joshi <[email protected]>
2021-10-12 09:33 pgAdmin 4 commit: Fixed an issue where the browser tree doesn't show al Akshay Joshi <[email protected]>
2021-10-12 12:50 pgAdmin 4 commit: Fixed an issue where the user is unable to create an Akshay Joshi <[email protected]>
2021-10-14 06:14 pgAdmin 4 commit: Fixed an issue where the users are unable to load the Akshay Joshi <[email protected]>
2021-10-18 10:25 pgAdmin 4 commit: Fixed an issue where the blank string is stored inste Akshay Joshi <[email protected]>
2021-10-19 11:51 pgAdmin 4 commit: Fixed an issue where the wrong SQL is generated when Akshay Joshi <[email protected]>
2021-11-18 07:07  pgAdmin 4 commit: Fixed an issue where the user can't debug function wi Akshay Joshi <[email protected]>
2021-11-22 05:51 pgAdmin 4 commit: Fixed an issue where the Change Password menu option Akshay Joshi <[email protected]>
2021-11-28 08:03 pgAdmin 4 commit: Fixed an issue where the error is thrown while creati Akshay Joshi <[email protected]>
2022-03-07 08:36 pgAdmin 4 commit: Fixed an issue where the parent partition table was n Akshay Joshi <[email protected]>
2022-03-15 11:25 pgAdmin 4 commit: Fixed an issue where the error is shown on logout whe Akshay Joshi <[email protected]>
2022-03-29 09:27  pgAdmin 4 commit: Fixed an issue where the newly added table is not vis Akshay Joshi <[email protected]>
2022-03-31 12:59 pgAdmin 4 commit: Fixed an issue where the browser tree state was not p Akshay Joshi <[email protected]>
2022-04-07 09:50 pgAdmin 4 commit: Fixed an issue where the downloaded ERD diagram was 0 Akshay Joshi <[email protected]>
2022-04-13 12:08 pgAdmin 4 commit: Fixed an issue where the Browser panel is not complet Akshay Joshi <[email protected]>
2022-04-21 07:18 pgAdmin 4 commit: Fixed an issue where the table showed duplicate colum Akshay Joshi <[email protected]>
2022-04-26 10:59 pgAdmin 4 commit: Fixed an issue where the drag and drop table in ERD t Akshay Joshi <[email protected]>
2022-04-28 06:41 pgAdmin 4 commit: Fixed an issue where the Dashboard Server Activity wa Akshay Joshi <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox