Upcoming PG re-releases

Started by Tom Laneover 20 years ago55 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

It's been about a month since 8.1.0 was released, and we've found about
the usual number of bugs for a new release, so it seems like it's time
for 8.1.1. The core committee has tentatively agreed to plan a release
for Tuesday Dec 6 (which means wrapping tarballs Monday). We will
at the same time be making new dot-releases in the 7.3, 7.4, and 8.0
branches, principally to fix the SLRU race condition reported by Jim
Nasby and Robert Creager.

So ... if you've got any open issues with the back branches, now's the
time to get those patches in ...

regards, tom lane

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#1)
Re: Upcoming PG re-releases

Tom Lane wrote:

We will
at the same time be making new dot-releases in the 7.3, 7.4, and 8.0
branches, principally to fix the SLRU race condition reported by Jim
Nasby and Robert Creager.

Was there a conclusion out of the recent discussion on EOL policy? The
consensus seemed to be something like: "We will maintain releases to the
best of our ability for at least 2 years plus 1 release cycle. After
that, support may be dropped at any time when maintenance becomes
difficult."

Have we actually officially stopped supporting the 7.2 series?

All this needs some announcement from the core trsam, IMNSHO - there has
been some confusion over it (e.g. I saw someone recently saying we had
stopped supporting the 7.3 series, which the above would seem to
indicate is not true).

cheers

andrew

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#2)
Re: Upcoming PG re-releases

Andrew Dunstan <andrew@dunslane.net> writes:

Have we actually officially stopped supporting the 7.2 series?

Yeah, we have. It reached the "too difficult to support" point already
(the VACUUM/ctid bug back in August --- the patch used in the later
branches wouldn't apply at all, IIRC).

All this needs some announcement from the core trsam, IMNSHO - there has
been some confusion over it (e.g. I saw someone recently saying we had
stopped supporting the 7.3 series, which the above would seem to
indicate is not true).

Personally I expect to keep supporting 7.3 for a long while, because Red
Hat pays me to ;-) ... and the EOL date for RHEL3 is a long way away yet.
The PG community may stop bothering with 7.3 releases before that. But
I think Marc and Bruce figure "as long as the patches are in our CVS we
may as well put out a release".

We hashed all this out in the pghackers list back in August, but I agree
there ought to be something about it on the website.

regards, tom lane

#4Robert Treat
xzilla@users.sourceforge.net
In reply to: Tom Lane (#3)
Re: [HACKERS] Upcoming PG re-releases

On Wednesday 30 November 2005 11:40, Tom Lane wrote:

Personally I expect to keep supporting 7.3 for a long while, because Red
Hat pays me to ;-) ... and the EOL date for RHEL3 is a long way away yet.
The PG community may stop bothering with 7.3 releases before that. But
I think Marc and Bruce figure "as long as the patches are in our CVS we
may as well put out a release".

Yeah, thats one of the reasons I am skeptical about having official policies
on this type of thing. If Sun decided they wanted to maintain 7.2 and were
going to dedicate developers and testing for it, would we really turn that
away? OK, I don't really want to have this discussion again, but as of now I
think we are all agreed that 7.2 is unsupported.

We hashed all this out in the pghackers list back in August, but I agree
there ought to be something about it on the website.

We've been kicking it around but haven't moved much on this...

Marc, can you move the 7.2 branches in the FTP under the OLD directory?
http://www.postgresql.org/ftp/source/

We need to do the same with 7.2 documentation, moving them into the Manual
Archive http://www.postgresql.org/docs/manuals/archive.html. We can also
change the caption on the main documentation page to note these are manuals
for the current supported versions.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

#5The Hermit Hacker
scrappy@hub.org
In reply to: Robert Treat (#4)
Re: [HACKERS] Upcoming PG re-releases

Done, as well as moved all but the last two of each version after ...

On Wed, 30 Nov 2005, Robert Treat wrote:

On Wednesday 30 November 2005 11:40, Tom Lane wrote:

Personally I expect to keep supporting 7.3 for a long while, because Red
Hat pays me to ;-) ... and the EOL date for RHEL3 is a long way away yet.
The PG community may stop bothering with 7.3 releases before that. But
I think Marc and Bruce figure "as long as the patches are in our CVS we
may as well put out a release".

