[pgadmin-hackers] [pgAdmin III] #343: Add support for RANGE type

2011-12-04 Thread pgAdmin Trac
#343: Add support for RANGE type --+- Reporter: gleu | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Version: trunk Keywords: t

[pgadmin-hackers] [pgAdmin III] #342: Enumerable type doesn't have all the options available on CREATE TYPE

2011-12-04 Thread pgAdmin Trac
#342: Enumerable type doesn't have all the options available on CREATE TYPE -+-- Reporter: gleu | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: Component: pgadm

[pgadmin-hackers] [pgAdmin III] #341: New connection option: sslcompression

2011-12-04 Thread pgAdmin Trac
#341: New connection option: sslcompression ---+ Reporter: gleu | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Compone

Re: [pgadmin-hackers] [PATCH] Improve autocompletion for SELECT statements

2011-12-04 Thread Guillaume Lelarge
On Wed, 2011-11-16 at 09:21 +, Dave Page wrote: > Cool - thanks Kris. > > Guillaume, are you taking the lead on this work in general, or should > I add this to my queue? > Sorry for the reply two weeks after. If you can put it on your queue, it would be great. As you probably noticed, I don'

[pgadmin-hackers] pgAdmin III commit: Fix VARIADIC handling with DEFAULT value

2011-12-04 Thread Guillaume Lelarge
Fix VARIADIC handling with DEFAULT value VARIADIC argument wasn't treated as an IN argument, which made it unavailable for DEFAULT values. Report from Regina (Paragon Corporation). Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9e

[pgadmin-hackers] pgAdmin III commit: Fix VARIADIC handling with DEFAULT value

2011-12-04 Thread Guillaume Lelarge
Fix VARIADIC handling with DEFAULT value VARIADIC argument wasn't treated as an IN argument, which made it unavailable for DEFAULT values. Report from Regina (Paragon Corporation). Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=810605a1efbd2b

[pgadmin-hackers] pgAdmin III commit: Fix DEFAULT handling with ALTER function

2011-12-04 Thread Guillaume Lelarge
Fix DEFAULT handling with ALTER function DEFAULT clause was included with the ALTER function. That's an incorrect syntax that is now fixed. From a report from Regina (Paragon Corporation). Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commit

[pgadmin-hackers] pgAdmin III commit: Fix DEFAULT handling with ALTER function

2011-12-04 Thread Guillaume Lelarge
Fix DEFAULT handling with ALTER function DEFAULT clause was included with the ALTER function. That's an incorrect syntax that is now fixed. From a report from Regina (Paragon Corporation). Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7eaab

[pgadmin-hackers] pgAdmin III commit: Forgot the CHANGELOG

2011-12-04 Thread Guillaume Lelarge
Forgot the CHANGELOG Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8aa9c0309473df463fd72faeedec0a91017dffd4 Modified Files -- CHANGELOG |4 1 files changed, 4 insertions(+), 0 deletions(-) -- Sent via pgadmi

[pgadmin-hackers] pgAdmin III commit: Forgot the CHANGELOG

2011-12-04 Thread Guillaume Lelarge
Forgot the CHANGELOG Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=35927a0277f26f08484d1e14cfe177f3fc6b7dfd Modified Files -- CHANGELOG |4 1 files changed, 4 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers ma

Re: [pgadmin-hackers] Compilation on Debian SID

2011-12-04 Thread Dave Page
Thanks! On Sunday, December 4, 2011, Guillaume Lelarge wrote: > On Sun, 2011-12-04 at 10:37 +0100, Guillaume Lelarge wrote: >> On Mon, 2011-11-28 at 17:40 +, Dave Page wrote: >> > On Sat, Nov 26, 2011 at 11:05 PM, Olly Betts wrote: >> > > On Sat, Nov 26, 2011 at 08:18:31PM +, Dave Page w

Re: [pgadmin-hackers] Compilation on Debian SID

2011-12-04 Thread Guillaume Lelarge
On Sun, 2011-12-04 at 10:37 +0100, Guillaume Lelarge wrote: > On Mon, 2011-11-28 at 17:40 +, Dave Page wrote: > > On Sat, Nov 26, 2011 at 11:05 PM, Olly Betts wrote: > > > On Sat, Nov 26, 2011 at 08:18:31PM +, Dave Page wrote: > > >> > > > This isn't original wx code - a number of projects

[pgadmin-hackers] pgAdmin III commit: Update czech translation

2011-12-04 Thread Guillaume Lelarge
Update czech translation Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ce50939819a3ea82011cd651013891e07eac88d2 Author: Marek Cernocky Modified Files -- i18n/cs_CZ/pgadmin3.mo | Bin 308964 -> 309162 bytes i18n/cs_CZ/

[pgadmin-hackers] pgAdmin III commit: Fix compilation on Debian

2011-12-04 Thread Guillaume Lelarge
Fix compilation on Debian We used a wxWidgets internal macro (ATTRIBUTE_PRINTF_1), that Debian get rid of. And wxWidgets 2.9 doesn't have this macro anymore. Actually, it appears we don't need it. It works without the macro, so the patch just drops it. Reports from Gerfried Fuchs, and Philippe

[pgadmin-hackers] pgAdmin III commit: Fix compilation on Debian

2011-12-04 Thread Guillaume Lelarge
Fix compilation on Debian We used a wxWidgets internal macro (ATTRIBUTE_PRINTF_1), that Debian get rid of. And wxWidgets 2.9 doesn't have this macro anymore. Actually, it appears we don't need it. It works without the macro, so the patch just drops it. Reports from Gerfried Fuchs, and Philippe

Re: [pgadmin-hackers] Compilation on Debian SID

2011-12-04 Thread Guillaume Lelarge
On Mon, 2011-11-28 at 17:40 +, Dave Page wrote: > On Sat, Nov 26, 2011 at 11:05 PM, Olly Betts wrote: > > On Sat, Nov 26, 2011 at 08:18:31PM +, Dave Page wrote: > >> > > This isn't original wx code - a number of projects define equivalent > > macros (and often with the same names, which is