Re: [pgAdmin4][Patch#3021] Updating existing Index scan & Scan icons

2018-01-23 Thread Chethana Kumar
Hi Dave, Can you please the icons as I have added a differentiating factor for them now. Thanks, Chethana kumar On Mon, Jan 22, 2018 at 4:14 PM, Dave Page wrote: > Hi > > On Thu, Jan 18, 2018 at 12:48 PM, Chethana Kumar < > chethana.ku...@enterprisedb.com> wrote: > >> Hello Team, >> >> I am se

Re: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Paolo Saudin
Hi Dave, runs fine on Windows 10 64bit machine Paolo 2018-01-23 22:55 GMT+01:00 Barrington-Hughes, Alan < alan_barrington-hug...@premierinc.com>: > Thanks Dave for positing this different approach to eliminate some of the > Qt rendering overhead. > > > > I can say, running on a 2017 mac book p

Re: Table Properties... > [Columns tab] very slow

2018-01-23 Thread Khushboo Vashi
Hi, Please log your bug at https://redmine.postgresql.org/projects/pgadmin4 Thanks, Khushboo On Tue, Jan 23, 2018 at 7:10 PM, microsys.gr microsys.gr < microsys...@gmail.com> wrote: > Version 2.1 > Python Version 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) > Flask Version 0.12.2 > Appl

Re: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Barrington-Hughes, Alan
Thanks Dave for positing this different approach to eliminate some of the Qt rendering overhead. I can say, running on a 2017 mac book pro (10.13.2), the speed improvement is noticeable. The increased speed that tree nodes expand and result grids present are very appreciated. I am hoping

Re: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Seçkin Alan
Hi Folks, I think, pgadmin4 not need new architecture. It must even be a server running on the machine (on windows system tray like a wamp server, on mac like a docker). Yes, I know user experience is different until now. But modern browsers handle this work. I think, chromium embedded could be

Re: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread microsys.gr microsys.gr
TESTING WEB-BASED pgAdmin SYSTEM: Windows 10 Pro Version 1709, 12GB RAM, SSD 525GB, Intel Core i7 Disappointment, The framework may be a 10% faster, not noticeable really The two bugs I emailed the last couple of days remain exactly the same. For example, on a very large database, when I View/E

Re: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Doug Easterbrook
I had a look — running it on Safari/OSX/High Sierra. it started fast and seemed responsive. I couldn’t get it to start a SQL query session to put in some query to see how that went, bu I did click on a bunch of other things and it seemed very responsive.. which is what you want to know. I was

RE: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread McDonaldR
Yes, I can confirm it works on Win 7 Enterprise 64 bit. I’ll test on Win 10 Enterprise 64 bit tomorrow. Be interesting to see if it will show notifications on the Win 10 box. I’ll test some more tomorrow and send any feedback. Thanks for all the effort. Ross Ross McDonald | GIS Data Coordina

RE: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Anthony DeBarros
Dave, At first glance, this works fine and is fast. Anthony     De : Dave Page [mailto:dp...@pgadmin.org] Envoyé : Tuesday, January 23, 2018 9:49 AM À : pgadmin-hackers@lists.postgresql.org; pgadmin-support lists.postgresql.org Objet : Request for feedback: Alternate desktop runtime archite

RE: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Mark Watson
Runs great on Windows 10 x64 with Chrome browser and popups enabled. - Mark Watson De : Dave Page [mailto:dp...@pgadmin.org] Envoyé : Tuesday, January 23, 2018 9:49 AM À : pgadmin-hackers@lists.postgresql.org; pgadmin-support lists.postgresql.org Objet : Request for feedback: Altern

Re: Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Melvin Davidson
Dave, I just installed the browser version of PgAdmin 4 desktop. Excellent! It starts up almost immediately and is very responsive. So plus one upvote for this make. Melvin Davidson 🎸 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.you

Request for feedback: Alternate desktop runtime architecture

2018-01-23 Thread Dave Page
All, As you may know, the most troublesome part of pgAdmin 4 has been the desktop runtime application, which has relied on QtWebKit and QtWebEngine (of various origins and versions) to render the UI as part of the Qt framework. This has caused performance issues, rendering issues with remote desk

pgAdmin 4 commit: Get rid of the VC++ build script so we just have a si

2018-01-23 Thread Dave Page
Get rid of the VC++ build script so we just have a single MinGW one. Branch -- runtime-revamp Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1d59da367dd256bb3ab2abce2a5b267467c1b304 Modified Files -- Make-MinGW.bat | 457 --

pgAdmin 4 commit: Minimise Qt files we ship.

2018-01-23 Thread Dave Page
Minimise Qt files we ship. Branch -- runtime-revamp Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a53043fb3c8a8600fad70837c5d07f4cf15ecb6f Modified Files -- Make-MinGW.bat | 30 -- 1 file changed, 30 deletions(-)

Table Properties... > [Columns tab] very slow

2018-01-23 Thread microsys.gr microsys.gr
Version 2.1 Python Version 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) Flask Version 0.12.2 Application Mode Desktop On tables with a lot of fields (table tested with 217 columns), the table [Properties...] [Columns tab] form is useless slow. It takes more than 100 seconds to complete t

