[pgadmin-hackers] Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-06-18 Thread Timon
seems that commit 140e8aee4cb5d423bb76ad81874e442d3e17b5c1 (Rewrite the debugger to resolve numerous known issues and instabilities mostly due to the threading code.) also broke ability to cancel query by pressing stop button in query editor 2013/5/16 Dave Page : > Ashesh - this appears to be rela

[pgadmin-hackers] Re: [pgadmin-support] bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

2013-06-18 Thread Ashesh Vashi
Thanks Timon for point out. I already know about this - I've made that mistake and will resolve it very soon. Made some changes in pgQueryThread class, which leads to this bug. Actually - I was busy with some other stuff, and couldn't spend time on pgadmin3. On Tue, Jun 18, 2013 at 2:05 PM, Timon

[pgadmin-hackers] pgAdmin III commit: Support Materialized Views.

2013-06-18 Thread Dave Page
Support Materialized Views. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4a556a3639490b4b98fdda2cf989ec4f859b9ba2 Author: Neel Patel Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgView.cpp | 9

Re: [pgadmin-hackers] Materialized View Patch File

2013-06-18 Thread Dave Page
Committed with a couple of minor changes: - Add the word "MATERIALIZED" to the COMMENT SQL where appropriate. - List the comment after all the other properties, per our standard. Thanks!! On Fri, Jun 14, 2013 at 7:02 AM, Neel Patel wrote: > Hi Dave, > > > On Thu, Jun 13, 2013 at 5:41 PM, Dave

[pgadmin-hackers] Heads-up - Beta 1

2013-06-18 Thread Dave Page
I plan to cut the beta 1 release on Monday. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscrip

[pgadmin-hackers] pgAdmin III commit: Make No the default button on the Truncate confirma

2013-06-18 Thread Guillaume Lelarge
Make No the default button on the Truncate confirmation dialog Per request from Humberto Cereser Ibanez. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b73cefd031233ca0f298f4010e79f004353c3f6c Modified Files -- CHANGELOG