Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2017-10-06 Thread Dave Page
On Fri, Oct 6, 2017 at 5:07 AM, Tom Lane <t...@sss.pgh.pa.us> wrote:

> Dave Page <dp...@postgresql.org> writes:
> > On Mon, Oct 24, 2016 at 4:21 PM, Andrew Dunstan <and...@dunslane.net>
> wrote:
> >> On 10/24/2016 08:56 AM, Tom Lane wrote:
> >>> I'd prefer the solution of disabling --with-openssl.  If you just nuke
> >>> those members, we never will find out whether the recent postgres_fdw
> >>> changes pass on them.  Besides, the point of the buildfarm has never
> >>> been for all members to have the same configuration options.
>
> >> Seems reasonable.
>
> > OK, I think I got the perl stuff right - running test builds now.
>
> Hey Dave, baiji has been failing the REL_10_STABLE branch since you
> started running it there.  I'm guessing you set it up to suppress
> --with-openssl only for HEAD, and not for $branch ge 'REL_10' ...
>

Argh, yes. Should be fixed now.

Thanks.

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


Re: [COMMITTERS] pgsql: Default monitoring roles

2017-03-30 Thread Dave Page
On Thu, Mar 30, 2017 at 2:57 PM, Simon Riggs <si...@2ndquadrant.com> wrote:
> On 30 March 2017 at 19:31, Erik Rijkers <e...@xs4all.nl> wrote:
>> On 2017-03-30 20:20, Simon Riggs wrote:
>>>
>>> Default monitoring roles
>>
>>
>>
>> The buildfarm is showing red (the same errors that I get...):
>>
>>
>> pgrowlocks.c: In function ‘pgrowlocks’:
>> pgrowlocks.c:105:65: error: expected ‘)’ before ‘;’ token
>> is_member_of_role(GetUserId(), DEFAULT_ROLE_STAT_SCAN_TABLES);
>>  ^
>> [...]
>
> Weird. make check-world just skipped that directory. I guess for Dave also.
>
> Bug fixed, but will look at makefile

Yes, Stephen and I were just trying to figure out how that happened. I
ran make check from within /contrib before I sent the patch, and that
passes just fine. I guess maybe it doesn't build modules that don't
have any tests.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-26 Thread Dave Page
On Tue, Oct 25, 2016 at 10:22 PM, Andrew Dunstan <and...@dunslane.net> wrote:
>
>
> On 10/25/2016 10:26 AM, Dave Page wrote:
>>
>>
>> OK, I think I got the perl stuff right - running test builds now.
>>
>
>
> Ping me if you need help.

Thanks - looks like I got it though, they're all green again :-)

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-25 Thread Dave Page
On Mon, Oct 24, 2016 at 4:21 PM, Andrew Dunstan <and...@dunslane.net> wrote:
>
>
> On 10/24/2016 08:56 AM, Tom Lane wrote:
>>
>> Dave Page <dp...@postgresql.org> writes:
>>>
>>> On Mon, Oct 24, 2016 at 12:30 PM, Heikki Linnakangas <hlinn...@iki.fi>
>>> wrote:
>>>>
>>>> I'm ok with removing them from the buildfarm, if you feel that way.
>>>
>>> Andrew, Tom - any thoughts on removing them (just from head and future
>>> branches)?
>>
>> I'd prefer the solution of disabling --with-openssl.  If you just nuke
>> those members, we never will find out whether the recent postgres_fdw
>> changes pass on them.  Besides, the point of the buildfarm has never
>> been for all members to have the same configuration options.
>>
>>
>
>
>
> Seems reasonable.

OK, I think I got the perl stuff right - running test builds now.

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-24 Thread Dave Page
On Mon, Oct 24, 2016 at 12:30 PM, Heikki Linnakangas <hlinn...@iki.fi> wrote:
>
>
> On 24 October 2016 12:33:49 EEST, Dave Page <dp...@postgresql.org> wrote:
>>Hi
>>
>>On Sun, Oct 23, 2016 at 8:22 PM, Heikki Linnakangas <hlinn...@iki.fi>
>>wrote:
>>> Any chance you could update the OpenSSL versions on those systems, or
>>> failing that, remove --with-openssl?
>>
>>Well I could. But really, how useful is that given that it's got to be
>>pretty rare that people won't use OpenSSL in a build? Those machines
>>are so old now that I don't think there's any merit in keeping them is
>>there?
>
> I'm ok with removing them from the buildfarm, if you feel that way.

Andrew, Tom - any thoughts on removing them (just from head and future
branches)?

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-24 Thread Dave Page
Hi

On Sun, Oct 23, 2016 at 8:22 PM, Heikki Linnakangas <hlinn...@iki.fi> wrote:
> On 10/22/2016 07:11 PM, Tom Lane wrote:
>>
>> I wrote:
>>>
>>> The only other Windows machines in the buildfarm that are building
>>> with openssl are Andrew's bowerbird and frogmouth; they're both passing.
>>> I wonder what openssl version is on those.
>>
>>
>> What's the plan for getting the buildfarm back to green in the wake
>> of this patch?  If there isn't one, I'd like to request that the patch
>> be reverted until such time as some effort can be put into it.  Right
>> now, these failures are preventing us from telling whether the recent
>> postgres_fdw changes will pass everywhere.
>
>
> Dave, what are we going to do about this? I cannot reproduce a similar
> breakage on my system with OpenSSL 0.9.8 versions, and I don't have access
> to the boxes themselves, so I'm pretty much stuck in trying to debug the
> issue. And I wouldn't like to spend much time on that anyway, given that the
> OpenSSL versions they use are ancient, and all other buildfarm animals are
> happy.

As I mentioned earlier in the thread, I couldn't get a modern version
to configure at all on there.

> Any chance you could update the OpenSSL versions on those systems, or
> failing that, remove --with-openssl?

