Two weeks to feature freeze

Started by Bruce Momjianalmost 23 years ago239 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

We have less than two weeks to feature freeze. Win32 is still in an
uncompleted state, and I haven't been able to return to it recently.
Jan is working on getting exec() working, and hopefully someone can help
me on signals. If I get those two done, I think I can tweek Win32 in
minor ways during beta.

I talked to Patrick about PITR, and with JR now back involved, he might
get it done.

Basically, we might get them both in, or it might be a disaster that we
delayed beta for one month.

I am heading to MIT now and will try to get all the outstanding patches
in within the next few days. There are only a few left, mostly ones
that appeared while I was applying the last patch backlog.

I have also been asked to complete my O'Reilly slides by the end of next
week, so I will have little time for Win32.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Bruce Momjian (#1)
Re: Two weeks to feature freeze

We have less than two weeks to feature freeze. Win32 is still in an
uncompleted state, and I haven't been able to return to it recently.
Jan is working on getting exec() working, and hopefully someone can help
me on signals. If I get those two done, I think I can tweek Win32 in
minor ways during beta.

I talked to Patrick about PITR, and with JR now back involved, he might
get it done.

Basically, we might get them both in, or it might be a disaster that we
delayed beta for one month.

What about the nested transaction stuff?

Do we have any "killer" features added to 7.4 that we can shout about?
There's usually been one or two in the past...?

Chris

#3Rod Taylor
rbt@rbt.ca
In reply to: Christopher Kings-Lynne (#2)
Re: Two weeks to feature freeze

On Thu, 2003-06-19 at 01:27, Christopher Kings-Lynne wrote:

We have less than two weeks to feature freeze. Win32 is still in an
uncompleted state, and I haven't been able to return to it recently.
Jan is working on getting exec() working, and hopefully someone can help
me on signals. If I get those two done, I think I can tweek Win32 in
minor ways during beta.

I talked to Patrick about PITR, and with JR now back involved, he might
get it done.

Basically, we might get them both in, or it might be a disaster that we
delayed beta for one month.

What about the nested transaction stuff?

Do we have any "killer" features added to 7.4 that we can shout about?
There's usually been one or two in the past...?

A quick glance at the TODO list shows a number of speed improvements in
specific areas (IN, GROUP BY, Subselects in views), ARRAY improvements,
some utility command improvements / additions, and a significant
protocol update.

The protocol update may not be flashy, but it is a large step forward in
presenting a clean experience for developers using PostgreSQL (reduces
chance of rare, unexpected, and difficult to find logic errors).

If nothing else, it makes for an excellent cleanup release that rounds
off some of the sharp corners (tab completion for schema elements in
psql, schema dump in psql, fixed cluster support, transactional
truncate, alter sequence, new regex code for fast MultiByte, etc).

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

#4Matthew T. O'Connor
matthew@zeut.net
In reply to: Christopher Kings-Lynne (#2)
Re: Two weeks to feature freeze

On Wed, 2003-06-18 at 21:27, Christopher Kings-Lynne wrote:

Do we have any "killer" features added to 7.4 that we can shout about?
There's usually been one or two in the past...?

Isn't the index growth problem solved in this release? I think that is
a killer feature that solves a big problem for alot of people.

#5Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Matthew T. O'Connor (#4)
Re: Two weeks to feature freeze

On Wed, Jun 18, 2003 at 09:59:17PM -0400, Matthew T. O'Connor wrote:

On Wed, 2003-06-18 at 21:27, Christopher Kings-Lynne wrote:

Do we have any "killer" features added to 7.4 that we can shout about?
There's usually been one or two in the past...?

Isn't the index growth problem solved in this release? I think that is
a killer feature that solves a big problem for alot of people.

Yes. That qualifies for "killer features" at least to some big users
here.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Granting software the freedom to evolve guarantees only different results,
not better ones." (Zygo Blaxell)

#6Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Christopher Kings-Lynne (#2)
Re: Two weeks to feature freeze

On Thu, Jun 19, 2003 at 09:27:22AM +0800, Christopher Kings-Lynne wrote:

We have less than two weeks to feature freeze.

What about the nested transaction stuff?

I don't know if it will be completed before feature freeze... we can and
will try, of course. Sadly, like most other people, I have lots of
other things and can't give it the time I wish.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Porque francamente, si para saber manejarse a uno mismo hubiera que
rendir examen... �Qui�n es el machito que tendr�a carnet?" (Mafalda)

#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#2)
Re: Two weeks to feature freeze

"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:

What about the nested transaction stuff?

With all due respect to Alvaro et al, I can't imagine that that will
make it into 7.4. (I have no confidence that PITR or Win32 native port
will make it either...)

Do we have any "killer" features added to 7.4 that we can shout about?

We have a lot of pretty good stuff. You're not happy that the
performance of IN (subselect) has been fixed? That btree index bloat is
fixed (at least in large part, it remains to be seen whether the field
performance is all that we need...)?

In my opinion the project is not at a state where whizzy new Features
with a capital F are going to jump out of the woodwork. We are making
good advances in performance, reliability, SQL spec compliance, and
stuff like that, but fancy-sounding bullet points are hard to come by.

I can tell you that Red Hat's CCM group (the former Ars Digita) is
waiting with bated breath for 7.4, because it fixes a number of problems
(IN-subselect being one) that prevent 7.3 from being a serious
competitor to Oracle for their platform. 7.4 is a killer release for
them, and has been since about February, and they're getting tired of
waiting. I think a lot of other people are in the same situation,
even though they may not know it ;-)

We can't slip this puppy any more --- it's time to wrap her up and
push her out.

regards, tom lane

#8Oleg Bartunov
oleg@sai.msu.su
In reply to: Christopher Kings-Lynne (#2)
Re: Two weeks to feature freeze

On Thu, 19 Jun 2003, Christopher Kings-Lynne wrote:

We have less than two weeks to feature freeze. Win32 is still in an
uncompleted state, and I haven't been able to return to it recently.
Jan is working on getting exec() working, and hopefully someone can help
me on signals. If I get those two done, I think I can tweek Win32 in
minor ways during beta.

I talked to Patrick about PITR, and with JR now back involved, he might
get it done.

Basically, we might get them both in, or it might be a disaster that we
delayed beta for one month.

What about the nested transaction stuff?

Do we have any "killer" features added to 7.4 that we can shout about?
There's usually been one or two in the past...?

I'm not sure if contrib/tsearch is a "killer" feature, but we hope
to submit completely new version of tsearch V2 before July 1.
Actually, we have stable code already used in some projects but
currently lacking documentation. Several people are working on tutorial,
reference guide. The problem is that Bruce seems is very overloaded and
for sure he'll have many patches close to July 1. Is it possible
to get rights to commit our changes ?

Chris

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

#9Andrew Dunstan
andrew@dunslane.net
In reply to: Oleg Bartunov (#8)
Re: Two weeks to feature freeze

Maybe a better strategy would be to get a release out soon but not wait 6
months for another release which would contain the Win32 port and the PITR
stuff (assuming those aren't done in time for this release).

Just a thought.

andrew

Tom Lane wrote:

Show quoted text

Robert Treat <xzilla@users.sourceforge.net> writes:

Well, I suppose that history has shown that waiting on specific
features causes trouble with postgresql development, but I don't see
why a release can't be based around waiting for feature x as long as
feature x is being actively worked on by trusted developers who have
an endgame in sight.

We have been led down that garden path before, and it's been a losing
proposition every time.

#10Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Christopher Kings-Lynne (#2)
Re: Two weeks to feature freeze

On Thursday 19 June 2003 03:27, Christopher Kings-Lynne wrote:

Do we have any "killer" features added to 7.4 that we can shout about?

We should not forget the availability of PostgreSQL companion products, like
pgAdmin3 and PhpPgAdmin3. These two GUIs should be ready for release during
July, although I am not in the shoes of the project leaders, Dave and
Christopher and cannot speak of it officially.

They are not part of the PostgreSQL distribution, but well could be.

Providing a reliable bundle including PostgreSQL, a graphical GUI (pgAdmin3)
and a web administration interface (PhpPgAdmin3) is a big news. This will
convince entry users, who normally turn to MySQL, that PostgreSQL is the best
choice. We are not downgrading features but upgrading user needs...

When PostgreSQL win32 port is ready, all platforms and entry user needs will
be covered. Isn't it a big news? Just my 2 cents...

Best regards,
Jean-Michel POURE

#11Robert Treat
xzilla@users.sourceforge.net
In reply to: Tom Lane (#7)
Re: Two weeks to feature freeze

On Wed, 2003-06-18 at 23:07, Tom Lane wrote:

"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:

What about the nested transaction stuff?

With all due respect to Alvaro et al, I can't imagine that that will
make it into 7.4. (I have no confidence that PITR or Win32 native port
will make it either...)

Heres hoping for win32, that is a killer feature for so many people and
we're so close to it...

Do we have any "killer" features added to 7.4 that we can shout about?

We have a lot of pretty good stuff. You're not happy that the
performance of IN (subselect) has been fixed? That btree index bloat is
fixed (at least in large part, it remains to be seen whether the field
performance is all that we need...)?

I think the auto vacuum work will be pretty big, and I personally think
statement level triggers are pretty important too. (Which reminds me I
really need to start banging on those a bit more.)

In my opinion the project is not at a state where whizzy new Features
with a capital F are going to jump out of the woodwork. We are making
good advances in performance, reliability, SQL spec compliance, and
stuff like that, but fancy-sounding bullet points are hard to come by.

You mean like that other database that just recently added transaction
support ;-)

I do see a number of capital F features that haven't been done yet,
win32, replication, nested transactions... imho those features could
each warrant a development cycle on their own.

I can tell you that Red Hat's CCM group (the former Ars Digita) is
waiting with bated breath for 7.4, because it fixes a number of problems
(IN-subselect being one) that prevent 7.3 from being a serious
competitor to Oracle for their platform. 7.4 is a killer release for
them, and has been since about February, and they're getting tired of
waiting. I think a lot of other people are in the same situation,
even though they may not know it ;-)

We can't slip this puppy any more --- it's time to wrap her up and
push her out.

Well, I suppose that history has shown that waiting on specific features
causes trouble with postgresql development, but I don't see why a
release can't be based around waiting for feature x as long as feature x
is being actively worked on by trusted developers who have an endgame in
sight.

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

#12Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Treat (#11)
Re: Two weeks to feature freeze

Robert Treat <xzilla@users.sourceforge.net> writes:

Well, I suppose that history has shown that waiting on specific features
causes trouble with postgresql development, but I don't see why a
release can't be based around waiting for feature x as long as feature x
is being actively worked on by trusted developers who have an endgame in
sight.

We have been led down that garden path before, and it's been a losing
proposition every time.

regards, tom lane

#13Rod Taylor
rbt@rbt.ca
In reply to: Andrew Dunstan (#9)
Re: Two weeks to feature freeze

On Thu, 2003-06-19 at 06:12, Andrew Dunstan wrote:

Maybe a better strategy would be to get a release out soon but not wait 6
months for another release which would contain the Win32 port and the PITR
stuff (assuming those aren't done in time for this release).

Thats what Justin was saying about this one, that it should be released
early due to win32 being complete.

I would expect, even once it compiles and runs (it doesn't yet) that it
will need some good testing before being released in any form. Platform
changes of this significance tend to introduce lots of new and
unexpected issues.

Tracking down several users for windows testing is a good idea. Rushing
it out in an unknown state to get the testing isn't such a good idea in
my mind.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

#14Ron Mayer
ron@intervideo.com
In reply to: Tom Lane (#7)
Re: Two weeks to feature freeze

Tom wrote:

Do we have any "killer" features added to 7.4 that we can shout about?

We have a lot of pretty good stuff. You're not happy that the
performance of IN (subselect) has been fixed? That btree index bloat is
fixed...

For warehousing & reporting, "Add hash for evaluating GROUP BY aggregates"
can be a killer feature.

7.4 is a killer release for them, and has been since about February,
and they're getting tired of waiting. I think a lot of other people
are in the same situation, even though they may not know it ;-)

A nightly reporting process that starts here at midnight each night
takes about 12 hours on 7.3 and about 9 hours on 7.4alpha; possibly
thanks to HashAggregates. While this may not sound like much, it
means Marketing could see results when they arive at work, instead
of waiting for afternoon.

The perceived improvement of "ready before work" vs. "wait three hours"
is a killer feature for this system.

Ron

#15The Hermit Hacker
scrappy@hub.org
In reply to: Robert Treat (#11)
Re: Two weeks to feature freeze

On Thu, 19 Jun 2003, Robert Treat wrote:

Well, I suppose that history has shown that waiting on specific features
causes trouble with postgresql development, but I don't see why a
release can't be based around waiting for feature x as long as feature x
is being actively worked on by trusted developers who have an endgame in
sight.

Everyone has an 'endgame in sight', at least when they ask for a release
to be postponed ... but then their date keeps slipping, etc ...

The thing is, if win32 is 'that close to being finished', then as soon as
v7.4 is out, that code should be ready to throw in ... and the same for
every other features that could 'postpone a release' ...

I'd rather see the dev cycle shortened by a month, then extended ...

#16Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Bruce Momjian (#1)
Re: Two weeks to feature freeze

We have a lot of pretty good stuff. You're not happy that the
performance of IN (subselect) has been fixed?

All our code uses workaround now :)

That btree index bloat is
fixed (at least in large part, it remains to be seen whether the field
performance is all that we need...)?

Yes, that's a good feature.

We can't slip this puppy any more --- it's time to wrap her up and
push her out.

OK, let's do it - we've got full support for it in phpPgAdmin already :)

Chris

#17The Hermit Hacker
scrappy@hub.org
In reply to: Andrew Dunstan (#9)
Re: Two weeks to feature freeze

On Thu, 19 Jun 2003, Andrew Dunstan wrote:

Maybe a better strategy would be to get a release out soon but not wait
6 months for another release which would contain the Win32 port and the
PITR stuff (assuming those aren't done in time for this release).

Just a thought.

And definitely in agreement here ... I'd rather see a shortened dev cycle
prompted by a big feature being added, then delaying a release because "oh
oh, I need another few weeks" that draws out when something unexpected
happens :(

andrew

Tom Lane wrote:

Robert Treat <xzilla@users.sourceforge.net> writes:

Well, I suppose that history has shown that waiting on specific
features causes trouble with postgresql development, but I don't see
why a release can't be based around waiting for feature x as long as
feature x is being actively worked on by trusted developers who have
an endgame in sight.

We have been led down that garden path before, and it's been a losing
proposition every time.

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org

#18The Hermit Hacker
scrappy@hub.org
In reply to: Oleg Bartunov (#8)
tsearch V2 (Was: Re: Two weeks to feature freeze)

On Thu, 19 Jun 2003, Oleg Bartunov wrote:

I'm not sure if contrib/tsearch is a "killer" feature, but we hope to
submit completely new version of tsearch V2 before July 1. Actually, we
have stable code already used in some projects but currently lacking
documentation. Several people are working on tutorial, reference guide.
The problem is that Bruce seems is very overloaded and for sure he'll
have many patches close to July 1. Is it possible to get rights to
commit our changes ?

Is there a strong reason why tsearch isn't in gborg?

#19Oleg Bartunov
oleg@sai.msu.su
In reply to: The Hermit Hacker (#18)
Re: tsearch V2 (Was: Re: Two weeks to feature freeze)

On Thu, 19 Jun 2003, The Hermit Hacker wrote:

On Thu, 19 Jun 2003, Oleg Bartunov wrote:

I'm not sure if contrib/tsearch is a "killer" feature, but we hope to
submit completely new version of tsearch V2 before July 1. Actually, we
have stable code already used in some projects but currently lacking
documentation. Several people are working on tutorial, reference guide.
The problem is that Bruce seems is very overloaded and for sure he'll
have many patches close to July 1. Is it possible to get rights to
commit our changes ?

Is there a strong reason why tsearch isn't in gborg?

How gborg could help us submitting changes to pgsql CVS ?

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

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

#20The Hermit Hacker
scrappy@hub.org
In reply to: Oleg Bartunov (#19)
Re: tsearch V2 (Was: Re: Two weeks to feature freeze)

On Fri, 20 Jun 2003, Oleg Bartunov wrote:

Is there a strong reason why tsearch isn't in gborg?

How gborg could help us submitting changes to pgsql CVS ?

It wouldn't ... is there a reason why tsearch needs to be in the pgsql CVS
any more then, say, ODBC drivers, or the tcl interface, or the python
interface, or ... ?

#21Oleg Bartunov
oleg@sai.msu.su
In reply to: The Hermit Hacker (#20)
#22Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oleg Bartunov (#21)
#23The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#22)
#24Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Bruce Momjian (#1)
#25Hannu Krosing
hannu@tm.ee
In reply to: The Hermit Hacker (#23)
#26Nigel J. Andrews
nandrews@investsystems.co.uk
In reply to: The Hermit Hacker (#17)
#27Oleg Bartunov
oleg@sai.msu.su
In reply to: Christopher Kings-Lynne (#24)
#28Justin Clift
justin@postgresql.org
In reply to: The Hermit Hacker (#17)
#29Robert Treat
xzilla@users.sourceforge.net
In reply to: Nigel J. Andrews (#26)
#30Robert Treat
xzilla@users.sourceforge.net
In reply to: Justin Clift (#28)
#31Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Treat (#30)
#32The Hermit Hacker
scrappy@hub.org
In reply to: Oleg Bartunov (#27)
#33Robert Treat
xzilla@users.sourceforge.net
In reply to: Tom Lane (#31)
#34Josh Berkus
josh@agliodbs.com
In reply to: Robert Treat (#33)
#35Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Treat (#33)
#36Robert Treat
xzilla@users.sourceforge.net
In reply to: Josh Berkus (#34)
#37Josh Berkus
josh@agliodbs.com
In reply to: Robert Treat (#36)
#38Tom Lane
tgl@sss.pgh.pa.us
In reply to: Josh Berkus (#37)
#39Jason Earl
jason.earl@simplot.com
In reply to: The Hermit Hacker (#15)
#40Dann Corbit
DCorbit@connx.com
In reply to: Jason Earl (#39)
#41Kevin Brown
kevin@sysexperts.com
In reply to: Dann Corbit (#40)
#42Jason Earl
jason.earl@simplot.com
In reply to: Dann Corbit (#40)
#43Dann Corbit
DCorbit@connx.com
In reply to: Jason Earl (#42)
#44Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Dann Corbit (#43)
#45Jason Earl
jason.earl@simplot.com
In reply to: Dann Corbit (#43)
#46Dann Corbit
DCorbit@connx.com
In reply to: Jason Earl (#45)
#47Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jason Earl (#42)
#48Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dann Corbit (#43)
#49Tom Lane
tgl@sss.pgh.pa.us
In reply to: Alvaro Herrera (#44)
#50Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jason Earl (#45)
#51Thomas Swan
tswan@idigx.com
In reply to: Tom Lane (#49)
#52Dann Corbit
DCorbit@connx.com
In reply to: Thomas Swan (#51)
#53Dann Corbit
DCorbit@connx.com
In reply to: Dann Corbit (#52)
#54ow
oneway_111@yahoo.com
In reply to: Dann Corbit (#46)
#55Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thomas Swan (#51)
#56Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dann Corbit (#52)
#57Dann Corbit
DCorbit@connx.com
In reply to: Tom Lane (#56)
#58Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Dann Corbit (#57)
#59Dann Corbit
DCorbit@connx.com
In reply to: Alvaro Herrera (#58)
#60Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Dann Corbit (#43)
#61Dann Corbit
DCorbit@connx.com
In reply to: Christopher Kings-Lynne (#60)
#62Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#50)
#63Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Alvaro Herrera (#58)
#64Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Dann Corbit (#59)
#65Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#63)
#66Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Dann Corbit (#61)
#67Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dann Corbit (#52)
#68Dann Corbit
DCorbit@connx.com
In reply to: Tom Lane (#67)
#69Alvis Tunkelis
alvis@piladzi-2.biz
In reply to: Christopher Kings-Lynne (#63)
#70Peter Eisentraut
peter_e@gmx.net
In reply to: Dann Corbit (#59)
#71Rod Taylor
rbt@rbt.ca
In reply to: Dann Corbit (#61)
#72Peter Eisentraut
peter_e@gmx.net
In reply to: Thomas Swan (#51)
#73The Hermit Hacker
scrappy@hub.org
In reply to: Josh Berkus (#34)
#74The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#38)
#75The Hermit Hacker
scrappy@hub.org
In reply to: Jason Earl (#45)
#76The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#46)
#77Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#72)
#78Larry Rosenman
ler@lerctr.org
In reply to: Tom Lane (#77)
#79Tom Lane
tgl@sss.pgh.pa.us
In reply to: Alvis Tunkelis (#69)
#80Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Dann Corbit (#59)
#81Thomas Swan
tswan@idigx.com
In reply to: Larry Rosenman (#78)
#82Kevin Brown
kevin@sysexperts.com
In reply to: Tom Lane (#56)
#83Kevin Brown
kevin@sysexperts.com
In reply to: Kevin Brown (#82)
#84Andrew Dunstan
andrew@dunslane.net
In reply to: Peter Eisentraut (#72)
#85Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#3)
#86Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#7)
#87Bruce Momjian
bruce@momjian.us
In reply to: Oleg Bartunov (#8)
#88Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#9)
#89Bruce Momjian
bruce@momjian.us
In reply to: Jason Earl (#39)
#90The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#86)
#91Bruce Momjian
bruce@momjian.us
In reply to: Dann Corbit (#43)
#92Bruce Momjian
bruce@momjian.us
In reply to: Dann Corbit (#46)
#93Bruce Momjian
bruce@momjian.us
In reply to: Dann Corbit (#53)
#94Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#90)
#95Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#92)
#96Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#85)
#97Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#96)
#98Mike Mascari
mascarm@mascari.com
In reply to: Bruce Momjian (#85)
#99Andreas Pflug
pgadmin@pse-consulting.de
In reply to: Tom Lane (#96)
#100Bruce Momjian
bruce@momjian.us
In reply to: Mike Mascari (#98)
#101Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#40)
#102Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#46)
#103Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#52)
#104Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#59)
#105Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#100)
#106Bruce Momjian
bruce@momjian.us
In reply to: Jan Wieck (#101)
#107The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#94)
#108The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#97)
#109The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#100)
#110The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#53)
#111The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#68)
#112Mike Mascari
mascarm@mascari.com
In reply to: The Hermit Hacker (#109)
#113Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#53)
#114The Hermit Hacker
scrappy@hub.org
In reply to: Jan Wieck (#113)
#115Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#95)
#116Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#32)
#117Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#115)
#118Sailesh Krishnamurthy
sailesh@cs.berkeley.edu
In reply to: Dann Corbit (#46)
#119The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#117)
#120Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#100)
#121Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#120)
#122The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#121)
#123Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#121)
#124Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#123)
#125Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#124)
#126Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#125)
#127Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#100)
#128Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#126)
#129Sailesh Krishnamurthy
sailesh@cs.berkeley.edu
In reply to: Bruce Momjian (#126)
#130Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jan Wieck (#127)
#131Tom Lane
tgl@sss.pgh.pa.us
In reply to: Sailesh Krishnamurthy (#129)
#132Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Bruce Momjian (#126)
#133The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#124)
#134The Hermit Hacker
scrappy@hub.org
In reply to: Sailesh Krishnamurthy (#129)
#135The Hermit Hacker
scrappy@hub.org
In reply to: Christopher Kings-Lynne (#132)
#136Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#135)
#137Sailesh Krishnamurthy
sailesh@cs.berkeley.edu
In reply to: Tom Lane (#131)
#138Mike Mascari
mascarm@mascari.com
In reply to: Tom Lane (#136)
#139Mike Mascari
mascarm@mascari.com
In reply to: Mike Mascari (#138)
#140Andrew Dunstan
andrew@dunslane.net
In reply to: Mike Mascari (#139)
#141scott.marlowe
scott.marlowe@ihs.com
In reply to: Christopher Kings-Lynne (#66)
#142scott.marlowe
scott.marlowe@ihs.com
In reply to: Bruce Momjian (#88)
#143Peter Eisentraut
peter_e@gmx.net
In reply to: The Hermit Hacker (#119)
#144Robert Treat
xzilla@users.sourceforge.net
In reply to: Bruce Momjian (#88)
#145Tom Lane
tgl@sss.pgh.pa.us
In reply to: Robert Treat (#144)
#146Robert Treat
xzilla@users.sourceforge.net
In reply to: Tom Lane (#145)
#147Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#143)
#148scott.marlowe
scott.marlowe@ihs.com
In reply to: Bruce Momjian (#147)
#149Dann Corbit
DCorbit@connx.com
In reply to: scott.marlowe (#148)
#150Dann Corbit
DCorbit@connx.com
In reply to: Dann Corbit (#149)
#151Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#147)
#152Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dann Corbit (#150)
#153Dann Corbit
DCorbit@connx.com
In reply to: Tom Lane (#152)
#154Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#151)
#155Bruce Momjian
bruce@momjian.us
In reply to: Dann Corbit (#153)
#156scott.marlowe
scott.marlowe@ihs.com
In reply to: Dann Corbit (#153)
#157scott.marlowe
scott.marlowe@ihs.com
In reply to: Bruce Momjian (#154)
#158Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#154)
#159Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#158)
#160Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#158)
#161Dann Corbit
DCorbit@connx.com
In reply to: Bruce Momjian (#160)
#162Bruce Momjian
bruce@momjian.us
In reply to: scott.marlowe (#157)
#163Bruce Momjian
bruce@momjian.us
In reply to: Dann Corbit (#161)
#164scott.marlowe
scott.marlowe@ihs.com
In reply to: Dann Corbit (#161)
#165Nigel J. Andrews
nandrews@investsystems.co.uk
In reply to: Dann Corbit (#161)
#166Dann Corbit
DCorbit@connx.com
In reply to: Nigel J. Andrews (#165)
#167Lamar Owen
lamar.owen@wgcr.org
In reply to: Dann Corbit (#161)
#168The Hermit Hacker
scrappy@hub.org
In reply to: Peter Eisentraut (#151)
#169Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#168)
#170The Hermit Hacker
scrappy@hub.org
In reply to: Robert Treat (#146)
#171The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#161)
#172Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#88)
#173Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#150)
#174Jan Wieck
JanWieck@Yahoo.com
In reply to: scott.marlowe (#164)
#175Dann Corbit
DCorbit@connx.com
In reply to: Jan Wieck (#174)
#176Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#175)
#177Dann Corbit
DCorbit@connx.com
In reply to: Jan Wieck (#176)
#178Dann Corbit
DCorbit@connx.com
In reply to: Dann Corbit (#177)
#179Josh Berkus
josh@agliodbs.com
In reply to: Dann Corbit (#178)
#180Dann Corbit
DCorbit@connx.com
In reply to: Josh Berkus (#179)
#181Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#178)
#182Robert Treat
xzilla@users.sourceforge.net
In reply to: The Hermit Hacker (#170)
#183Bruce Momjian
bruce@momjian.us
In reply to: Robert Treat (#182)
#184The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#177)
#185The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#178)
#186The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#180)
#187The Hermit Hacker
scrappy@hub.org
In reply to: Robert Treat (#182)
#188Dann Corbit
DCorbit@connx.com
In reply to: The Hermit Hacker (#187)
#189The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#188)
#190Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#189)
#191Dann Corbit
DCorbit@connx.com
In reply to: Bruce Momjian (#190)
#192Bruce Momjian
bruce@momjian.us
In reply to: Dann Corbit (#191)
#193The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#190)
#194The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#191)
#195Jan Wieck
JanWieck@Yahoo.com
In reply to: Dann Corbit (#188)
#196Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#190)
#197The Hermit Hacker
scrappy@hub.org
In reply to: Jan Wieck (#196)
#198scott.marlowe
scott.marlowe@ihs.com
In reply to: Dann Corbit (#191)
#199Kaare Rasmussen
kar@kakidata.dk
In reply to: The Hermit Hacker (#193)
#200Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#190)
#201Andreas Pflug
pgadmin@pse-consulting.de
In reply to: Jan Wieck (#200)
#202Shridhar Daithankar
shridhar_daithankar@persistent.co.in
In reply to: Andreas Pflug (#201)
#203Kaare Rasmussen
kar@kakidata.dk
In reply to: Jan Wieck (#200)
#204Josh Berkus
josh@agliodbs.com
In reply to: Jan Wieck (#195)
#205Tom Lane
tgl@sss.pgh.pa.us
In reply to: Josh Berkus (#204)
#206Kevin Brown
kevin@sysexperts.com
In reply to: Tom Lane (#205)
#207Josh Berkus
josh@agliodbs.com
In reply to: Kevin Brown (#206)
#208The Hermit Hacker
scrappy@hub.org
In reply to: Shridhar Daithankar (#202)
#209The Hermit Hacker
scrappy@hub.org
In reply to: Kevin Brown (#206)
#210Jan Wieck
JanWieck@Yahoo.com
In reply to: Jan Wieck (#200)
#211Thomas Swan
tswan@idigx.com
In reply to: Tom Lane (#77)
#212Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thomas Swan (#211)
#213Nigel J. Andrews
nandrews@investsystems.co.uk
In reply to: Thomas Swan (#211)
#214Thomas Swan
tswan@idigx.com
In reply to: Nigel J. Andrews (#213)
#215Austin Gonyou
austin@coremetrics.com
In reply to: Thomas Swan (#214)
#216Rod Taylor
rbt@rbt.ca
In reply to: Austin Gonyou (#215)
#217Austin Gonyou
austin@coremetrics.com
In reply to: Rod Taylor (#216)
#218Rod Taylor
rbt@rbt.ca
In reply to: Thomas Swan (#214)
#219Rod Taylor
rbt@rbt.ca
In reply to: Austin Gonyou (#217)
#220Austin Gonyou
austin@coremetrics.com
In reply to: Rod Taylor (#219)
#221The Hermit Hacker
scrappy@hub.org
In reply to: Thomas Swan (#214)
#222The Hermit Hacker
scrappy@hub.org
In reply to: Rod Taylor (#218)
#223Thomas Swan
tswan@idigx.com
In reply to: The Hermit Hacker (#221)
#224Kevin Brown
kevin@sysexperts.com
In reply to: The Hermit Hacker (#209)
#225Gavin Sherry
swm@linuxworld.com.au
In reply to: Kevin Brown (#224)
#226The Hermit Hacker
scrappy@hub.org
In reply to: Kevin Brown (#224)
#227Bruce Momjian
bruce@momjian.us
In reply to: Gavin Sherry (#225)
#228Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rod Taylor (#218)
#229Gavin Sherry
swm@linuxworld.com.au
In reply to: Bruce Momjian (#227)
#230Manfred Koizar
mkoi-pg@aon.at
In reply to: Tom Lane (#228)
#231Tom Lane
tgl@sss.pgh.pa.us
In reply to: Manfred Koizar (#230)
#232Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#228)
#233Peter Eisentraut
peter_e@gmx.net
In reply to: Thomas Swan (#214)
#234Peter Eisentraut
peter_e@gmx.net
In reply to: Manfred Koizar (#230)
#235Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#159)
#236Thomas Swan
tswan@idigx.com
In reply to: Peter Eisentraut (#233)
#237Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#235)
#238Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#227)
#239The Hermit Hacker
scrappy@hub.org
In reply to: Jan Wieck (#238)