pgAdmin 4 commit: Fix alignment of checkbox to drop multiple schedules

2019-02-13 Thread Akshay Joshi
Fix alignment of checkbox to drop multiple schedules of pgAgent job. Fixes #3946 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f43b05c2aea72e15bd77cf87ee20fd22a426493 Modified Files -- docs/en_US/release_notes_4_3.rst

pgAdmin 4 commit: You can't change colours in Preferences. Fixes #2990

2019-02-13 Thread Dave Page
You can't change colours in Preferences. Fixes #2990 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6af8efb5b1899729653ee2a70cb39d66510daed8 Modified Files -- docs/en_US/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1

[pgAdmin4][Patch]: RM #3970 Sort / Filter options

2019-02-13 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #3970 "Sort / Filter options". Fix the error message "can't execute empty query when SQL filter is null. Please review it. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_3970.patch Description: B

Re: [pgAdmin4][Patch]: RM #3970 Sort / Filter options

2019-02-13 Thread Dave Page
Thanks, patch applied. On Wed, Feb 13, 2019 at 12:43 PM Akshay Joshi wrote: > Hi Hackers, > > Attached is the patch to fix RM #3970 "Sort / Filter options". Fix the > error message "can't execute empty query when SQL filter is null. > > Please review it. > > -- > *Akshay Joshi* > > *Sr. Software

pgAdmin 4 commit: Prevent an error when closing the Sort/Filter dialogu

2019-02-13 Thread Dave Page
Prevent an error when closing the Sort/Filter dialogue with an empty filter string. Fixes #3970 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=944cc55df7c141b59dd0fa269ef963f1c89b7f08 Author: Akshay Joshi Modified Files -- docs/

pgAdmin 4 commit: Update Alpine Linux version in the docker container.

2019-02-13 Thread Dave Page
Update Alpine Linux version in the docker container. This also updates the PG utilities to v11. Fixes #3991 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=438116c57478f6523e7cb4da9a8c528fc538804c Modified Files -- docs/en_US/rele

[pgAdmin4][Patch] - RM 3959 - Properties and Dependents tabs rendering is slow with 1000+ records

2019-02-13 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #3959 - Properties and Dependents tabs rendering is slow with 1000+ records. Thanks, Khushboo RM_3959.patch Description: Binary data

[pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file

2019-02-13 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file To fix this issue, used the existing query tool connection instead of a new connection to download the CSV file. Thanks, Khushboo RM_3673.patch Description: