pgAdmin 4 commit: Ensure that parameters of procedures for EPAS server

2019-04-10 Thread Akshay Joshi
Ensure that parameters of procedures for EPAS server 10 and below should be 
set/reset properly. Fixes #4161

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c3925e44821f218448c4d60faa2af7fee7dfb7d

Modified Files
--
docs/en_US/release_notes_4_6.rst   |  3 ++-
.../functions/templates/procedure/ppas/sql/9.5_plus/update.sql |  4 ++--
.../functions/templates/procedure/ppas/sql/9.6_plus/update.sql |  4 ++--
.../schemas/templates/macros/functions/variable.macros | 10 --
4 files changed, 14 insertions(+), 7 deletions(-)



pgAdmin 4 commit: Splash screen changed to make it similar to existing.

2019-04-10 Thread Aditya Toshniwal
Splash screen changed to make it similar to existing.

Branch
--
electron2

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=68751afc5a83e323c42594dd5f4b59329e8369f8

Modified Files
--
electron/assets/welcome_logo.svg |  1 +
electron/index.html  | 19 
electron/src/index.html  | 35 ++-
electron/src/index.js| 62 ++--
4 files changed, 63 insertions(+), 54 deletions(-)



Re: pgAdmin4 v4.5 candidate builds

2019-04-10 Thread Fahar Abbas
Hi Akshay,

One Round of testing has been completed for pgAdmin4 4.5 and it's ready for
the release.

Kind regards,

On Mon, Apr 8, 2019 at 7:26 PM Akshay Joshi 
wrote:

> Hi All,
>
> We have released pgAdmin4 v4.4 on last Thursday, but with the release of
> psycopg2 v2.8 we have found issue running pgAdmin4 with latest psycopg2. We
> have fixed that issue and will plan to release pgAdmin4 v4.5 on coming
> Wednesday.
>
> pgAdmin4 v4.5 candidate builds and source can be found at
> https://developer.pgadmin.org/builds/2019-04-08-1/
>
> Fahar, can you please verify it for release on Wednesday.
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>


-- 
Fahar Abbas
QMG
EnterpriseDB Corporation
Phone Office: +92-51-835-8874
Phone Direct: +92-51-8466803
Mobile: +92-333-5409707
Skype ID: *live:fahar.abbas*
Website: www.enterprisedb.com


pgAdmin 4 v4.5 released

2019-04-10 Thread Akshay Joshi
The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.5.
This release of pgAdmin 4 includes over 5 bug fixes. For more details
please see the release notes at:

https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_5.html.

pgAdmin is the leading Open Source graphical management tool for
PostgreSQL. For more information, please see:

https://www.pgadmin.org/

Notable changes in this release include:

* Ensure that pgAdmin4 should work properly with psycopg2 v2.8.
* Fixed 'Change Password' issue for SCRAM authentication.
* Ensure that two consecutive SELECT statements should work properly.
* Relabel the Save button on the datagrid text editor to avoid confusion
with the actual Save button that updates the database.


Builds for Windows and macOS are available now, along with a Python Wheel,
Docker Container and source code tarball from:

https://www.pgadmin.org/download/

RPM and DEB packages are expected to be available on the postgresql.org
repositories within the next few days.

*Note*: Users of the Python Wheel should uninstall and then reinstall
instead of upgrading it.

--
Akshay Joshi
pgAdmin Project