Well I could. But really, how useful is that given that it's got to be
pretty rare that people won't use OpenSSL in a build? Those machines
are so old now that I don't think there's any merit in keeping them is
there?

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-18 Thread Dave Page
On Tue, Oct 18, 2016 at 2:34 PM, Heikki Linnakangas <hlinn...@iki.fi> wrote:
> On 10/18/2016 04:32 PM, Dave Page wrote:
>>
>> On Tue, Oct 18, 2016 at 1:41 PM, Tom Lane <t...@sss.pgh.pa.us> wrote:
>>>
>>> Dave Page <dp...@postgresql.org> writes:
>>>>
>>>> On Tue, Oct 18, 2016 at 12:18 PM, Heikki Linnakangas <hlinn...@iki.fi>
>>>> wrote:
>>>>>
>>>>> On 18 October 2016 12:52:14 EEST, Dave Page <dp...@postgresql.org>
>>>>> wrote:
>>>>>>
>>>>>> Baiji: 0.9.8e
>>>>>> Narwhal: 0.9.6b
>>>
>>>
>>>>> Hang on, I removed support for OpenSSL < 0.9.8 a while ago. Narwhal
>>>>> shouldn't even compile with 0.9.6.
>>>
>>>
>>>> Oops, sorry - I found another copy in the Mingw installation that it
>>>> must be using (Mingw/Msys was a mess back then). I only have the
>>>> header files to go by, but it looks like the very first 0.9.8 release.
>>>
>>>
>>> Is it possible that there's a header-vs-executable version mismatch
>>> contributing to the problem here?  (Although you'd think we'd have
>>> hit it before now, if so.)
>>
>>
>> We're not actually calling the openssl binary are we? There's an
>> openssl binary only in the Msys installation (the really old version),
>> and headers/libraries but no executable in the Mingw installation.
>
>
> Nope.
>
> Any chance of updating the OpenSSL on that box, to see if it helps? I'd
> rather not spend time investigate this further, if it turns out to be a bug
> in an ancient version of OpenSSL.

The latest OpenSSL version won't even configure on there. I wonder if
it's finally time to retire that old machine...

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-18 Thread Dave Page
On Tue, Oct 18, 2016 at 1:41 PM, Tom Lane <t...@sss.pgh.pa.us> wrote:
> Dave Page <dp...@postgresql.org> writes:
>> On Tue, Oct 18, 2016 at 12:18 PM, Heikki Linnakangas <hlinn...@iki.fi> wrote:
>>> On 18 October 2016 12:52:14 EEST, Dave Page <dp...@postgresql.org> wrote:
>>>> Baiji: 0.9.8e
>>>> Narwhal: 0.9.6b
>
>>> Hang on, I removed support for OpenSSL < 0.9.8 a while ago. Narwhal 
>>> shouldn't even compile with 0.9.6.
>
>> Oops, sorry - I found another copy in the Mingw installation that it
>> must be using (Mingw/Msys was a mess back then). I only have the
>> header files to go by, but it looks like the very first 0.9.8 release.
>
> Is it possible that there's a header-vs-executable version mismatch
> contributing to the problem here?  (Although you'd think we'd have
> hit it before now, if so.)

We're not actually calling the openssl binary are we? There's an
openssl binary only in the Msys installation (the really old version),
and headers/libraries but no executable in the Mingw installation.

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-18 Thread Dave Page
On Tue, Oct 18, 2016 at 12:18 PM, Heikki Linnakangas <hlinn...@iki.fi> wrote:
>
>
> On 18 October 2016 12:52:14 EEST, Dave Page <dp...@postgresql.org> wrote:
>>On Tue, Oct 18, 2016 at 9:10 AM, Heikki Linnakangas <hlinn...@iki.fi>
>>wrote:
>>> On 10/18/2016 12:28 AM, Tom Lane wrote:
>>>>
>>>> Heikki Linnakangas <heikki.linnakan...@iki.fi> writes:
>>>>>
>>>>> Use OpenSSL EVP API for symmetric encryption in pgcrypto.
>>>>
>>>>
>>>> BTW, "narwhal" seems to have a problem with this.
>>>> Not very clear what, maybe an incompatibility with old openssl
>>versions?
>>>
>>>
>>> Dave, what version of OpenSSL are 'narwhal' and 'baiji' using? I've
>>tried to
>>> reproduce this on my laptop, by compiling different versions of
>>OpenSSL,
>>> between 0.9.8beta1 and 0.9.8 head, but without success..
>>
>>Insanely old ones, as reflects the age of those machines which haven't
>>been touched in 10 years or so...
>>
>>Baiji: 0.9.8e
>>Narwhal: 0.9.6b
>
> Hang on, I removed support for OpenSSL < 0.9.8 a while ago. Narwhal shouldn't 
> even compile with 0.9.6.

Oops, sorry - I found another copy in the Mingw installation that it
must be using (Mingw/Msys was a mess back then). I only have the
header files to go by, but it looks like the very first 0.9.8 release.

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

2016-10-18 Thread Dave Page
On Tue, Oct 18, 2016 at 9:10 AM, Heikki Linnakangas <hlinn...@iki.fi> wrote:
> On 10/18/2016 12:28 AM, Tom Lane wrote:
>>
>> Heikki Linnakangas <heikki.linnakan...@iki.fi> writes:
>>>
>>> Use OpenSSL EVP API for symmetric encryption in pgcrypto.
>>
>>
>> BTW, "narwhal" seems to have a problem with this.
>> Not very clear what, maybe an incompatibility with old openssl versions?
>
>
> Dave, what version of OpenSSL are 'narwhal' and 'baiji' using? I've tried to
> reproduce this on my laptop, by compiling different versions of OpenSSL,
> between 0.9.8beta1 and 0.9.8 head, but without success..

Insanely old ones, as reflects the age of those machines which haven't
been touched in 10 years or so...

Baiji: 0.9.8e
Narwhal: 0.9.6b

and for completeness:

Mastodon: 0.9.8e

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Stamp 9.1.8.

2013-02-04 Thread Dave Page
On Mon, Feb 4, 2013 at 9:40 PM, Tom Lane t...@sss.pgh.pa.us wrote:
 Simon Riggs si...@2ndquadrant.com writes:
 On 4 February 2013 21:29, Tom Lane t...@sss.pgh.pa.us wrote:
 Stamp 9.1.8.

 Did you not get my mail about me being in the middle of backpatching?

 I guess I can stop now.

 4pm on the day of a release is way too late to be committing anything
 (except security stuff ...).  If you felt you had a must-fix problem,
 you should have been lobbying for a release postponement at least
 six hours ago.

We should really freeze the code for 24 hours shouldn't we? That way
we know most, if not all of the buildfarm animals will have had a
chance to go red since the last code change.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.20

