[pgadmin-support] pgAdmin4 remarkably slower for some queries

2016-11-15 Thread johannes graën
Hi there, I just stumbled upon a query that executes fast in Navicat but needs remarkably more time in pgAdmin4. So far I hadn't noticed any difference in both programs. Out of curiosity, I decided to crosscheck the timings I got with other tools. You find the results below. Altogether, the quer

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-04-08 Thread johannes graën
Another interesting finding: When pasting text from another application, the text doesn't appear the first time I press Ctrl+V, but on the second keypress, always. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresq

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-03-07 Thread johannes graën
Hi, On Fri, Feb 19, 2016 at 12:42 PM, Dave Page wrote: > Can you test the attached patch please? I've done various tests with gprof > to profile the code whilst copying/pasting text in the query tool up to > about 20MB worth. I found a couple of optimisations that seem to make good > improvements

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 16, 2016 at 1:04 PM, Dave Page wrote: > Are you in a position to be able to install the EDB PostgreSQL installer? > I'm curious to know if the build of pgAdmin that's included with that works > OK. It was built against a fairly old version of GTK for maximum > compatibility with differ

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 16, 2016 at 12:00 PM, Dave Page wrote: > Where did your build come from? What version of wxWidgets is it using? It's an official Arch package: https://www.archlinux.org/packages/community/x86_64/pgadmin3/ The wxWidgets version is 2.8.12.1: https://www.archlinux.org/packages/extra/x86

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 16, 2016 at 11:52 AM, Dave Page wrote: > My best guess is that when you use Ctrl+V, some other control on the window > actually has focus and is "swallowing" the keypress before our code sees it. > Can you confirm that the SQL textbox is definitely the focussed control when > you hit C

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 9, 2016 at 2:55 PM, Gabriel Sánchez wrote: > The same happens to me. Although copying and waiting usually works for me. I've got a new clue. Although cut + paste inserts the wrong text, the cutted text is available to other programs afterwards. So my guess would be that pgadmin just u

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-09 Thread johannes graën
On Sun, Feb 7, 2016 at 8:00 PM, Gabriel Sánchez wrote: > It happens often to me in Ubuntu 14.04 as well. It sometimes also happens > with the toolbar icons too. It seems to have to do with timing, because if I > wait 5 seconds or so, it usually works. It seems to take longer to copy more > text. T

[pgadmin-support] Copy & paste key commands not working correctly

2016-02-07 Thread johannes graën
Hi, I sometimes experience the following strange behaviour with pgAdmin v1.22.0 under Arch using Gnome Shell 3.18.2: When I copy or cut out text, the following Ctrl+V doesn't insert the copied (or cut) text, but something I previously had copied in a different application (if any). The context me