Yeah, thats one of the reasons I am skeptical about having official policies
on this type of thing. If Sun decided they wanted to maintain 7.2 and were
going to dedicate developers and testing for it, would we really turn that
away? OK, I don't really want to have this discussion again, but as of now I
think we are all agreed that 7.2 is unsupported.

We hashed all this out in the pghackers list back in August, but I agree
there ought to be something about it on the website.

We've been kicking it around but haven't moved much on this...

Marc, can you move the 7.2 branches in the FTP under the OLD directory?
http://www.postgresql.org/ftp/source/

We need to do the same with 7.2 documentation, moving them into the Manual
Archive http://www.postgresql.org/docs/manuals/archive.html. We can also
change the caption on the main documentation page to note these are manuals
for the current supported versions.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664

#6Magnus Hagander
magnus@hagander.net
In reply to: The Hermit Hacker (#5)
Re: [HACKERS] Upcoming PG re-releases

Someone suggested earlier that we should drop the binaries for
nonsupported versions completely from the ftp site. Thoughts on this?

If not, they should at least go into OLD as well. But personally, I'm
for dropping them completely. If you're on something that old (heck, we
have 7.0 binaries..), you can still build from source.

Speaking of which, any reason not to drop the 8.1 beta win32 binaries?

//Magnus

Show quoted text

-----Original Message-----
From: pgsql-www-owner@postgresql.org
[mailto:pgsql-www-owner@postgresql.org] On Behalf Of Marc G. Fournier
Sent: Wednesday, November 30, 2005 7:31 PM
To: Robert Treat
Cc: pgsql-hackers@postgresql.org; pgsql-www@postgresql.org;
Tom Lane; Andrew Dunstan
Subject: Re: [pgsql-www] [HACKERS] Upcoming PG re-releases

Done, as well as moved all but the last two of each version after ...

On Wed, 30 Nov 2005, Robert Treat wrote:

On Wednesday 30 November 2005 11:40, Tom Lane wrote:

Personally I expect to keep supporting 7.3 for a long

while, because

Red Hat pays me to ;-) ... and the EOL date for RHEL3 is a

long way away yet.

The PG community may stop bothering with 7.3 releases

before that.

But I think Marc and Bruce figure "as long as the patches

are in our

CVS we may as well put out a release".

Yeah, thats one of the reasons I am skeptical about having official
policies on this type of thing. If Sun decided they wanted to
maintain 7.2 and were going to dedicate developers and

testing for it,

would we really turn that away? OK, I don't really want to

have this

discussion again, but as of now I think we are all agreed

that 7.2 is unsupported.

We hashed all this out in the pghackers list back in August, but I
agree there ought to be something about it on the website.

We've been kicking it around but haven't moved much on this...

Marc, can you move the 7.2 branches in the FTP under the

OLD directory?

http://www.postgresql.org/ftp/source/

We need to do the same with 7.2 documentation, moving them into the
Manual Archive

http://www.postgresql.org/docs/manuals/archive.html.

We can also change the caption on the main documentation

page to note

these are manuals for the current supported versions.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

