pgAdmin 4 commit: Updated extension upgrade message. Fixes #3445

2018-06-25 Thread Akshay Joshi
Updated extension upgrade message. Fixes #3445 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08e4cdf2ac5c843e383e7cf1603c144d181517ce Modified Files -- web/pgadmin/tools/debugger/__init__.py | 2 +- 1 file changed, 1 insertion(+),

pgAdmin 4 commit: Don't use imple variable notation in bash scripts.

2018-06-25 Thread Dave Page
Don't use imple variable notation in bash scripts. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27bb7ff5db2be892c9a7aa8880a01a907572a7e1 Modified Files -- ci/build_docs.sh| 8 ci/build_pip_wheel.sh | 8 --

pgAdmin 4 commit: Correct version comparison, per Khushboo.

2018-06-25 Thread Dave Page
Correct version comparison, per Khushboo. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5bdd80e3da36b9d37c4e0420799e5664db343d29 Modified Files -- web/pgadmin/tools/debugger/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 de

pgAdmin 4 commit: Require v1.1 of the pldbgapi extension to debug on EP

2018-06-25 Thread Dave Page
Require v1.1 of the pldbgapi extension to debug on EPAS 11. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cf29e8df90ebfb8221e457863a281d7ed5f22faa Author: Akshay Joshi Modified Files -- web/pgadmin/tools/debugger/__init__.py | 1

Re: [pgadmin4][Patch]: Fixed RM 3442, 3443, 3444 Drop options not available.

2018-06-25 Thread Dave Page
Thanks, applied. On Mon, Jun 25, 2018 at 3:08 PM, Akshay Joshi wrote: > Hi Hackers, > > Attached is the patch to RM 3442, 3443 and 3444 related to Drop options > not available for Collations, Packages, Synonyms, Rules, Check Constraint > and Domain Constraints. > > This are regressions. Please r

pgAdmin 4 commit: Fix various Drop menu options that were broken during

2018-06-25 Thread Dave Page
Fix various Drop menu options that were broken during the treeview refactoring. Fixes #3442. Fixes #3443. Fixes #3444 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=57c054fb0ef52c79294fde55dcb8efedf5b4b409 Author: Akshay Joshi Modified File

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

2018-06-25 Thread Dave Page
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, Jun 25, 2018 at 1:23 PM, Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached patch

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

2018-06-25 Thread Khushboo Vashi
On Mon, 25 Jun 2018, 19:47 Dave Page, wrote: > Hi > > On Mon, Jun 25, 2018 at 1:23 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch for RM #3309 - Backup does not work with >> --format=d. >> >> Fixes in the patch : >> >> 1. Format = dire

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

2018-06-25 Thread Dave Page
Hi On Mon, Jun 25, 2018 at 1:23 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for RM #3309 - Backup does not work with > --format=d. > > Fixes in the patch : > > 1. Format = directory fix for Backup and Restore utilities > 2. Test cases for

[pgadmin4][Patch]: Fixed RM 3442, 3443, 3444 Drop options not available.

2018-06-25 Thread Akshay Joshi
Hi Hackers, Attached is the patch to RM 3442, 3443 and 3444 related to Drop options not available for Collations, Packages, Synonyms, Rules, Check Constraint and Domain Constraints. This are regressions. Please review it. -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517M

Re: [pgadmin4][Patch]: PG/EPAS 11 fixes for functions, procedures and trigger functions

2018-06-25 Thread Dave Page
Thanks, applied. On Fri, Jun 22, 2018 at 2:16 PM, Akshay Joshi wrote: > Hi Hackers > > Attached is the patch to fix following: > >- RM #3421 Function is not displayed in grant wizard screen and >message displayed. >- RM #3422 procedure is not displayed in grant wizard screen >- P

pgAdmin 4 commit: Various EPAS/PG11 function & procedure fixes. Fixes #

2018-06-25 Thread Dave Page
Various EPAS/PG11 function & procedure fixes. Fixes #3421. Fixes #3422 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4a71c6d7af9eb3386c651b890af2dee5c1406988 Author: Akshay Joshi Modified Files -- .../function/ppas/sql/11_plus/c

Re: [pgadmin4][Patch]: Feature #3273 Add ability to sort in the Select File window when opening a saved query

2018-06-25 Thread Dave Page
On Mon, Jun 25, 2018 at 12:23 PM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > > > On Mon, Jun 25, 2018 at 4:43 PM, Dave Page wrote: > >> Hi >> >> On Fri, Jun 22, 2018 at 6:39 AM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> >>> >>> On Thu, Jun 21, 2018 at 11:57 PM, Da

pgAdmin 4 commit: Allow sorting in the file dialogue. Fixes #3273

2018-06-25 Thread Dave Page
Allow sorting in the file dialogue. Fixes #3273 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f5ca1b540e96374e26a09051433e3e6a71b5c21 Author: Akshay Joshi Modified Files -- docs/en_US/release_notes_3_1.rst |

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

2018-06-25 Thread Khushboo Vashi
Hi, Please find the attached patch for RM #3309 - Backup does not work with --format=d. Fixes in the patch : 1. Format = directory fix for Backup and Restore utilities 2. Test cases for format = directory 2. File manager fix - The selected directory was not properly populated in the text box 3.

Re: Release this week?

2018-06-25 Thread Robert Eckhardt
Shipit On Mon, Jun 25, 2018, 10:37 AM Dave Page wrote: > Anyone have any reasons why we shouldn't push a release this week using > the new automated build system (assuming they work as planned and no issues > are found in QA)? > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pg

Re: [pgadmin4][Patch]: Feature #3273 Add ability to sort in the Select File window when opening a saved query

2018-06-25 Thread Akshay Joshi
On Mon, Jun 25, 2018 at 4:43 PM, Dave Page wrote: > Hi > > On Fri, Jun 22, 2018 at 6:39 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> >> >> On Thu, Jun 21, 2018 at 11:57 PM, Dave Page wrote: >> >>> Hi >>> >>> On Thu, Jun 21, 2018 at 6:27 AM, Akshay Joshi < >>> akshay.jo...@ente

Re: [pgadmin4][Patch]: Feature #3273 Add ability to sort in the Select File window when opening a saved query

2018-06-25 Thread Dave Page
Hi On Fri, Jun 22, 2018 at 6:39 AM, Akshay Joshi wrote: > > > On Thu, Jun 21, 2018 at 11:57 PM, Dave Page wrote: > >> Hi >> >> On Thu, Jun 21, 2018 at 6:27 AM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> >>> >>> On Thu, Jun 21, 2018 at 6:20 AM, Dave Page wrote: >>> Hi >

Release this week?

2018-06-25 Thread Dave Page
Anyone have any reasons why we shouldn't push a release this week using the new automated build system (assuming they work as planned and no issues are found in QA)? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise Postg