A quick test showed no problems for me.
> -Original Message-
> From: Guillaume Lelarge [mailto:guilla...@lelarge.info]
> Sent: Tuesday, August 03, 2010 11:19 PM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Patch on roles query for pgAdmin with a Greenplum data
The patch I recently sent it had a problem for PG versions before coerceViaIO
existed.
This corrects that, and fixes this for PG 8.1, 8.2, and Greenplum Database.
patch.diff
Description: patch.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to you
This trivial patch fixes two things:
1) Allows this SQL statement to run on Greenplum Database as well as old
versions of PostgreSQL.
2) Gets rid of the useless "/32" appended to the client_addr.
This is against the trunk version of pgAdmin (1.12)
patch.diff
Description: patch.diff
Bug fix for Greenplum: GPDB release 3.4 column oriented tables. I originally
coded this thinking it was columnstore=true/false, but it turns out it is
orientation=row/column.
Please apply this fix to pgAdmin
greenplum.diff
Description: greenplum.diff
--
Sent via pgadmin-hackers mailing l
> -Original Message-
> From: pgadmin-hackers-ow...@postgresql.org [mailto:pgadmin-hackers-
> ow...@postgresql.org] On Behalf Of Julius Tuskenis
> Sent: Friday, August 21, 2009 3:16 AM
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] reconnecting to DB after connection break
A minor patch to add the "partition name" to the properties page when viewing
partitions of a table.
patch.diff
Description: patch.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hac
The "View the Data" button on the toolbar doesn't work for GPDB external tables.
patch.diff
Description: patch.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
This patch fixes a problem when using pgAdmin with the Greenplum database 3.4
release.
There was a catalog change on how external tables are identified.
The patch allows the code to work with 3.2, 3.3, or 3.4 releases of external
tables.
patch.diff
Description: patch.diff
--
Sent via pgadm
Forgot to change "Reading log from server." To "Reading log from server..."
Here is new diff
patch.diff
Description: patch.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Thanks Dave. Some questions:
> Hi,
>
> Some issues with this, 2 minor, one less so:
>
> - Please rearrange the code in frmStatus.h to remove the class
> definition. We try to keep the headers purely for declarations and
> only include one-line functions in them. I would suggest a new file in
>
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Saturday, June 06, 2009 2:29 PM
> To: Chuck McDevitt
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Supporting CSV format log files
>
> On Fri, Jun 5, 2009 at 8:03 PM
Original Message-
> From: pgadmin-hackers-ow...@postgresql.org [mailto:pgadmin-hackers-
> ow...@postgresql.org] On Behalf Of Chuck McDevitt
> Sent: Thursday, June 04, 2009 7:40 PM
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] New patch for bugs in GPDB cs
This patch fixes many problems in the handling of GPDB CSV format logs for the
frmStatus display.
It's also a useful start for supporting PostgreSQL 8.4 CSV format logs.
patch.diff
Description: patch.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make chang
Fix garbled and confusing error log display on status screen for GPDB.
patch.diff
Description: patch.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Two very minor fixes for Greenplum:
1. If html help is available (GPDB 3.3.0 and later), prefer it to the .PDF
help.
2. If we can't find local GPDB help, go to Greenplum web site for it.
bugfix.diff
Description: bugfix.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresq
This fixes two problems:
1. The new server status display didn't work with Greenplum.
2. The partition display code was not properly showing the hierarchy of
partitions if the table had more than one level of partitions.
The patch is attached to the e-mail
new.diff
Description: new.diff
I have a couple of small ones I was going to send today.
> -Original Message-
> From: pgadmin-hackers-ow...@postgresql.org [mailto:pgadmin-hackers-
> ow...@postgresql.org] On Behalf Of Dave Page
> Sent: Friday, May 01, 2009 2:39 AM
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] Beta 3
Greenplum stores the number of rows per segmentDatabase (actually the max of
any of the segDBs) in pg_class.reltuples, not the total number of tuples.
This causes the stats to display wrong values, and causes pgAdmin to warn that
Analyze is needed when it is not.
This simple patch multiplies th
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: 2009-04-01 05:13
> To: Chuck McDevitt
> Cc: Magnus Hagander; pgadmin-hackers
> Subject: Re: [pgadmin-hackers] Minor patch for more GP options.
>
> On Tue, Mar 31, 2009 at 11:36 PM, Chuck McDe
What is the schedule for 1.11 ? The 1.10 beta went by so fast most of my users
didn't have time to give feedback.
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: 2009-03-31 00:50
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re:
Some minor Greenplum specific stuff.
patch.diff
Description: patch.diff
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
I don't think we want to go the pgindent route, but a simple script that takes
all files, converts tabs to 4 spaces, and checks back in any changed files,
would be a good idea.
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http:/
Dave,
My apologies for making extra work for you. I've been trying to work on
several different projects, all with deadlines happening at nearly the same
time, and am still learning the pgAdmin code, so things take me longer than
they otherwise would. And our QA team is just getting ready to
>
> Yeah - we generally use 4 spaces, but tabs keep creeping in. I'm
> beginning to this we should use tabs instead, and see if we can't run
> something akin to pgindent over the code to clean it up nicely.
>
> What do people prefer - tabs or spaces?
I definitely prefer spaces. Too many tools a
I will work on this over the weekend, and get a new patch to you Monday evening
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Friday, March 06, 2009 7:08 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Greenplum patch for pgA
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Friday, March 06, 2009 7:08 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Greenplum patch for pgAdmin
>
> Hi Chuck,
>
> I've spent the last few hours working on yo
Sorry... I thought this went out, but I had some e-mail issue.
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Thursday, March 05, 2009 1:26 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
>
I sent in a proposed patch last Friday to include in the beta.
So far, no feedback from anyone? Is there a problem with the patch?
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
1. Going through the code, I noticed that quite a few files use 4 spaces
for indent on most of their lines, but have some lines using tab characters.
Usually it's newer patches that introduced the tabs, but not always. Mixing
both kinds of indents is confusing.
2. Pgadmin3.wxs sh
The .xrc and .xpm files
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Friday, February 27, 2009 2:06 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
> Hi Chuck,
>
> Just a quick
The .cpp files
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Friday, February 27, 2009 2:06 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
> Hi Chuck,
>
> Just a quick reminde
Some notes on the current state of the patch:
>
> Hi Chuck,
>
> The patch looks pretty good to me - just a few issues/queries below.
> I've only eyeballed it and built it so far though - I'm in the process
> of downloading Greenplum so I can test more thoroughly, though it's a
> slow download at
The .xrc and xpm files
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Wednesday, February 11, 2009 2:44 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
> On Tue, Feb 10, 2009 at 8:58 PM,
The new cpp files
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Wednesday, February 11, 2009 2:44 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
> On Tue, Feb 10, 2009 at 8:58 PM,
Here are the new .h files
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Wednesday, February 11, 2009 2:44 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
> On Tue, Feb 10, 2009 at 8:58 PM,
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Wednesday, February 11, 2009 2:44 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
> On Tue, Feb 10, 2009 at 8:58 PM, Chuck McDevitt
> w
> -Original Message-
> From: Dave Page [mailto:dp...@pgadmin.org]
> Sent: Tuesday, February 10, 2009 12:39 AM
> To: Chuck McDevitt
> Cc: pgadmin-hackers
> Subject: Re: pgAdmin for Greenplum database?
>
> On Tue, Feb 10, 2009 at 1:33 AM, Chuck McDevitt
> wrot
I've been working on updating pgAdmin to support the Greenplum database
(www.greenplum.com).
I'm wondering if the pgAdmin project would want to accept changes to add
Greenplum support, or if I should just branch and have my own pgAdmin that is
special for Greenplum (gpAdmin ?).
I've been makin
38 matches
Mail list logo