pgAdmin 4 commit: Ensure context menus never get hidden below the menu

2019-10-25 Thread Dave Page
Ensure context menus never get hidden below the menu bar. Fixes #3789 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a804485a4c4c2a84af1bd3d8fbca924741c610d9 Author: Aditya Toshniwal Modified Files -- docs/en_US/release_notes_4_1

Re: [pgAdmin][RM3789] Dialogs and Pop-Up Menus Not Constrained to Visible Window

2019-10-25 Thread Dave Page
Thanks, patch applied. On Wed, Oct 23, 2019 at 1:52 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a tiny patch to increase z-index of the context menus so that > they do not go under the main navbar. > > Kindly review. > > -- > Thanks and Regards, >

pgAdmin 4 commit: Ensure the correct "running at" agent is shown when a

2019-10-25 Thread Dave Page
Ensure the correct "running at" agent is shown when a pgAgent job is executing. Fixes #3913 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4125360dfb6d2a301b65a771a1f9fac6d494e0c7 Author: Aditya Toshniwal Modified Files -- docs/

Re: [pgAdmin][RM3913] pgagent run status not correct

2019-10-25 Thread Dave Page
Thanks, applied. On Wed, Oct 23, 2019 at 2:28 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix the incorrect value displayed for "Running > at" for pgAgent job properties. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshni

pgAdmin 4 commit: Don't quote bigints when copying them from the Query

2019-10-25 Thread Dave Page
Don't quote bigints when copying them from the Query Tool results grid. Fixes #4459 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d7ff9444a11a05425545549094e8e195632564a Author: Aditya Toshniwal Modified Files -- docs/en_US/re

Re: [pgAdmin][RM4459] Copying cell from query result table wraps "bigint" value in quotes

2019-10-25 Thread Dave Page
Thanks, applied. On Thu, Oct 24, 2019 at 9:26 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix bigint (numeric cols) copying issue which > adds redundant quotes. > > Kindly review. > > -- > Thanks and Regards, > Aditya Toshniwal > Sr.

Re: [pgAdmin][RM4730] Execute leaves only the latest Message - the others are cleared

2019-10-25 Thread Dave Page
Thanks, applied. On Thu, Oct 24, 2019 at 10:11 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to retain messages from long-running pgsql blocks. > Currently, only last message is retained and others are cleared in the > messages tab. > > Ki

pgAdmin 4 commit: Ensure all messages are retained in the Query Tool fr

2019-10-25 Thread Dave Page
Ensure all messages are retained in the Query Tool from long running queries. Fixes #4730 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f6a0a87f6b42e7299e4264823e1dbc1f5857271 Author: Aditya Toshniwal Modified Files -- docs/en

pgAdmin 4 commit: 2 fixes for the backup dialogue when using directory

2019-10-25 Thread Dave Page
2 fixes for the backup dialogue when using directory format: Ensure compression level is passed to pg_dump when backing up in directory format. Fixes #4482 Ensure the number of jobs can be specified when backing up in directory format. Fixes #4483 Branch -- master Details --- https://g

Re: [pgAdmin][RM4482][RM4483] Backup dialog issues for directory format

2019-10-25 Thread Dave Page
Thanks, applied. On Fri, Oct 25, 2019 at 7:11 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is a patch to fix a couple of issues on the backup dialog related > to directory format: > 4482 - Backup dialog ignores compression ratio for directory format >

pgAdmin 4 commit: Give appropriate error messages when the user tries t

2019-10-25 Thread Dave Page
Give appropriate error messages when the user tries to use an blank master password. Fixes #4341 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=30e96733752ab5168a84c29c8616c70c74b29563 Author: Richard Yen Modified Files -- docs/

[RM4341] Master Password Screen should give a proper error message if user provide empty password

2019-10-25 Thread Richard Yen
Hello Hackers, This seems to already have been processed, but I'm writing for archiving/process-compliance Submitting patch for RM 4341 . This patch 1) adds detection of button-cl