2012-08-16 Thread Dave Page
Log Message:
---
Update for 8.3.20

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.19 - r1.7.2.20)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.19r2=1.7.2.20)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.19

2012-06-01 Thread Dave Page
Log Message:
---
Update for 8.3.19

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.18 - r1.7.2.19)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.18r2=1.7.2.19)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Bump version number

2012-02-24 Thread Dave Page
Log Message:
---
Bump version number

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.17 - r1.7.2.18)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.17r2=1.7.2.18)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Dave Page
On Fri, Jan 13, 2012 at 1:29 PM, Simon Riggs si...@2ndquadrant.com wrote:
 On Fri, Jan 13, 2012 at 1:22 PM, Robert Haas rh...@postgresql.org wrote:

 Typo fix.

 Hmm, how strange. I fixed that bug immediately before commit, so must
 have skipped a step while committing.

If you modify a file after git-adding it, you have to re-add it before
committing. Possible cause?


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Typo fix.

2012-01-13 Thread Dave Page
On Fri, Jan 13, 2012 at 2:03 PM, Simon Riggs si...@2ndquadrant.com wrote:
 On Fri, Jan 13, 2012 at 1:39 PM, Dave Page dp...@pgadmin.org wrote:
 On Fri, Jan 13, 2012 at 1:29 PM, Simon Riggs si...@2ndquadrant.com wrote:
 On Fri, Jan 13, 2012 at 1:22 PM, Robert Haas rh...@postgresql.org wrote:

 Typo fix.

 Hmm, how strange. I fixed that bug immediately before commit, so must
 have skipped a step while committing.

 If you modify a file after git-adding it, you have to re-add it before
 committing. Possible cause?

 No, dumber than that.

 I compiled a new version, just skipped the bit where I updated the new
 patch version, so the old one just got applied.

 I keep separate dev and write repositories and use patches to move
 between them. Which gives me less chance of committing dev code
 accidentally (like I just did). Is there a better way?

I suspect the git purists will suggest using a private branch to
develop in and then merging (and squashing) that into the master
branch to be pushed. I do that for some projects, and a similar
workflow to yours for others. Git gives you 20 ways to do anything
though, so I'm sure there are other options.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2012-01-10 Thread Dave Page
On Mon, Jan 9, 2012 at 5:32 PM, Andrew Dunstan and...@dunslane.net wrote:


 On 01/09/2012 12:13 PM, Peter Geoghegan wrote:

 On 9 January 2012 17:06, Dave Pagedp...@pgadmin.org  wrote:

 Is there a way I can get gcc to spit out the expanded definition in a
 readable format that you know of?

 Yes. Figure out what flags gcc is given when building the TU. Then,
 add the -E flag and see what is generated:

 http://www.network-theory.co.uk/docs/gccintro/gccintro_36.html



 Yeah, something like

    gcc -E -I/usr/include/python2.7/ -include Python.h
 /usr/include/python2.7/object.h

 adjusted for your paths should do it.

Thanks - pfa.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


py.txt.gz
Description: GNU Zip compressed data

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2012-01-10 Thread Dave Page
On Tue, Jan 10, 2012 at 2:28 PM, Andrew Dunstan and...@dunslane.net wrote:


 On 01/10/2012 04:56 AM, Dave Page wrote:

 On Mon, Jan 9, 2012 at 5:32 PM, Andrew Dunstanand...@dunslane.net
  wrote:


 On 01/09/2012 12:13 PM, Peter Geoghegan wrote:

 On 9 January 2012 17:06, Dave Pagedp...@pgadmin.org    wrote:

 Is there a way I can get gcc to spit out the expanded definition in a
 readable format that you know of?

 Yes. Figure out what flags gcc is given when building the TU. Then,
 add the -E flag and see what is generated:

 http://www.network-theory.co.uk/docs/gccintro/gccintro_36.html



 Yeah, something like

    gcc -E -I/usr/include/python2.7/ -include Python.h
 /usr/include/python2.7/object.h

 adjusted for your paths should do it.

 Thanks - pfa.



 which contains:

   __attribute__((dllimport)) PyObject * PyObject_SelfIter(PyObject *);



 The result is identical on frogmouth, which builds happily using gcc 4.5.0.
 So this does look like a compiler quirk.

OK, I'll disable Python on Narwhal.


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2012-01-09 Thread Dave Page
On Mon, Jan 9, 2012 at 3:35 PM, Andrew Dunstan and...@dunslane.net wrote:



 On 12/14/2011 06:43 PM, Jan Urbański wrote:

 - Original message -

 On 12/05/2011 12:56 PM, Peter Eisentraut wrote:

 plpython: Add SPI cursor support

 Add a function plpy.cursor that is similar to plpy.execute but uses an
 SPI cursor to avoid fetching the entire result set into memory.

 Jan Urbański, reviewed by Steve Singer


 This commit apparently caused a problem on buildfarm narwhal, which has
 been failing for 8 days without anyone paying attention. See
 http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhaldt=2011-12-14%2017%3A00%3A02:

 I did some investigation after this has been committed and couldn't come up 
 with a reasonable explanation (not at my PC at the moment, can't find the 
 relevant thread).

 Can we check if PyObject_SelfIter is defined in Include/object.h in the 
 Python install dir on that machine? If yes, then this looks like a MinGW 
 quirk, which I'll do my best to investigate, but I don't have easy access to 
 a Windows machine with a mingw toolchain...


 Dave,

 this is your machine. It's been failing for 34 days now. Could you please 
 follow up?

Yes, it's defined as such:

PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: plpython: Add SPI cursor support

2012-01-09 Thread Dave Page
On Mon, Jan 9, 2012 at 4:57 PM, Tom Lane t...@sss.pgh.pa.us wrote:
 Andrew Dunstan and...@dunslane.net writes:
 On 01/09/2012 10:52 AM, Dave Page wrote:
 Yes, it's defined as such:
 PyAPI_FUNC(PyObject *) PyObject_SelfIter(PyObject *);

 Hmm. Well, at this stage I'm slightly inclined to say it's a compiler
 problem. That's a pretty old compiler. If you can't upgrade it maybe you
 should just take --with-python out of the buildfarm settings.

 I'm wondering what PyAPI_FUNC() expands to on Dave's machine.  In my
 copy of pyport.h, there's a rat's nest of cygwin-related tests that may
 or may not lead to including extern and/or __declspec in that macro.
 I think possibly the wrong combination might lead to failures of this
 ilk?