pgAdmin 4 commit: Initial cut at Windows installer changes

2018-01-23 Thread Dave Page
Initial cut at Windows installer changes Branch -- runtime-revamp Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=23562b2f399d45f88dbffc8cdeee7431fd7fe6ea Modified Files -- Make-MinGW.bat | 20 --- Make.bat | 79 +++

pgAdmin 4 commit: Mac build for new runtime.

2018-01-23 Thread Dave Page
Mac build for new runtime. Branch -- runtime-revamp Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c194d73298819c7018fc5c9839fc89837b40b37d Modified Files -- Makefile | 3 --- pkg/mac/build.sh | 8 ++-- pkg/mac/comple

pgAdmin 4 commit: Make sure that the bundle cache is removed if necessa

2018-01-23 Thread Dave Page
Make sure that the bundle cache is removed if necessary Branch -- runtime-revamp Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=946b02b647505ce6a0f97125719ad11876a5a022 Modified Files -- pkg/docker/build.sh | 4 +++- 1 file changed, 3 insertions(+)

pgAdmin 4 commit: Ignore tray icon moc file.

2018-01-23 Thread Dave Page
Ignore tray icon moc file. Branch -- runtime-revamp Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7a7d6d027aa43401b9285a1396546c43eebf8679 Modified Files -- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Build failed in Jenkins: pgadmin4-master-python35 #456

2018-01-23 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Support keyboard navigation in the debugger. Fixes #2897 -- [...truncated 386.26 KB...] Detach pa

Re: [pgAdmin4][Patch#2897] Add support for keyboard navigation in Debugger

2018-01-23 Thread Dave Page
Thanks, patch applied! On Tue, Jan 23, 2018 at 6:37 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Dave, > > Please find updated patch with docs and JS tests. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Com

pgAdmin 4 commit: Support keyboard navigation in the debugger. Fixes #2

2018-01-23 Thread Dave Page
Support keyboard navigation in the debugger. Fixes #2897 In passing, fix injection of variable values. Fixes #2981 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0e41b3364b3de80381ae7c6ad052087ac0eae6a4 Author: Murtuza Zabuawala Modified Fi

Build failed in Jenkins: pgadmin4-master-python35 #455

2018-01-23 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Display partitions in Greenplum. Fixes #3036 [Dave Page] Display functions in Greenplum. Fixes #3044 -- [...truncated 386.44 KB...]

Fwd: "Fetching all records..."

2018-01-23 Thread microsys.gr microsys.gr
-- Forwarded message -- From: microsys.gr microsys.gr Date: 2018-01-23 13:13 GMT+02:00 Subject: Re: "Fetching all records..." To: Khushboo Vashi Latest version 2.1 installed Same bug behaviour there, NOTHING CHANGED 2018-01-22 6:32 GMT+02:00 Khushboo Vashi : > > On Fri, Jan 1

pgAdmin 4 commit: Display functions in Greenplum. Fixes #3044

2018-01-23 Thread Dave Page
Display functions in Greenplum. Fixes #3044 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=65337daeba442b635184f057c2014317cbcb9dbc Author: Joao Pedro De Almeida Pereira Modified Files -- .../databases/schemas/functions/__init__.

Re: [pgadmin4][Patch]: Display Functions node for GreenPlum database

2018-01-23 Thread Dave Page
Thanks, patch applied. On Fri, Jan 19, 2018 at 12:56 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Hello Hackers, > I am updating this patch as we found out that the SQL tab was not showing > the functions properly, and we corrected that in the new update patch in > this em

Re: [pgadmin4]{Patch] Display GreenPlum partitions and correct SQL on SQL Tab

2018-01-23 Thread Dave Page
Hi On Tue, Jan 23, 2018 at 9:14 AM, Dave Page wrote: > Hi > > On Mon, Jan 22, 2018 at 10:55 PM, Joao De Almeida Pereira > wrote: > > Hello Hackers, > > I merge the 2 commits into 1 and also corrected a problem with SQL > display > > of partitions in GP. > > So this new patch Displays the partit

pgAdmin 4 commit: Display partitions in Greenplum. Fixes #3036

2018-01-23 Thread Dave Page
Display partitions in Greenplum. Fixes #3036 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=678699c4081489a4e9c6032fc87ed27dda31df7b Author: Joao Pedro De Almeida Pereira Modified Files -- .../servers/databases/schemas/tables/__i

pgAdmin 4 commit: Fix feature tests following button tooltip changes.

2018-01-23 Thread Dave Page
Fix feature tests following button tooltip changes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8df006343b951d92b0a8f9a0cee1d2204a9fdc1b Author: Khushboo Vashi Modified Files -- web/pgadmin/feature_tests/pg_datatype_validation

Re: [pgadmin4]{Patch] Display GreenPlum partitions and correct SQL on SQL Tab

2018-01-23 Thread Dave Page
Hi On Mon, Jan 22, 2018 at 10:55 PM, Joao De Almeida Pereira wrote: > Hello Hackers, > I merge the 2 commits into 1 and also corrected a problem with SQL display > of partitions in GP. > So this new patch Displays the partitions on GreenPlum database, correct SQL > that was being used in the SQL