Re: [pgadmin-hackers] Segfault on property dialog for the index.

2011-04-28 Thread Timon
> I did. And you're completely right. Your patch fixed the issue. I > suppose Timon had the same issue. Too bad it won't be in beta 1. > Anyways, thanks for your patch. Yup, it solves my problem. Thanks. -- All bugs reserved -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.o

Re: [pgadmin-hackers] Segfault on property dialog for the index.

2011-04-28 Thread Guillaume Lelarge
Le 28/04/2011 16:44, Ashesh Vashi a écrit : > Hi Dave/Guillaume, > > I found a crash on ubuntu, when try to open the properties window for any > index. > I am running pgAdminIII against PG 9.0.2. > > Please find the patch to resolve the crash. > > Guillaume, > > I am really not aware of the col

[pgadmin-hackers] pgAdmin III commit: Fix a segfault on property dialog for the index

2011-04-28 Thread Guillaume Lelarge
Fix a segfault on property dialog for the index We tried to access an item in an empty array. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=93884559ece6506ae9b47927fdd490d0bc9cdbef Author: Ashesh Vashi Modified Files -- pgadmin/

[pgadmin-hackers] Segfault on property dialog for the index.

2011-04-28 Thread Ashesh Vashi
Hi Dave/Guillaume, I found a crash on ubuntu, when try to open the properties window for any index. I am running pgAdminIII against PG 9.0.2. Please find the patch to resolve the crash. Guillaume, I am really not aware of the collation implementation, but this patch certainly avoid the crash. C

Re: [pgadmin-hackers] pgAdmin III: erroneous references to "proargdefvals" attribute

2011-04-28 Thread Nikhil S
Thanks Dave. Regards, Nikhils On Thu, Apr 28, 2011 at 6:58 PM, Dave Page wrote: > Thanks, applied. > > On Thu, Apr 28, 2011 at 10:59 AM, Nikhil S wrote: > > Hi, > > > >> > >> The pgAdmin source base is peppered with references to a non-existent > >> "proargdefvals" attribute. > > > > Ok, this

[pgadmin-hackers] Bug with Foreign table interface

2011-04-28 Thread Thom Brown
This is for pgAdmin 1.14 beta 1 on OSX. When setting up a foreign table, upon adding a column, the "Member name" and "Data type" values remain in the input fields. Also, upon attempting to open a foreign table, pgAdmin is displaying the message "An error has occurred: No Table or view" and then c

Re: [pgadmin-hackers] pgAdmin III: erroneous references to "proargdefvals" attribute

2011-04-28 Thread Dave Page
Thanks, applied. On Thu, Apr 28, 2011 at 10:59 AM, Nikhil S wrote: > Hi, > >> >> The pgAdmin source base is peppered with references to a non-existent >> "proargdefvals" attribute. > > Ok, this was being used in AS83, so we cannot remove these references > completely. > >> >> The FEATURE_FUNCTION

[pgadmin-hackers] pgAdmin III commit: Correct a pg_proc column name in PPAS 8.4 and above

2011-04-28 Thread Dave Page
Correct a pg_proc column name in PPAS 8.4 and above. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=65f2be1eee6887d3e9333237c04ddb8f71d5c202 Author: Nikhil S Modified Files -- pgadmin/db/pgConn.cpp |

[pgadmin-hackers] pgAdmin III commit: Correct a pg_proc column name in PPAS 8.4 and above

2011-04-28 Thread Dave Page
Correct a pg_proc column name in PPAS 8.4 and above. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a265fb2977253fce436e276320d337425639384c Author: Nikhil S Modified Files -- pgadmin/db/pgConn.cpp |4 +++- pgad

[pgadmin-hackers] pgAdmin III commit: Fix copyright.

2011-04-28 Thread Dave Page
Fix copyright. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c9d50988251463031706ea45e3154d4e7478946e Modified Files -- pkg/mac/licence.r |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgadmi

[pgadmin-hackers] pgAdmin III commit: Fix copyright.

2011-04-28 Thread Dave Page
Fix copyright. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1da5a9404e1c0e5d893457e03d153887b9561005 Modified Files -- pkg/mac/licence.r |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgadmin-hackers ma

[pgadmin-hackers] 1.14.0 beta 1 uploaded

2011-04-28 Thread Dave Page
For your testing pleasure: http://developer.pgadmin.org/ftp/release/v1.14.0-beta1/ -- 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@postgresq

[pgadmin-hackers] pgAdmin III commit: Fix another version number

2011-04-28 Thread Dave Page
Fix another version number Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=37f0da95638d02dbe2f8c8d8057cc04be0bb5250 Modified Files -- pkg/win32/upgrade.bat |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pg

[pgadmin-hackers] pgAdmin III commit: As always, forgot to bump the installer GUIDs and v

2011-04-28 Thread Dave Page
As always, forgot to bump the installer GUIDs and version. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8c4adc899cc598a6393ccfa380baac7f3b368b27 Modified Files -- pkg/win32/Installer.vcproj |2 +- pkg/win32/src/i18ndata.wxs |

[pgadmin-hackers] pgAdmin III commit: As always, forgot to bump the installer GUIDs and v

2011-04-28 Thread Dave Page
As always, forgot to bump the installer GUIDs and version. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8c4adc899cc598a6393ccfa380baac7f3b368b27 Modified Files -- pkg/win32/Installer.vcproj |2 +- pkg/win32/src/i18ndata.wxs |

Re: [pgadmin-hackers] pgAdmin III: erroneous references to "proargdefvals" attribute

2011-04-28 Thread Nikhil S
Hi, > The pgAdmin source base is peppered with references to a non-existent > "proargdefvals" attribute. Ok, this was being used in AS83, so we cannot remove these references completely. > The FEATURE_FUNCTION_DEFAULTS feature will not get set because of this > ever. This patch replaces the r

[pgadmin-hackers] pgAdmin III commit: Tag REL-1_14_0-BETA1 has been created.

2011-04-28 Thread Dave Page
Tag REL-1_14_0-BETA1 has been created. View: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=tag;h=refs/tags/REL-1_14_0-BETA1 Log Message --- Tag 1.14.0 beta 1 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.pos

[pgadmin-hackers] pgAdmin III commit: Bump version for beta 1 release.

2011-04-28 Thread Dave Page
Bump version for beta 1 release. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ab30d5e054c67b34dc8dcb9c97df459bf3fb1dff Modified Files -- pgadmin/include/version.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) -

Re: [pgadmin-hackers] 1.12.3 built

2011-04-28 Thread Dave Page
2011/4/28 Guillaume Lelarge : > Le 28/04/2011 04:40, Devrim GÜNDÜZ a écrit : >> >> FWIW, I haven't seen any announcement or changelog anywhere about this >> release. >> > > Yeah, there was nothing on the website. We should do that. Feel free :-). I'm busy with the beta at the moment, and have a fa

Re: [pgadmin-hackers] 1.12.3 built

2011-04-28 Thread Guillaume Lelarge
Le 28/04/2011 04:40, Devrim GÜNDÜZ a écrit : > > FWIW, I haven't seen any announcement or changelog anywhere about this > release. > Yeah, there was nothing on the website. We should do that. -- Guillaume http://www.postgresql.fr http://dalibo.com -- Sent via pgadmin-hackers mailing list