Is there a way I can get gcc to spit out the expanded definition in a
readable format that you know of?


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.23

2011-12-02 Thread Dave Page
Log Message:
---
Update for 8.2.23

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.23 - r1.4.2.24)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.23r2=1.4.2.24)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Bump version

2011-11-29 Thread Dave Page
Log Message:
---
Bump version

Modified Files:
--
wizard:
CMakeLists.txt (r1.28 - r1.29)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt?r1=1.28r2=1.29)
StackBuilder.rc (r1.1 - r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.rc?r1=1.1r2=1.2)
wizard/include:
Config.h (r1.9 - r1.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/Config.h?r1=1.9r2=1.10)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Don't try to open the registry file in read/write

2011-11-28 Thread Dave Page
Log Message:
---
Don't try to open the registry file in read/write mode.

Modified Files:
--
wizard:
App.cpp (r1.40 - r1.41)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp?r1=1.40r2=1.41)
IntroductionPage.cpp (r1.27 - r1.28)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/IntroductionPage.cpp?r1=1.27r2=1.28)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Don't try to use a download counter unless the

2011-11-28 Thread Dave Page
Log Message:
---
Don't try to use a download counter unless the user has specified one on the
command line. This is because we just rolled out the new postgresql.org web 
and ftp infrastructures, which handle their own logging.

Modified Files:
--
wizard:
App.cpp (r1.41 - r1.42)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp?r1=1.41r2=1.42)
StackBuilder.cpp (r1.17 - r1.18)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.cpp?r1=1.17r2=1.18)
wizard/include:
Config.h (r1.8 - r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/Config.h?r1=1.8r2=1.9)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.22

2011-09-23 Thread Dave Page
Log Message:
---
Update for 8.2.22

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.22 - r1.4.2.23)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.22r2=1.4.2.23)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.16

2011-09-23 Thread Dave Page
Log Message:
---
Update for 8.3.16

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.15 - r1.7.2.16)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.15r2=1.7.2.16)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Improve error messages.

2011-06-29 Thread Dave Page
Log Message:
---
Improve error messages.

Modified Files:
--
wizard:
StackBuilder.cpp (r1.16 - r1.17)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.cpp?r1=1.16r2=1.17)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Support the new DefineCustomStringVariable API in

2011-04-28 Thread Dave Page
Log Message:
---
Support the new DefineCustomStringVariable API in 9.1

Modified Files:
--
server:
plugin_profiler.c (r1.8 - r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c?r1=1.8r2=1.9)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64

2011-04-28 Thread Dave Page
On Thu, Apr 28, 2011 at 6:21 AM, Tom Lane t...@sss.pgh.pa.us wrote:
 Alvaro Herrera alvhe...@commandprompt.com writes:
 Excerpts from Tom Lane's message of mié abr 27 17:10:37 -0300 2011:
 Alvaro Herrera alvhe...@commandprompt.com writes:
 Apparently this change is causing Moa's SunStudio compiler to fail an
 assertion.

 [ scratches head... ]  Hard to see why, there's nothing at all
 interesting in that code.

 I agree, but it fails exactly in that code, and started to fail
 immediately after that patch.

 Maybe casting the 2 to int64 would fix it?

 I'm not excited about trying random code changes to dodge a compiler bug
 with a 24-hour turnaround time.  Dave, can you poke at this?

I think we may have to award Sun (or whats left of them) the Bizarre
compiler bug of the week award here. It's actually the val++; that's
causing the assertion, but I'm darned if I can get it to work. I've
tried spelling out the addition, casting, changing val to an int64*,
renaming val, and probably a dozen or so things that are broken, all
with no success.

Any other ideas?


-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64

2011-04-28 Thread Dave Page
On Thu, Apr 28, 2011 at 8:44 PM, Tom Lane t...@sss.pgh.pa.us wrote:
 Dave Page dp...@postgresql.org writes:
 On Thu, Apr 28, 2011 at 6:21 AM, Tom Lane t...@sss.pgh.pa.us wrote:
 Dave, can you poke at this?

 I think we may have to award Sun (or whats left of them) the Bizarre
 compiler bug of the week award here.

 Yeah.  Has anyone filed a report with them?

I haven't. Oracle dont seem to make it easy to do such things (at
least for those of us without support contracts).

 It's actually the val++; that's
 causing the assertion, but I'm darned if I can get it to work. I've
 tried spelling out the addition, casting, changing val to an int64*,
 renaming val, and probably a dozen or so things that are broken, all
 with no success.
 Any other ideas?

 I was suspicious that it had something to do with the compiler trying to
 optimize the size / mult and size % mult subexpressions to get both
 results with one division instruction.  Can you check if removing either
 of those makes the crash go away?

Already did (that was my first assumption). Removing them doesn't
help, nor does rewriting them in various strange ways. Removing val++;
(and replacing with { } ) allows compilation to succeed.

I guess the best bet is a compiler update, if I can persuade the
oracle website to let me download it...

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix pg_size_pretty() to avoid overflow for inputs close to INT64

2011-04-28 Thread Dave Page
On Thu, Apr 28, 2011 at 9:05 PM, Alvaro Herrera
alvhe...@commandprompt.com wrote:
 Excerpts from Dave Page's message of jue abr 28 16:33:44 -0300 2011:

 I think we may have to award Sun (or whats left of them) the Bizarre
 compiler bug of the week award here. It's actually the val++; that's
 causing the assertion, but I'm darned if I can get it to work. I've
 tried spelling out the addition, casting, changing val to an int64*,
 renaming val, and probably a dozen or so things that are broken, all
 with no success.

 Err, val = val + 1?

That's what I meant by spelling out the addition.

-- 
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.21

2011-04-15 Thread Dave Page
Log Message:
---
Update for 8.2.21

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.21 - r1.4.2.22)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.21r2=1.4.2.22)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.15

2011-04-15 Thread Dave Page
Log Message:
---
Update for 8.3.15

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.14 - r1.7.2.15)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.14r2=1.7.2.15)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Document the all-balls IPv6 address.

