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
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
>
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
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
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.
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 |
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
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
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
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
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
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
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
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
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
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
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
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 --
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(+),
19 matches
Mail list logo