[pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11

2018-06-29 Thread Akshay Joshi
Hi Hackers, Attached is the patch to fix the RM #3397 Add support for JIT stats in EXPLAIN output in PG11. Please review it. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* RM_3397.patch Description: Binary data

Re: [pgAdmin4][Patch] - RM #3309 - Backup does not work with --format=d

2018-06-29 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Mon, Jun 25, 2018 at 8:07 PM, Dave Page wrote: > > > On Mon, Jun 25, 2018 at 3:33 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, 25 Jun 2018, 19:47 Dave Page, wrote: >> >>> Hi >>> >>> On Mon, Ju

pgAdmin 4 commit: Tag REL-3_1 has been created.

2018-06-29 Thread Dave Page
Tag REL-3_1 has been created. View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-3_1 Log Message --- Tag 3.1

Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters

2018-06-29 Thread Aditya Toshniwal
Hi Akshay, On Fri, Jun 29, 2018 at 3:42 PM, Akshay Joshi wrote: > Hi Aditya > > I have applied your patch and run pgAdmin4. I have found following two > issue in the browser: > >- Found error while open Preferences dialog. Refer >Open_Preferences_Dialog.png > > ​This error occurs even wi

Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11

2018-06-29 Thread Dave Page
Hi On Fri, Jun 29, 2018 at 9:55 AM, Akshay Joshi wrote: > Hi Hackers, > > Attached is the patch to fix the RM #3397 Add support for JIT stats in > EXPLAIN output in PG11. Please review it. > A couple of immediate thoughts: - When the canvas is first rendered, there's a vertical scrollbar now.

pgAdmin 4 commit: Prep 3.2 release notes page.

2018-06-29 Thread Dave Page
Prep 3.2 release notes page. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c85ced4c6b82d7d18718628f5fb6bb35112d9ee7 Modified Files -- docs/en_US/release_notes.rst | 1 + docs/en_US/release_notes_3_2.rst | 19 +

[pgAdmin4][RM#3457] [EPAS] Debugger: Unable to debug the procedure which is under the Package node

2018-06-29 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue which is EPAS specific where the user is not able to debug the procedure in the package. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_3457.diff Description: Binary data

Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11

2018-06-29 Thread Akshay Joshi
Hi Dave On Fri, Jun 29, 2018 at 6:56 PM, Dave Page wrote: > Hi > > On Fri, Jun 29, 2018 at 9:55 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is the patch to fix the RM #3397 Add support for JIT stats in >> EXPLAIN output in PG11. Please review it. >>

pgAdmin 4 commit: Properly support backups in Directory format. Fixes #

2018-06-29 Thread Dave Page
Properly support backups in Directory format. Fixes #3309 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fb1ef9ac0b1cd7598fce545b656ce23b97e3f1e1 Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes_3_2.rst

Re: [pgAdmin4][Patch]: RM #3397 Add support for JIT stats in EXPLAIN output in PG11

2018-06-29 Thread Dave Page
On Fri, Jun 29, 2018 at 3:12 PM, Akshay Joshi wrote: > Hi Dave > > On Fri, Jun 29, 2018 at 6:56 PM, Dave Page wrote: > >> Hi >> >> On Fri, Jun 29, 2018 at 9:55 AM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Attached is the patch to fix the RM #3397 Add sup

Re: [pgAdmin4][Patch] - RM #3309 - Backup does not work with --format=d

2018-06-29 Thread Dave Page
Thanks, applied. On Fri, Jun 29, 2018 at 10:24 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached updated patch. > > Thanks, > Khushboo > > On Mon, Jun 25, 2018 at 8:07 PM, Dave Page wrote: > >> >> >> On Mon, Jun 25, 2018 at 3:33 PM, Khushboo Vashi <

pgAdmin 4 commit: Fix debugging of procedures in EPAS packages. Fixes #

2018-06-29 Thread Dave Page
Fix debugging of procedures in EPAS packages. Fixes #3457 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b390c033cf3a48fc97559f721a061fbd1228dc5d Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes_3_2.rst

Re: [pgAdmin4][RM#3457] [EPAS] Debugger: Unable to debug the procedure which is under the Package node

2018-06-29 Thread Dave Page
Thanks, patch applied. On Fri, Jun 29, 2018 at 2:43 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue which is EPAS specific where the user is not > able to debug the procedure in the package. > > > -- > Regards, > Murtuza Zabuawala > Enterpri

Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters

2018-06-29 Thread Dave Page
Hi On Fri, Jun 29, 2018 at 3:14 PM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch. > This seems to work for the most part, however I saw what seemed like odd behaviour. If I have 2 query tool windows open; - Changing a preference fr

Re: [pgAdmin4][RM3294] User need to reset the layout to see the changed preferences parameters

2018-06-29 Thread Aditya Toshniwal
Hi Dave, On Fri, Jun 29, 2018 at 9:30 PM, Dave Page wrote: > Hi > > On Fri, Jun 29, 2018 at 3:14 PM, Aditya Toshniwal enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is the updated patch. >> > > This seems to work for the most part, however I saw what seemed like odd > behaviour. If I