2011-03-19 Thread Dave Page
On Sat, Mar 19, 2011 at 2:22 AM, Robert Haas robertmh...@gmail.com wrote:
 On Fri, Mar 18, 2011 at 10:19 PM, Andrew Dunstan and...@dunslane.net wrote:
 On 03/18/2011 09:18 PM, Robert Haas wrote:

 On Fri, Mar 18, 2011 at 6:56 PM, Andrew Dunstanand...@dunslane.net
  wrote:

 +literal0.0.0.0/0/literal  (quoteall balls/) represents all
 +       IPv4 addresses, andliteral::/literal  represents
 +       all IPv6 addresses.

 Umm, isn't there a missing netmask there? The IPv6 analog of 0.0.0.0/0 is
 surely ::/0 (or I would usually write it ::0/0).

 all balls seems like a colloquialism best avoided in our documentation.


 It's already there, although I agree it's infelicitous.

 I vote for taking it out.  I think that could be interpreted as inappropriate.

I agree.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update version number.

2011-01-28 Thread Dave Page
Log Message:
---
Update version number.

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.20 - r1.4.2.21)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.20r2=1.4.2.21)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update version number.

2011-01-28 Thread Dave Page
Log Message:
---
Update version number.

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.13 - r1.7.2.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.13r2=1.7.2.14)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.19

2010-12-14 Thread Dave Page
Log Message:
---
Update for 8.2.19

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.19 - r1.4.2.20)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.19r2=1.4.2.20)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.13

2010-12-14 Thread Dave Page
Log Message:
---
Update for 8.3.13

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.12 - r1.7.2.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.12r2=1.7.2.13)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Fix debugger authentication on 64bit systems

2010-11-29 Thread Dave Page
Log Message:
---
Fix debugger authentication on 64bit systems [Amit Khandekar]

Modified Files:
--
server:
pldbgapi.c (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/pldbgapi.c?r1=1.6r2=1.7)
plugin_debugger.c (r1.15 - r1.16)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.15r2=1.16)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.12

2010-10-04 Thread Dave Page
Log Message:
---
Update for 8.3.12

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.11 - r1.7.2.12)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.11r2=1.7.2.12)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.18

2010-10-04 Thread Dave Page
Log Message:
---
Update for 8.2.18

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.18 - r1.4.2.19)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.18r2=1.4.2.19)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Fix a typo that meant that no packages were

2010-08-27 Thread Dave Page
Log Message:
---
Fix a typo that meant that no packages were available on 32bit Windows.

Modified Files:
--
wizard:
IntroductionPage.cpp (r1.26 - r1.27)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/IntroductionPage.cpp?r1=1.26r2=1.27)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: We don't need to specify the library extension in

2010-08-20 Thread Dave Page
Log Message:
---
We don't need to specify the library extension in shared_preload_libraries, per 
Bruce.

Modified Files:
--
server:
README.pldebugger (r1.3 - r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/README.pldebugger?r1=1.3r2=1.4)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: We don't need to specify the library extension in

2010-08-20 Thread Dave Page
Log Message:
---
We don't need to specify the library extension in shared_preload_libraries, per 
Bruce.

Tags:

PRE_8_4_SERVER

Modified Files:
--
server:
README.pldebugger (r1.2 - r1.2.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/README.pldebugger?r1=1.2r2=1.2.2.1)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Add missing standard strings for Chinese

2010-06-28 Thread Dave Page
Log Message:
---
Add missing standard strings for Chinese

Added Files:
---
wizard/i18n/zh_CN:
wxstd.mo (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/zh_CN/wxstd.mo?rev=1.1content-type=text/x-cvsweb-markup)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: New Directory

2010-06-25 Thread Dave Page
Update of /cvsroot/stackbuilder/wizard/i18n/zh_CN
In directory pgfoundry.org:/tmp/cvs-serv423/zh_CN

Log Message:
Directory /cvsroot/stackbuilder/wizard/i18n/zh_CN added to the repository


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Chinese translation from Zhang Pu.

2010-06-25 Thread Dave Page
Log Message:
---
Chinese translation from Zhang Pu.

Added Files:
---
wizard/i18n/zh_CN:
StackBuilder.po (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/zh_CN/StackBuilder.po?rev=1.1content-type=text/x-cvsweb-markup)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Add Win64 support [Dharmendra Goyal]

2010-05-28 Thread Dave Page
Log Message:
---
Add Win64 support [Dharmendra Goyal]

Modified Files:
--
server:
pldebugger.proj (r1.3 - r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/pldebugger.proj?r1=1.3r2=1.4)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.17

2010-05-14 Thread Dave Page
Log Message:
---
Update for 8.2.17

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.16 - r1.4.2.17)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.16r2=1.4.2.17)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Fix URL, per Thom Brown

2010-05-14 Thread Dave Page
Log Message:
---
Fix URL, per Thom Brown

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.17 - r1.4.2.18)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.17r2=1.4.2.18)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pginstaller - pginst: Update for 8.2.17

2010-05-14 Thread Dave Page
On Fri, May 14, 2010 at 10:38 AM, Thom Brown thombr...@gmail.com wrote:
 On 14 May 2010 10:35, Dave Page dp...@pgfoundry.org wrote:

 Log Message:
 ---
 Update for 8.2.17

 Tags:
 
 REL8_2_STABLE

 Modified Files:
 --
    pginst/package:
        README.TXT (r1.4.2.16 - r1.4.2.17)

  (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.16r2=1.4.2.17)



 I notice the link in that readme
 (http://www.postgresql.org/docs/faqs.FAQ_windows.html) doesn't work.

Thanks - updated.


-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.11.

2010-05-14 Thread Dave Page
Log Message:
---
Update for 8.3.11. Fix FAQ URL per Thom.

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.10 - r1.7.2.11)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.10r2=1.7.2.11)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Add missing header, needed with 9.0

2010-04-01 Thread Dave Page
Log Message:
---
Add missing header, needed with 9.0

Modified Files:
--
server:
plugin_debugger.c (r1.12 - r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.12r2=1.13)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: 9.0 updates [Sachin Srivastava]

2010-04-01 Thread Dave Page
Log Message:
---
9.0 updates [Sachin Srivastava]

Modified Files:
--
server:
pldbgapi.c (r1.5 - r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/pldbgapi.c?r1=1.5r2=1.6)
plugin_debugger.c (r1.13 - r1.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.13r2=1.14)
plugin_profiler.c (r1.7 - r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c?r1=1.7r2=1.8)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Initialise variable.

