[pgAdmin4][patch] SQL_ASCII database related codec fix

2019-01-10 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to make SQL_ASCII database handling on pgAdmin more robust. Kindly review. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB Software Solutions | Pune "Don't Complain about Heat, Plant a tree" sqlascii.fix.patch Description: Binary data

pgAdmin 4 commit: Tag REL-4_0 has been created.

2019-01-10 Thread Akshay Joshi
Tag REL-4_0 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-4_0 Log Message --- Tag v4.0

pgAdmin 4 v4.0 released

2019-01-10 Thread Akshay Joshi
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.0. This release of pgAdmin 4 includes over 26 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_0.html. pgAdmin is the leading Open

Jenkins build is back to normal : pgadmin4-master-python37 #97

2019-01-10 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python27 #864

2019-01-10 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python35 #850

2019-01-10 Thread pgAdmin 4 Jenkins
See

Re: [pgAdmin4][Patch] - RM 3836 VACUUM FULL FREEZE ANALYZE VERBOSE syntax error on PostgreSQL 11

2019-01-10 Thread Dave Page
Thanks - applied! On Thu, Jan 10, 2019 at 12:48 PM Akshay Joshi wrote: > Hi > > Attached is the modified patch. I have fixed the similar code for Backup > and Restore as well along with this patch. > > On Thu, Jan 10, 2019 at 12:26 PM Dave Page wrote: > >> Hi >> >> On Wed, Jan 9, 2019 at 6:46

Jenkins build is back to normal : pgadmin4-master-python34 #852

2019-01-10 Thread pgAdmin 4 Jenkins
See

pgAdmin 4 commit: Fix ordering of VACUUM options which changed in PG11.

2019-01-10 Thread Dave Page
Fix ordering of VACUUM options which changed in PG11. Fixes #3836 While we're at it, fix the JSON handling in the maintenance/backup/restore routes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8fb340d23b00646e8bd5cdcbab11442b03bfa701

Jenkins build is back to normal : pgadmin4-master-python36 #854

2019-01-10 Thread pgAdmin 4 Jenkins
See

Re: [pgAdmin4][patch] Fixes Backup Restore Dialog Postgres help

2019-01-10 Thread Dave Page
Thanks - applied. On Thu, Jan 10, 2019 at 12:35 PM Aditya Toshniwal wrote: > > Hi Hackers, > > Attached is the patch to fix jasmine test cases failures. > Kindly review. > > On Thu, Jan 10, 2019 at 11:21 AM Dave Page wrote: >> >> Thanks, applied. >> >> On Wed, Jan 9, 2019 at 6:31 PM Aditya

pgAdmin 4 commit: Fix Jasmine tests.

2019-01-10 Thread Dave Page
Fix Jasmine tests. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a8167f0a729f4a61d3174193e324952959deb32e Author: Aditya Toshniwal Modified Files -- web/regression/javascript/backup/backup_dialog_wrapper_spec.js | 4 ++--

Re: pgAdmin4 v4.0 candidate builds

2019-01-10 Thread Fahar Abbas
Hi Akshay, One round of testing has been completed for pgAdmin4 4.0 Release. Can you please push it for the release? Kind Regards, On Tue, Jan 8, 2019 at 5:58 PM Akshay Joshi wrote: > Hi All > > We have rewrap the installers as we fixed RM #3856. New candidate builds and > source can be

[pgAdmin4][Patch] - RM 3505 Incorrect SQL generated for tables created using inherited columns

2019-01-10 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix RM #3505 Incorrect SQL generated for tables created using inherited columns. Please review it. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* diff --git