[pgadmin-hackers] Fixed domain crash

2012-11-26 Thread Akshay Joshi
Hi Dave I have fixed the crash which occurs when user creates a new domain in the schema. Attached is the patch file. Please review it and If it looks OK then can you please commit it. -- *Akshay Joshi Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91

[pgadmin-hackers] v1.16.1

2012-11-26 Thread Dave Page
I'm planning on wrapping 1.16.1 on Monday 3rd December, to allow it to be shipped with the upcoming PostgreSQL back branch releases. Get yer patches in now! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Comp

[pgadmin-hackers] pgAdmin III commit: Fix incorrect JOIN in query to list databases

2012-11-26 Thread Magnus Hagander
Fix incorrect JOIN in query to list databases The join to pg_shdescription needs to include the object class of the description, or it will return the same database multiple times for example when there is both a database and a user with the same oid, both having description. This can happen eithe

[pgadmin-hackers] pgAdmin III commit: Fix incorrect JOIN in query to list databases

2012-11-26 Thread Magnus Hagander
Fix incorrect JOIN in query to list databases The join to pg_shdescription needs to include the object class of the description, or it will return the same database multiple times for example when there is both a database and a user with the same oid, both having description. This can happen eithe

Re: [pgadmin-hackers] [Patch] Data type cache to speed up query tool

2012-11-26 Thread Dave Page
Hi On Mon, Nov 26, 2012 at 1:12 AM, aiht wrote: > > >>> * When a pgConn is Duplicate()d, its cache is copied for the new >>> connection >>> to use, but as far as I can see this is only called when doing File->New >>> Window in the query tool. If more pgConns are constructed by Duplicate() >>> the