2010-04-01 Thread Dave Page
Log Message:
---
Initialise variable.

Modified Files:
--
server:
plugin_debugger.c (r1.14 - r1.15)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.14r2=1.15)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.16

2010-03-12 Thread Dave Page
Log Message:
---
Update for 8.2.16

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.15 - r1.4.2.16)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.15r2=1.4.2.16)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.10

2010-03-12 Thread Dave Page
Log Message:
---
Update for 8.3.10

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.9 - r1.7.2.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.9r2=1.7.2.10)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Fix some compiler warnings.

2010-02-01 Thread Dave Page
Log Message:
---
Fix some compiler warnings.

Modified Files:
--
wizard/include/images:
StackBuilder.xpm (r1.2 - r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/StackBuilder.xpm?r1=1.2r2=1.3)
background.xpm (r1.3 - r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/background.xpm?r1=1.3r2=1.4)
bullet.xpm (r1.2 - r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/bullet.xpm?r1=1.2r2=1.3)
checked.xpm (r1.1 - r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/checked.xpm?r1=1.1r2=1.2)
disabled.xpm (r1.1 - r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/disabled.xpm?r1=1.1r2=1.2)
mirror.xpm (r1.1 - r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/mirror.xpm?r1=1.1r2=1.2)
unchecked.xpm (r1.1 - r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/images/unchecked.xpm?r1=1.1r2=1.2)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Update for PG 8.5 alpha 3 internal API changes

2009-12-22 Thread Dave Page
Log Message:
---
Update for PG 8.5 alpha 3 internal API changes [Sachin Srivastava]

Modified Files:
--
server:
plugin_debugger.c (r1.11 - r1.12)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.11r2=1.12)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.9

2009-12-10 Thread Dave Page
Log Message:
---
Update for 8.3.9

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.7.2.8 - r1.7.2.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.7.2.8r2=1.7.2.9)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.15

2009-12-10 Thread Dave Page
Log Message:
---
Update for 8.2.15

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.14 - r1.4.2.15)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.14r2=1.4.2.15)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Fix function call for 8.5.

2009-10-27 Thread Dave Page
Log Message:
---
Fix function call for 8.5.

Modified Files:
--
server:
targetinfo.c (r1.4 - r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/targetinfo.c?r1=1.4r2=1.5)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server:

2009-10-27 Thread Dave Page
Log Message:
---


Modified Files:
--
server:
Makefile (r1.10 - r1.11)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile?r1=1.10r2=1.11)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.14

2009-09-04 Thread Dave Page
Log Message:
---
Update for 8.2.14

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.13 - r1.4.2.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT?r1=1.4.2.13r2=1.4.2.14)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Ensure we can step into functions [Ashesh Vashi]

2009-06-23 Thread Dave Page
Log Message:
---
Ensure we can step into functions [Ashesh Vashi]

Modified Files:
--
server:
plugin_debugger.c (r1.10 - r1.11)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c?r1=1.10r2=1.11)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for beta 2

2009-05-15 Thread Dave Page
Log Message:
---
Update for beta 2

Modified Files:
--
pginst/package:
setup.bat (r1.5 - r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/setup.bat.diff?r1=1.5r2=1.6)
upgrade.bat (r1.10 - r1.11)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/upgrade.bat.diff?r1=1.10r2=1.11)
pginst:
settings.projinc (r1.17 - r1.18)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/settings.projinc.diff?r1=1.17r2=1.18)
pginst/wrapper:
wrapper.wxs (r1.14 - r1.15)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/wrapper.wxs.diff?r1=1.14r2=1.15)
pginst/wxi:
guid.lst (r1.46 - r1.47)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.46r2=1.47)
pginst/wxs:
pginst.wxs (r1.236 - r1.237)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.236r2=1.237)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for beta 2

2009-05-15 Thread Dave Page
Log Message:
---
Update for beta 2

Modified Files:
--
pginst/wxi:
guid.lst (r1.47 - r1.48)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.47r2=1.48)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Correctly set the domain name on DCs

2009-05-07 Thread Dave Page
Log Message:
---
Correctly set the domain name on DCs

Modified Files:
--
pginst/ca:
pginstca.c (r1.131 - r1.132)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.131r2=1.132)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Correctly set the domain name on DCs

2009-05-07 Thread Dave Page
Log Message:
---
Correctly set the domain name on DCs

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/ca:
pginstca.c (r1.119.2.9 - r1.119.2.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.119.2.9r2=1.119.2.10)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - web: Note the updated PL version numbers used in 8.4.

2009-05-07 Thread Dave Page
Log Message:
---
Note the updated PL version numbers used in 8.4.

Modified Files:
--
web:
index.html (r1.13 - r1.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/index.html.diff?r1=1.13r2=1.14)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - web: Clarify that the SERVICEDOMAIN property must be set

2009-05-07 Thread Dave Page
Log Message:
---
Clarify that the SERVICEDOMAIN property must be set to the domain name if 
installing on a DC.

Modified Files:
--
web:
silent.html (r1.12 - r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/silent.html.diff?r1=1.12r2=1.13)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update release process - use pg84-specific config

2009-04-14 Thread Dave Page
Log Message:
---
Update release process - use pg84-specific config file.

Modified Files:
--
pginst:
RELEASE_PROCESS.txt (r1.5 - r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.5r2=1.6)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Couple more updates for 8.4

2009-04-14 Thread Dave Page
Log Message:
---
Couple more updates for 8.4

Modified Files:
--
pginst:
RELEASE_PROCESS.txt (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.6r2=1.7)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Prep for 8.4 beta 1

2009-04-14 Thread Dave Page
Log Message:
---
Prep for 8.4 beta 1

Modified Files:
--
pginst/package:
README.TXT (r1.8 - r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.8r2=1.9)
setup.bat (r1.3 - r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/setup.bat.diff?r1=1.3r2=1.4)
upgrade.bat (r1.8 - r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/upgrade.bat.diff?r1=1.8r2=1.9)
pginst:
paths.projinc.in (r1.7 - r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/paths.projinc.in.diff?r1=1.7r2=1.8)
settings.projinc (r1.16 - r1.17)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/settings.projinc.diff?r1=1.16r2=1.17)
pginst/wrapper:
wrapper.wxs (r1.13 - r1.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/wrapper.wxs.diff?r1=1.13r2=1.14)
pginst/wxi:
guid.lst (r1.44 - r1.45)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.44r2=1.45)
pginst/wxs:
pginst.wxs (r1.232 - r1.233)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.232r2=1.233)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Tip of the day has been removed from pgAdmin