---------------------------(end of
broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

----
Marc G. Fournier Hub.Org Networking Services
(http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy
ICQ: 7615664

---------------------------(end of
broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

#7The Hermit Hacker
scrappy@hub.org
In reply to: Magnus Hagander (#6)
Re: [HACKERS] Upcoming PG re-releases

'k, moved it all into OLD as well ... haven't removed anything until more
opt in on this ... I do agree that if you really want that old, you can
build from scratch, but I'm also not the one that went to the trouble of
building the binaries :)

On Wed, 30 Nov 2005, Magnus Hagander wrote:

Someone suggested earlier that we should drop the binaries for
nonsupported versions completely from the ftp site. Thoughts on this?

If not, they should at least go into OLD as well. But personally, I'm
for dropping them completely. If you're on something that old (heck, we
have 7.0 binaries..), you can still build from source.

Speaking of which, any reason not to drop the 8.1 beta win32 binaries?

//Magnus

-----Original Message-----
From: pgsql-www-owner@postgresql.org
[mailto:pgsql-www-owner@postgresql.org] On Behalf Of Marc G. Fournier
Sent: Wednesday, November 30, 2005 7:31 PM
To: Robert Treat
Cc: pgsql-hackers@postgresql.org; pgsql-www@postgresql.org;
Tom Lane; Andrew Dunstan
Subject: Re: [pgsql-www] [HACKERS] Upcoming PG re-releases

Done, as well as moved all but the last two of each version after ...

On Wed, 30 Nov 2005, Robert Treat wrote:

On Wednesday 30 November 2005 11:40, Tom Lane wrote:

Personally I expect to keep supporting 7.3 for a long

while, because

Red Hat pays me to ;-) ... and the EOL date for RHEL3 is a

long way away yet.

The PG community may stop bothering with 7.3 releases

before that.

But I think Marc and Bruce figure "as long as the patches

are in our

CVS we may as well put out a release".

Yeah, thats one of the reasons I am skeptical about having official
policies on this type of thing. If Sun decided they wanted to
maintain 7.2 and were going to dedicate developers and

testing for it,

would we really turn that away? OK, I don't really want to

have this

discussion again, but as of now I think we are all agreed

that 7.2 is unsupported.

We hashed all this out in the pghackers list back in August, but I
agree there ought to be something about it on the website.

We've been kicking it around but haven't moved much on this...

Marc, can you move the 7.2 branches in the FTP under the

OLD directory?

http://www.postgresql.org/ftp/source/

We need to do the same with 7.2 documentation, moving them into the
Manual Archive

http://www.postgresql.org/docs/manuals/archive.html.

We can also change the caption on the main documentation

page to note

these are manuals for the current supported versions.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

---------------------------(end of
broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

----
Marc G. Fournier Hub.Org Networking Services
(http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy
ICQ: 7615664

---------------------------(end of
broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664

#8Robert Treat
xzilla@users.sourceforge.net
In reply to: Magnus Hagander (#6)
Re: [HACKERS] Upcoming PG re-releases

On Wed, 2005-11-30 at 13:33, Magnus Hagander wrote:

Someone suggested earlier that we should drop the binaries for
nonsupported versions completely from the ftp site. Thoughts on this?

If not, they should at least go into OLD as well. But personally, I'm
for dropping them completely. If you're on something that old (heck, we
have 7.0 binaries..), you can still build from source.

I'm against the idea... the cost for us is minimal, and the hassle
involved in building from source is quite large.

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

#9Robert Bernier
robert.bernier5@sympatico.ca
In reply to: The Hermit Hacker (#7)
Re: [HACKERS] Upcoming PG re-releases

On Wednesday 30 November 2005 13:39, Marc G. Fournier wrote:

On Wed, 30 Nov 2005, Magnus Hagander wrote:

Someone suggested earlier that we should drop the binaries for
nonsupported versions completely from the ftp site. Thoughts on this?

I'm for keeping them in some sort of archive for historical reasons. My feeling is that somewhere down the road this will be a big deal.

Robert Bernier

#10Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#6)
Re: [HACKERS] Upcoming PG re-releases

"Joshua D. Drake" <jd@commandprompt.com> writes:

On Wed, 2005-11-30 at 17:31 -0500, Robert Bernier wrote:

I'm for keeping them in some sort of archive for historical reasons. My feeling is that somewhere down the road this will be a big deal.

We always have the CVS repo, so if we remove them... not big deal.

It's not necessarily that easy to rebuild old releases --- for instance,
modern versions of bison will spit up on our older grammar files, due to
carelessness about semicolons; and newer C compilers may complain about
things that older ones let pass, too.

Unless we're feeling short of disk space on the server, I'm for leaving
them there somewhere. But definitely mark them old and not-recommended.

regards, tom lane

#11Joshua D. Drake
jd@commandprompt.com
In reply to: Robert Bernier (#9)
Re: [HACKERS] Upcoming PG re-releases

On Wed, 2005-11-30 at 17:31 -0500, Robert Bernier wrote:

On Wednesday 30 November 2005 13:39, Marc G. Fournier wrote:

On Wed, 30 Nov 2005, Magnus Hagander wrote:

Someone suggested earlier that we should drop the binaries for
nonsupported versions completely from the ftp site. Thoughts on this?

I'm for keeping them in some sort of archive for historical reasons. My feeling is that somewhere down the road this will be a big deal.

We always have the CVS repo, so if we remove them... not big deal.

Robert Bernier

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PLphp, PLperl, ODBCng - http://www.commandprompt.com/

#12Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: Upcoming PG re-releases

I have a COPY CSV weird thing I'll post in a minute...

Tom Lane wrote:

Show quoted text

It's been about a month since 8.1.0 was released, and we've found about
the usual number of bugs for a new release, so it seems like it's time
for 8.1.1. The core committee has tentatively agreed to plan a release
for Tuesday Dec 6 (which means wrapping tarballs Monday). We will
at the same time be making new dot-releases in the 7.3, 7.4, and 8.0
branches, principally to fix the SLRU race condition reported by Jim
Nasby and Robert Creager.

So ... if you've got any open issues with the back branches, now's the
time to get those patches in ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

#13David Fetter
david@fetter.org
In reply to: Robert Treat (#4)
Re: [HACKERS] Upcoming PG re-releases

On Wed, Nov 30, 2005 at 01:23:38PM -0500, Robert Treat wrote:

On Wednesday 30 November 2005 11:40, Tom Lane wrote:

Personally I expect to keep supporting 7.3 for a long while,
because Red Hat pays me to ;-) ... and the EOL date for RHEL3 is a
long way away yet. The PG community may stop bothering with 7.3
releases before that. But I think Marc and Bruce figure "as long
as the patches are in our CVS we may as well put out a release".

Yeah, thats one of the reasons I am skeptical about having official
policies on this type of thing.

I see this as an excellent reason to draw a bright, sharp line between
what vendors support and what the community as a whole does,
especially where individual community members wear another hat.

If Sun decided they wanted to maintain 7.2 and were going to
dedicate developers and testing for it, would we really turn that
away?

If any company chooses to support versions that the community is no
longer supporting, that can be part of their value-add or more
properly, their headache. Making commitments on behalf of the
community--which will be held responsible for them no matter what
happens--based on what some company says it's going to do this week is
*extremely* ill-advised.

OK, I don't really want to have this discussion again, but as of now
I think we are all agreed that 7.2 is unsupported.

And it's good that we're making more definite moves to show that we no
longer support it :)

We hashed all this out in the pghackers list back in August, but I agree
there ought to be something about it on the website.

We've been kicking it around but haven't moved much on this...

Marc, can you move the 7.2 branches in the FTP under the OLD directory?
http://www.postgresql.org/ftp/source/

We need to do the same with 7.2 documentation, moving them into the Manual
Archive http://www.postgresql.org/docs/manuals/archive.html. We can also
change the caption on the main documentation page to note these are manuals
for the current supported versions.

Excellent :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 415 235 3778

Remember to vote!

#14Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#3)
Re: Upcoming PG re-releases

Tom Lane said:

We hashed all this out in the pghackers list back in August, but I
agree there ought to be something about it on the website.

The reason I asked again is that, notwithstanding the recent discussion, I
have observed confusion about the matter (including Jan telling me he didn't
think there was any agreed policy).

cheers

andrew

#15The Hermit Hacker
scrappy@hub.org
In reply to: David Fetter (#13)
Re: [HACKERS] Upcoming PG re-releases

On Wed, 30 Nov 2005, David Fetter wrote:

On Wed, Nov 30, 2005 at 01:23:38PM -0500, Robert Treat wrote:

On Wednesday 30 November 2005 11:40, Tom Lane wrote:

Personally I expect to keep supporting 7.3 for a long while,
because Red Hat pays me to ;-) ... and the EOL date for RHEL3 is a
long way away yet. The PG community may stop bothering with 7.3
releases before that. But I think Marc and Bruce figure "as long
as the patches are in our CVS we may as well put out a release".

Yeah, thats one of the reasons I am skeptical about having official
policies on this type of thing.

I see this as an excellent reason to draw a bright, sharp line between
what vendors support and what the community as a whole does,
especially where individual community members wear another hat.

So, if Sun, SRA, Pervasive, Command Prompt, etc were to submit a patch for
v7.2, we'd refuse it? I think not ...

Will we accept/fix a bug report *for* v7.2, that is different ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664

#16Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#15)
Re: [HACKERS] Upcoming PG re-releases

I see this as an excellent reason to draw a bright, sharp line between
what vendors support and what the community as a whole does,
especially where individual community members wear another hat.

So, if Sun, SRA, Pervasive, Command Prompt, etc were to submit a patch
for v7.2, we'd refuse it? I think not ...

Oh but you should. The community has enough to worry about.

Joshua D. Drake

--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PLphp, PLperl - http://www.commandprompt.com/

#17David Fetter
david@fetter.org
In reply to: The Hermit Hacker (#15)
Re: [HACKERS] Upcoming PG re-releases

On Wed, Nov 30, 2005 at 11:56:33PM -0400, Marc G. Fournier wrote:

On Wed, 30 Nov 2005, David Fetter wrote:

On Wed, Nov 30, 2005 at 01:23:38PM -0500, Robert Treat wrote:

On Wednesday 30 November 2005 11:40, Tom Lane wrote:

Personally I expect to keep supporting 7.3 for a long while,
because Red Hat pays me to ;-) ... and the EOL date for RHEL3 is a
long way away yet. The PG community may stop bothering with 7.3
releases before that. But I think Marc and Bruce figure "as long
as the patches are in our CVS we may as well put out a release".

Yeah, thats one of the reasons I am skeptical about having official
policies on this type of thing.

I see this as an excellent reason to draw a bright, sharp line between
what vendors support and what the community as a whole does,
especially where individual community members wear another hat.

So, if Sun, SRA, Pervasive, Command Prompt, etc were to submit a patch for
v7.2, we'd refuse it?

That depends on what you mean by "refuse." Such a patch wouldn't
resurrect the original Postgres with POSTQUEL and cause us to support
it, and it won't cause us to start supporting PostgreSQL 7.2 again
either.

That said, there's a backports project on pgfoundry. We could see
about something like an "attic" project for such patches, etc. This
way, the community doesn't get albatrosses draped over its neck, and
the patches are available for those interested :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 415 235 3778

Remember to vote!

#18Richard Huxton
dev@archonet.com
In reply to: Robert Treat (#8)
Re: [HACKERS] Upcoming PG re-releases

Robert Treat wrote:

On Wed, 2005-11-30 at 13:33, Magnus Hagander wrote:

Someone suggested earlier that we should drop the binaries for
nonsupported versions completely from the ftp site. Thoughts on this?

If not, they should at least go into OLD as well. But personally, I'm
for dropping them completely. If you're on something that old (heck, we
have 7.0 binaries..), you can still build from source.

I'm against the idea... the cost for us is minimal, and the hassle
involved in building from source is quite large.

I don't have a need for an old PG binary. But when I have needed really
old binaries it's always been in the middle of the night, in front of a
machine with a teletype terminal, in the dark, surrounded by wolves
while a timer ticks into the red... Locating the right versions of 17
different libraries and compiling from source is always my second choice.

If it's practical to keep them, I'd like to suggest doing so. If it's
not practical, could we have a where_to_find_old_versions.txt file and
open a project on sourceforge to keep them?

--
Richard Huxton
Archonet Ltd

In reply to: Richard Huxton (#18)
Re: [HACKERS] Upcoming PG re-releases
--- Richard Huxton <dev@archonet.com> escreveu:

If it's practical to keep them, I'd like to suggest doing so. If it's
not practical, could we have a where_to_find_old_versions.txt file
and
open a project on sourceforge to keep them?

What about an museum.postgresql.org to keep the old releases?

Euler Taveira de Oliveira
euler[at]yahoo_com_br

_______________________________________________________
Yahoo! doce lar. Fa�a do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html

#20Peter Eisentraut
peter_e@gmx.net
In reply to: Euler Taveira de Oliveira (#19)
Re: [HACKERS] Upcoming PG re-releases

Am Donnerstag, 1. Dezember 2005 11:35 schrieb Euler Taveira de Oliveira:

What about an museum.postgresql.org to keep the old releases?

That gave me a good laugh, but there is something to be said about moving all
no longer supported releases (according to the criteria that are being
discussed) to an unmirrored site, say, archive.postgresql.org.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

#21Csaba Nagy
nagy@ecircle-ag.com
In reply to: Euler Taveira de Oliveira (#19)
#22Richard Huxton
dev@archonet.com
In reply to: Csaba Nagy (#21)
#23The Hermit Hacker
scrappy@hub.org
In reply to: Peter Eisentraut (#20)
#24Dave Page
dpage@pgadmin.org
In reply to: The Hermit Hacker (#23)
#25Andrew Dunstan
andrew@dunslane.net
In reply to: Dave Page (#24)
#26Magnus Hagander
magnus@hagander.net
In reply to: Andrew Dunstan (#25)
#27Bruce Momjian
bruce@momjian.us
In reply to: Magnus Hagander (#26)
#28Neil Conway
neilc@samurai.com
In reply to: Tom Lane (#1)
#29Kevin Brown
kevin@sysexperts.com
In reply to: David Fetter (#17)
#30Paul Lindner
lindner@inuus.com
In reply to: Bruce Momjian (#27)
#31Tom Lane
tgl@sss.pgh.pa.us
In reply to: Paul Lindner (#30)
#32Paul Lindner
lindner@inuus.com
In reply to: Tom Lane (#31)
#33Tom Lane
tgl@sss.pgh.pa.us
In reply to: Paul Lindner (#32)
#34Gregory Maxwell
gmaxwell@gmail.com
In reply to: Neil Conway (#28)
#35Martijn van Oosterhout
kleptog@svana.org
In reply to: Gregory Maxwell (#34)
#36Gavin Sherry
swm@linuxworld.com.au
In reply to: Tom Lane (#31)
#37Bruce Momjian
bruce@momjian.us
In reply to: Paul Lindner (#30)
#38Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#37)
#39Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#38)
#40Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#39)
#41Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#40)
#42Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#41)
#43Gavin Sherry
swm@linuxworld.com.au
In reply to: Bruce Momjian (#42)
#44Bruce Momjian
bruce@momjian.us
In reply to: Gavin Sherry (#43)
#45Gavin Sherry
swm@linuxworld.com.au
In reply to: Bruce Momjian (#44)
#46Bruce Momjian
bruce@momjian.us
In reply to: Gavin Sherry (#45)
#47Gregory Maxwell
gmaxwell@gmail.com
In reply to: Bruce Momjian (#46)
#48Martijn van Oosterhout
kleptog@svana.org
In reply to: Gregory Maxwell (#47)
#49Bruce Momjian
bruce@momjian.us
In reply to: Martijn van Oosterhout (#48)
#50Martijn van Oosterhout
kleptog@svana.org
In reply to: Bruce Momjian (#49)
#51Bruce Momjian
bruce@momjian.us
In reply to: Martijn van Oosterhout (#50)
#52Martijn van Oosterhout
kleptog@svana.org
In reply to: Bruce Momjian (#51)
#53Robert Treat
xzilla@users.sourceforge.net
In reply to: Martijn van Oosterhout (#52)
#54Bruce Momjian
bruce@momjian.us
In reply to: Robert Treat (#53)
#55Joshua D. Drake
jd@commandprompt.com
In reply to: Bruce Momjian (#54)