2009-04-14 Thread Dave Page
Log Message:
---
Tip of the day has been removed from pgAdmin

Modified Files:
--
pginst/wxs:
pginst.wxs (r1.233 - r1.234)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.233r2=1.234)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Add new contrib modules in PG 8.4

2009-04-14 Thread Dave Page
Log Message:
---
Add new contrib modules in PG 8.4

Modified Files:
--
pginst/ca:
pginstca.c (r1.128 - r1.129)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.128r2=1.129)
pginst/wxi:
guid.lst (r1.45 - r1.46)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.45r2=1.46)
pginst/wxs:
dialogs.wxs (r1.74 - r1.75)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.74r2=1.75)
pginst.wxs (r1.235 - r1.236)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.235r2=1.236)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Fix filename

2009-04-14 Thread Dave Page
Log Message:
---
Fix filename

Modified Files:
--
pginst/package:
setup.bat (r1.4 - r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/setup.bat.diff?r1=1.4r2=1.5)
upgrade.bat (r1.9 - r1.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/upgrade.bat.diff?r1=1.9r2=1.10)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Initialise plugin_info for all functions, not

2009-04-03 Thread Dave Page
Log Message:
---
Initialise plugin_info for all functions, not just those with a breakpoint set. 
[Heikki Linnakangas]

Tags:

PRE_8_4_SERVER

Modified Files:
--
server:
plugin_debugger.c (r1.7 - r1.7.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c.diff?r1=1.7r2=1.7.2.1)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] edb-debugger - server: Initialise plugin_info for all functions, not

2009-04-03 Thread Dave Page
Log Message:
---
Initialise plugin_info for all functions, not just those with a breakpoint set. 
[Heikki Linnakangas]

Modified Files:
--
server:
plugin_debugger.c (r1.9 - r1.10)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c.diff?r1=1.9r2=1.10)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.4

2009-03-26 Thread Dave Page
Log Message:
---
Update for 8.4

Modified Files:
--
pginst/lang:
de_welcome.rtf (r1.12 - r1.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de_welcome.rtf.diff?r1=1.12r2=1.13)
es_welcome.rtf (r1.2 - r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/es_welcome.rtf.diff?r1=1.2r2=1.3)
fr_welcome.rtf (r1.10 - r1.11)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr_welcome.rtf.diff?r1=1.10r2=1.11)
ja_welcome.rtf (r1.1 - r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ja_welcome.rtf.diff?r1=1.1r2=1.2)
pt_br_welcome.rtf (r1.13 - r1.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br_welcome.rtf.diff?r1=1.13r2=1.14)
ru_welcome.rtf (r1.13 - r1.14)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ru_welcome.rtf.diff?r1=1.13r2=1.14)
sv_welcome.rtf (r1.3 - r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/sv_welcome.rtf.diff?r1=1.3r2=1.4)
tr_welcome.rtf (r1.8 - r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/tr_welcome.rtf.diff?r1=1.8r2=1.9)
ua_welcome.rtf (r1.1 - r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/ua_welcome.rtf.diff?r1=1.1r2=1.2)
zh_cn_welcome.rtf (r1.2 - r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn_welcome.rtf.diff?r1=1.2r2=1.3)
pginst/txt:
welcome.rtf (r1.23 - r1.24)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/txt/welcome.rtf.diff?r1=1.23r2=1.24)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Remove ununsed variable.

2009-03-13 Thread Dave Page
Log Message:
---
Remove ununsed variable.

Modified Files:
--
wizard:
AppList.cpp (r1.21 - r1.22)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/AppList.cpp.diff?r1=1.21r2=1.22)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Bump version.

2009-03-13 Thread Dave Page
Log Message:
---
Bump version.

Modified Files:
--
wizard:
CMakeLists.txt (r1.23 - r1.24)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.23r2=1.24)
wizard/include:
Config.h (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/Config.h.diff?r1=1.6r2=1.7)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Fix encoding/locale command line options when used

2009-03-13 Thread Dave Page
Log Message:
---
Fix encoding/locale command line options when used in reduced, basic or silent 
installation modes [Usman Saleem/Dave Page]

Modified Files:
--
pginst/ca:
locale.c (r1.21 - r1.22)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.21r2=1.22)
pginstca.c (r1.127 - r1.128)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.127r2=1.128)
pginst/inst:
psql.bat (r1.3 - r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/inst/psql.bat.diff?r1=1.3r2=1.4)
pginst/wxs:
pginst.wxs (r1.231 - r1.232)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.231r2=1.232)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Fix encoding/locale command line options when used

2009-03-13 Thread Dave Page
Log Message:
---
Fix encoding/locale command line options when used in reduced, basic or silent 
installation modes [Usman Saleem/Dave Page]

Tags:

REL8_3_STABLE

Modified Files:
--
pginst/ca:
locale.c (r1.21 - r1.21.2.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/locale.c.diff?r1=1.21r2=1.21.2.1)
pginstca.c (r1.119.2.7 - r1.119.2.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.119.2.7r2=1.119.2.8)
pginst/inst:
psql.bat (r1.2.2.1 - r1.2.2.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/inst/psql.bat.diff?r1=1.2.2.1r2=1.2.2.2)
pginst/wxs:
pginst.wxs (r1.225.2.5 - r1.225.2.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.225.2.5r2=1.225.2.6)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.13

2009-03-13 Thread Dave Page
Log Message:
---
Update for 8.2.13

Tags:

REL8_2_STABLE

Modified Files:
--
pginst/package:
README.TXT (r1.4.2.12 - r1.4.2.13)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.12r2=1.4.2.13)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.3.7

2009-03-13 Thread Dave Page
Log Message:
---
Update for 8.3.7

Tags:

REL8_3_STABLE

Modified Files:
--
pginst:
RELEASE_PROCESS.txt (r1.3.2.3 - r1.3.2.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.3.2.3r2=1.3.2.4)
pginst/package:
README.TXT (r1.7.2.6 - r1.7.2.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.7.2.6r2=1.7.2.7)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Tweak readme update build instructions.

2009-03-13 Thread Dave Page
Log Message:
---
Tweak readme  update build instructions.

Modified Files:
--
pginst:
RELEASE_PROCESS.txt (r1.4 - r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.4r2=1.5)
pginst/package:
README.TXT (r1.7 - r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.7r2=1.8)
pginst/wxi:
guid.lst (r1.43 - r1.44)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.43r2=1.44)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: fix version number

2009-03-13 Thread Dave Page
Log Message:
---
fix version number

Modified Files:
--
wizard:
CMakeLists.txt (r1.24 - r1.25)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.24r2=1.25)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Updated German translation from Harald Armin

2009-03-08 Thread Dave Page
Log Message:
---
Updated German translation from Harald Armin Massa

Modified Files:
--
wizard/i18n/de_DE:
StackBuilder.po (r1.8 - r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/de_DE/StackBuilder.po.diff?r1=1.8r2=1.9)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Automatic merge using stringmerge script.

2009-03-05 Thread Dave Page
Log Message:
---
Automatic merge using stringmerge script.

Modified Files:
--
wizard/i18n/de_DE:
StackBuilder.po (r1.7 - r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/de_DE/StackBuilder.po.diff?r1=1.7r2=1.8)
wizard/i18n/fr_FR:
StackBuilder.po (r1.5 - r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/fr_FR/StackBuilder.po.diff?r1=1.5r2=1.6)
wizard/i18n/ja_JP:
StackBuilder.po (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/ja_JP/StackBuilder.po.diff?r1=1.6r2=1.7)
wizard/i18n/ru_RU:
StackBuilder.po (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/ru_RU/StackBuilder.po.diff?r1=1.6r2=1.7)
wizard/i18n/sv_SE:
StackBuilder.po (r1.7 - r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/sv_SE/StackBuilder.po.diff?r1=1.7r2=1.8)
wizard/i18n/tr_TR:
StackBuilder.po (r1.5 - r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/tr_TR/StackBuilder.po.diff?r1=1.5r2=1.6)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: update translation template

2009-03-05 Thread Dave Page
Log Message:
---
update translation template

Modified Files:
--
wizard:
StackBuilder.pot (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuilder.pot.diff?r1=1.6r2=1.7)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Updated French translation from Guillaume

2009-03-05 Thread Dave Page
Log Message:
---
Updated French translation from Guillaume Lelarge.

Modified Files:
--
wizard/i18n/fr_FR:
StackBuilder.po (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/fr_FR/StackBuilder.po.diff?r1=1.6r2=1.7)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Allow app categories to be hierarchical.

2009-02-26 Thread Dave Page
Log Message:
---
Allow app categories to be hierarchical. We simply use a separator ('\') in the 
category string to do this, to ensure backwards compatibility with older 
versions of StackBuilder.
[Sachin Srivastava]

Modified Files:
--
wizard:
AppList.cpp (r1.20 - r1.21)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/AppList.cpp.diff?r1=1.20r2=1.21)
wizard/include:
AppList.h (r1.10 - r1.11)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/include/AppList.h.diff?r1=1.10r2=1.11)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Wordsmithing.

2009-02-20 Thread Dave Page
Log Message:
---
Wordsmithing.

Modified Files:
--
wizard:
IntroductionPage.cpp (r1.21 - r1.22)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/IntroductionPage.cpp.diff?r1=1.21r2=1.22)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] stackbuilder - wizard: Automatic merge using stringmerge script.

2009-02-20 Thread Dave Page
Log Message:
---
Automatic merge using stringmerge script.

Modified Files:
--
wizard/i18n/de_DE:
StackBuilder.po (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/de_DE/StackBuilder.po.diff?r1=1.6r2=1.7)
wizard/i18n/fr_FR:
StackBuilder.po (r1.4 - r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/fr_FR/StackBuilder.po.diff?r1=1.4r2=1.5)
wizard/i18n/ja_JP:
StackBuilder.po (r1.5 - r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/ja_JP/StackBuilder.po.diff?r1=1.5r2=1.6)
wizard/i18n/ru_RU:
StackBuilder.po (r1.5 - r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/ru_RU/StackBuilder.po.diff?r1=1.5r2=1.6)
wizard/i18n/sv_SE:
StackBuilder.po (r1.6 - r1.7)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/sv_SE/StackBuilder.po.diff?r1=1.6r2=1.7)
wizard/i18n/tr_TR:
StackBuilder.po (r1.4 - r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/i18n/tr_TR/StackBuilder.po.diff?r1=1.4r2=1.5)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Fix a couple of typos

2009-01-30 Thread Dave Page
Log Message:
---
Fix a couple of typos

Tags:

REL8_2_STABLE

Modified Files:
--
pginst:
RELEASE_PROCESS.txt (r1.3.4.2 - r1.3.4.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.3.4.2r2=1.3.4.3)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for 8.2.12

2009-01-30 Thread Dave Page
Log Message:
---
Update for 8.2.12

Tags:

REL8_2_STABLE

Modified Files:
--
pginst:
RELEASE_PROCESS.txt (r1.3.4.3 - r1.3.4.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/RELEASE_PROCESS.txt.diff?r1=1.3.4.3r2=1.3.4.4)
pginst/package:
README.TXT (r1.4.2.11 - r1.4.2.12)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.11r2=1.4.2.12)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for new version of Gettext

2009-01-30 Thread Dave Page
Log Message:
---
Update for new version of Gettext

Tags:

REL8_3_STABLE

Modified Files:
--
pginst:
pginst.proj (r1.13.2.2 - r1.13.2.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.13.2.2r2=1.13.2.3)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Update for new version of Gettext

2009-01-30 Thread Dave Page
Log Message:
---
Update for new version of Gettext

Modified Files:
--
pginst:
pginst.proj (r1.16 - r1.17)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.16r2=1.17)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pginstaller - pginst: Ship the updated version of gettext, as required

2009-01-26 Thread Dave Page
Log Message:
---
Ship the updated version of gettext, as required by recent PostgreSQL fixes.

Modified Files:
--
pginst/wxs:
pginst.wxs (r1.230 - r1.231)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.230r2=1.231)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


  1   2   >