7.5 features

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

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

-- 
  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
#2Noname
Bob.Henkel@hartfordlife.com
In reply to: Bruce Momjian (#1)
Re: 7.5 features

I think great would be an understatement.

Great work all!

|---------+---------------------------------->
| | Bruce Momjian |
| | <pgman@candle.pha.pa.us|
| | > |
| | Sent by: |
| | pgsql-hackers-owner@pos|
| | tgresql.org |
| | |
| | |
| | 04/27/2004 08:27 AM |
| | |
|---------+---------------------------------->

------------------------------------------------------------------------------------------------------------------------------|

| |
| To: PostgreSQL-development <pgsql-hackers@postgresql.org> |
| cc: |
| Subject: [HACKERS] 7.5 features |

------------------------------------------------------------------------------------------------------------------------------|

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

--
  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

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

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

*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies.
*************************************************************************

#3Richard Huxton
dev@archonet.com
In reply to: Bruce Momjian (#1)
How to Welcome Windows Users (was Re: 7.5 features)

On Tuesday 27 April 2004 14:27, Bruce Momjian wrote:

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

Sounds like the biggest release since 7.0 to me, and all good stuff. I do have
a nagging concern with the Windows support though. I'm guessing most people
running Windows servers will either be running php on top, or have windows
clients. AFAIK this means .NET or ODBC, and for older Access-based systems
upgrading definitely ODBC.

Dave Page has bravely stepped into the breach to maintain the ODBC driver, but
the niggles in it will generate a flood of support messages as Windows users
test it out. Basically, I'm asking what would need to be done technically for
the ODBC driver, and is there anything a non-hacker can do to help?

--
Richard Huxton
Archonet Ltd

#4Martín Marqués
martin@bugs.unl.edu.ar
In reply to: Bruce Momjian (#1)
Re: 7.5 features

El Tuesday 27 April 2004 10:27, Bruce Momjian escribió:

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

How's Jans' Slowny-I doing? Any chance of getting it at least in the contribs
(depending on how stable it gets)?

--
11:21:02 up 49 days, 15:45, 4 users, load average: 0.53, 0.68, 0.71
-----------------------------------------------------------------
Martín Marqués | select 'mmarques' || '@' || 'unl.edu.ar'
Centro de Telematica | DBA, Programador, Administrador
Universidad Nacional
del Litoral
-----------------------------------------------------------------

#5The Hermit Hacker
scrappy@hub.org
In reply to: Richard Huxton (#3)
Re: How to Welcome Windows Users (was Re: 7.5 features)

On Tue, 27 Apr 2004, Richard Huxton wrote:

Dave Page has bravely stepped into the breach to maintain the ODBC
driver, but the niggles in it will generate a flood of support messages
as Windows users test it out. Basically, I'm asking what would need to
be done technically for the ODBC driver, and is there anything a
non-hacker can do to help?

First question ... what niggles?

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

#6The Hermit Hacker
scrappy@hub.org
In reply to: Martín Marqués (#4)
Re: 7.5 features

On Tue, 27 Apr 2004, Martin Marques wrote:

El Tuesday 27 April 2004 10:27, Bruce Momjian escribió:

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

How's Jans' Slowny-I doing? Any chance of getting it at least in the contribs
(depending on how stable it gets)?

Zero chance ... Slony-I is *a* replication solution, not *the*
replication solution ... unless someone ever comes up with an 'end all and
be all' replication solution (which, personally, I don't think will ever
happen), we should not be officially endorsing any one replication
solution ...

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

#7Richard Huxton
dev@archonet.com
In reply to: Martín Marqués (#4)
Re: 7.5 features

On Tuesday 27 April 2004 15:22, Martin Marques wrote:

How's Jans' Slowny-I doing? Any chance of getting it at least in the
contribs (depending on how stable it gets)?

There was a post from Jan the other day (on General iirc) - I think he's
looking for testers at the moment before he goes to feature-freeze.

--
Richard Huxton
Archonet Ltd

#8Rod Taylor
rbt@rbt.ca
In reply to: The Hermit Hacker (#6)
Re: 7.5 features

How's Jans' Slowny-I doing? Any chance of getting it at least in the contribs
(depending on how stable it gets)?

Zero chance ... Slony-I is *a* replication solution, not *the*
replication solution ... unless someone ever comes up with an 'end all and

Not to mention Jan doesn't want it to be in contrib as that would imply
it was version specific. One of the more popular uses of Slony will be
version upgrades with minimal downtime.

#9Bruce Momjian
bruce@momjian.us
In reply to: Martín Marqués (#4)
Re: 7.5 features

Martin Marques wrote:

El Tuesday 27 April 2004 10:27, Bruce Momjian escribi?:

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

How's Jans' Slowny-I doing? Any chance of getting it at least in the contribs
(depending on how stable it gets)?

Yep, I forgot that, though it is independent of the 7.5 release. I
think Jan will make a final release in a few months. I also should
mention server-side java, again also an independent project.

-- 
  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
#10Matthew T. O'Connor
matthew@zeut.net
In reply to: Bruce Momjian (#1)
Re: 7.5 features

On Tue, 2004-04-27 at 09:27, Bruce Momjian wrote:

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

Dare I even mention calling it 8.0? (ducks and runs for cover...)

#11Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: 7.5 features

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Here are features that are being worked on, hopefully for 7.5:
o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

Not to rain on the parade, but the *only* one of these I have any
confidence in seeing for 7.5 is the last (Windows port). The others
are still mostly or entirely handwaving, and I do not think we will
hold up the release for them once the Windows port starts looking
stable enough to beta-test.

regards, tom lane

#12scott.marlowe
scott.marlowe@ihs.com
In reply to: Richard Huxton (#3)
Re: How to Welcome Windows Users (was Re: 7.5 features)

On Tue, 27 Apr 2004, Richard Huxton wrote:

On Tuesday 27 April 2004 14:27, Bruce Momjian wrote:

Here are features that are being worked on, hopefully for 7.5:

o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

If we get the majority of them, and I think we will, this will be a
great release.

Sounds like the biggest release since 7.0 to me, and all good stuff. I do have
a nagging concern with the Windows support though. I'm guessing most people
running Windows servers will either be running php on top, or have windows
clients. AFAIK this means .NET or ODBC, and for older Access-based systems
upgrading definitely ODBC.

Dave Page has bravely stepped into the breach to maintain the ODBC driver, but
the niggles in it will generate a flood of support messages as Windows users
test it out. Basically, I'm asking what would need to be done technically for
the ODBC driver, and is there anything a non-hacker can do to help?

I would say the OLE-DB driver would be nice to have ready to go. There
are apparently a few projects on source forge to make one that are making
good progress, and it would be nice to have a fairly workable solution
about the time 7.5 rolls out.

#13Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#11)
Re: 7.5 features

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Here are features that are being worked on, hopefully for 7.5:
o tablespaces (Gavin)
o nested transactions (Alvaro)
o two-phase commit (Heikki Linnakangas)
o integrated pg_autovacuum (O'Connor)
o PITR (Riggs)
o Win32 (Claudio, Magnus)

Not to rain on the parade, but the *only* one of these I have any
confidence in seeing for 7.5 is the last (Windows port). The others
are still mostly or entirely handwaving, and I do not think we will
hold up the release for them once the Windows port starts looking
stable enough to beta-test.

Gavin says he has patches for tablespaces, Alvaro has submitted patches
already, server-side java is heading into beta, and Heikki has two-phase
commit patches because he already worried about drift. PITR patches
have been submitted too. I wouldn't call them done, but I wouldn't call
them handwaving either.

What we really need is for these folks to start finalizing their patches
and get them submitted.

-- 
  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
#14Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#13)
Re: 7.5 features

Bruce Momjian <pgman@candle.pha.pa.us> writes:

What we really need is for these folks to start finalizing their patches
and get them submitted.

Eggzackle ... my point is that I see the win32 train leaving the station
pretty soon, and I don't see anyone else ready to get on board.

regards, tom lane

#15Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#13)
Re: 7.5 features

Bruce Momjian <pgman@candle.pha.pa.us> writes:

What we really need is for these folks to start finalizing their patches
and get them submitted.

Eggzackle ... my point is that I see the win32 train leaving the station
pretty soon, and I don't see anyone else ready to get on board.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

#16Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#14)
Re: 7.5 features

Tom Lane said:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

What we really need is for these folks to start finalizing their
patches and get them submitted.

Eggzackle ... my point is that I see the win32 train leaving the
station pretty soon, and I don't see anyone else ready to get on board.

Not quite yet - yesterday I got hold of a windows box for the first time
in months and had significant building problems (the symlink problem and
others). This needs to be robust. I will be sending in some fixes in due
course.

Is it time to set a tentative target date for a feature freeze, though?
Perhaps some time in mid to late June would be good. That way people could
work to a known timeline.

cheers

andrew

#17Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#16)
Re: 7.5 features

Andrew Dunstan wrote:

Tom Lane said:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

What we really need is for these folks to start finalizing their
patches and get them submitted.

Eggzackle ... my point is that I see the win32 train leaving the
station pretty soon, and I don't see anyone else ready to get on board.

Not quite yet - yesterday I got hold of a windows box for the first time
in months and had significant building problems (the symlink problem and
others). This needs to be robust. I will be sending in some fixes in due
course.

Is it time to set a tentative target date for a feature freeze, though?
Perhaps some time in mid to late June would be good. That way people could
work to a known timeline.

Yes, that was the timeline I was considering too.

Folks, we can be sure you have until the end of May to complete items,
but after that, we don't know how soon the feature freeze will happen.

-- 
  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
#18The Hermit Hacker
scrappy@hub.org
In reply to: Andrew Dunstan (#16)
Re: 7.5 features

On Thu, 29 Apr 2004, Andrew Dunstan wrote:

Tom Lane said:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

What we really need is for these folks to start finalizing their
patches and get them submitted.

Eggzackle ... my point is that I see the win32 train leaving the
station pretty soon, and I don't see anyone else ready to get on board.

Not quite yet - yesterday I got hold of a windows box for the first time
in months and had significant building problems (the symlink problem and
others). This needs to be robust. I will be sending in some fixes in due
course.

Is it time to set a tentative target date for a feature freeze, though?
Perhaps some time in mid to late June would be good. That way people could
work to a known timeline.

Right now, the feature freeze is tentative for 1st of June, which has been
thrown around a few times already ...

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

#19Andrew Dunstan
andrew@dunslane.net
In reply to: The Hermit Hacker (#18)
Re: 7.5 features

Marc G. Fournier wrote:

Right now, the feature freeze is tentative for 1st of June, which has been
thrown around a few times already ...

If it has I've missed it - always seemed somewhat vaguer to me.

Thanks

andrew

#20Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#18)
Re: 7.5 features

Marc G. Fournier wrote:

On Thu, 29 Apr 2004, Andrew Dunstan wrote:

Tom Lane said:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

What we really need is for these folks to start finalizing their
patches and get them submitted.

Eggzackle ... my point is that I see the win32 train leaving the
station pretty soon, and I don't see anyone else ready to get on board.

Not quite yet - yesterday I got hold of a windows box for the first time
in months and had significant building problems (the symlink problem and
others). This needs to be robust. I will be sending in some fixes in due
course.

Is it time to set a tentative target date for a feature freeze, though?
Perhaps some time in mid to late June would be good. That way people could
work to a known timeline.

Right now, the feature freeze is tentative for 1st of June, which has been
thrown around a few times already ...

Yea, I think I remember that date being mentioned.

-- 
  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
#21Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#19)
#22Matthew T. O'Connor
matthew@zeut.net
In reply to: Bruce Momjian (#21)
#23Bruce Momjian
bruce@momjian.us
In reply to: Matthew T. O'Connor (#22)
#24Merlin Moncure
merlin.moncure@rcsonline.com
In reply to: Bruce Momjian (#23)
#25The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#21)
#26Bruce Momjian
bruce@momjian.us
In reply to: Merlin Moncure (#24)
#27Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#25)
#28Andrew Sullivan
ajs@crankycanuck.ca
In reply to: Bruce Momjian (#21)
#29Tom Lane
tgl@sss.pgh.pa.us
In reply to: Merlin Moncure (#24)
#30Bruce Momjian
bruce@momjian.us
In reply to: Andrew Sullivan (#28)
#31Matthew T. O'Connor
matthew@zeut.net
In reply to: Bruce Momjian (#26)
#32Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#29)
#33Bruce Momjian
bruce@momjian.us
In reply to: Matthew T. O'Connor (#31)
#34Merlin Moncure
merlin.moncure@rcsonline.com
In reply to: Bruce Momjian (#33)
#35The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#26)
#36The Hermit Hacker
scrappy@hub.org
In reply to: Matthew T. O'Connor (#31)
#37The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#27)
#38The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#32)
#39Dann Corbit
DCorbit@connx.com
In reply to: The Hermit Hacker (#38)
#40The Hermit Hacker
scrappy@hub.org
In reply to: Merlin Moncure (#34)
#41Simon Riggs
simon@2ndQuadrant.com
In reply to: The Hermit Hacker (#35)
#42The Hermit Hacker
scrappy@hub.org
In reply to: Simon Riggs (#41)
#43Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#40)
#44Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#37)
#45The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#44)
#46Andrew Dunstan
andrew@dunslane.net
In reply to: The Hermit Hacker (#45)
#47Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#44)
#48The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#47)
#49Claudio Natoli
claudio.natoli@memetrics.com
In reply to: The Hermit Hacker (#48)
#50Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#48)
#51Claudio Natoli
claudio.natoli@memetrics.com
In reply to: Bruce Momjian (#50)
#52Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#45)
#53Bruce Momjian
bruce@momjian.us
In reply to: Claudio Natoli (#51)
#54Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#52)
#55The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#52)
#56Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#55)
#57The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#56)
#58Tom Lane
tgl@sss.pgh.pa.us
In reply to: Claudio Natoli (#49)
#59Matthew T. O'Connor
matthew@zeut.net
In reply to: The Hermit Hacker (#36)
#60Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#57)
#61The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#60)
#62The Hermit Hacker
scrappy@hub.org
In reply to: Matthew T. O'Connor (#59)
#63Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#61)
#64Thomas Hallgren
thhal@mailblocks.com
In reply to: Tom Lane (#14)
#65Magnus Hagander
magnus@hagander.net
In reply to: Bruce Momjian (#63)
#66Magnus Hagander
magnus@hagander.net
In reply to: Magnus Hagander (#65)
#67Peter Eisentraut
peter_e@gmx.net
In reply to: Magnus Hagander (#66)
#68Andrew Dunstan
andrew@dunslane.net
In reply to: Thomas Hallgren (#64)
#69The Hermit Hacker
scrappy@hub.org
In reply to: Peter Eisentraut (#67)
#70Andrew Dunstan
andrew@dunslane.net
In reply to: The Hermit Hacker (#69)
#71Andrew Sullivan
ajs@crankycanuck.ca
In reply to: The Hermit Hacker (#45)
#72Hans-Jürgen Schönig
postgres@cybertec.at
In reply to: Andrew Dunstan (#46)
#73Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Hans-Jürgen Schönig (#72)
#74The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#1)
#75Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#54)
#76Bruce Momjian
bruce@momjian.us
In reply to: Jan Wieck (#75)
#77Hannu Krosing
hannu@tm.ee
In reply to: Bruce Momjian (#76)
#78Bruce Momjian
bruce@momjian.us
In reply to: Hannu Krosing (#77)
#79The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#76)
#80Rod Taylor
rbt@rbt.ca
In reply to: The Hermit Hacker (#79)
#81Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: The Hermit Hacker (#79)
#82Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#79)
#83The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#78)
#84The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#82)
#85Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#83)
#86Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#84)
#87Bruno Wolff III
bruno@wolff.to
In reply to: The Hermit Hacker (#84)
#88The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#85)
#89The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#86)
#90The Hermit Hacker
scrappy@hub.org
In reply to: Bruno Wolff III (#87)
#91Hans-Jürgen Schönig
postgres@cybertec.at
In reply to: The Hermit Hacker (#88)
#92Bruce Momjian
bruce@momjian.us
In reply to: Hans-Jürgen Schönig (#91)
#93Jan Wieck
JanWieck@Yahoo.com
In reply to: The Hermit Hacker (#79)
#94Jan Wieck
JanWieck@Yahoo.com
In reply to: Christopher Kings-Lynne (#81)
#95Bruce Momjian
bruce@momjian.us
In reply to: Jan Wieck (#94)
#96Bruce Momjian
bruce@momjian.us
In reply to: Jan Wieck (#93)
#97Jan Wieck
JanWieck@Yahoo.com
In reply to: Hans-Jürgen Schönig (#91)
#98Bruce Momjian
bruce@momjian.us
In reply to: Jan Wieck (#97)
#99Zeugswetter Andreas SB SD
ZeugswetterA@spardat.at
In reply to: Bruce Momjian (#98)
#100Bruce Momjian
bruce@momjian.us
In reply to: Zeugswetter Andreas SB SD (#99)
#101Robert Treat
xzilla@users.sourceforge.net
In reply to: Bruce Momjian (#92)
#102The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#98)
#103Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#102)
#104Mario Weilguni
mweilguni@sime.com
In reply to: Hans-Jürgen Schönig (#91)
#105Mike Mascari
mascarm@mascari.com
In reply to: Mario Weilguni (#104)
#106Simon Riggs
simon@2ndQuadrant.com
In reply to: Bruce Momjian (#95)
#107Gaetano Mendola
mendola@bigfoot.com
In reply to: Hans-Jürgen Schönig (#91)
#108Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#103)
#109Joshua D. Drake
jd@commandprompt.com
In reply to: Simon Riggs (#106)
#110The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#109)
#111Joshua D. Drake
jd@commandprompt.com
In reply to: Mario Weilguni (#104)
#112Jan Wieck
JanWieck@Yahoo.com
In reply to: Mario Weilguni (#104)
#113Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#110)
#114Bruce Momjian
bruce@momjian.us
In reply to: Simon Riggs (#106)
#115The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#113)
#116Mike Mascari
mascarm@mascari.com
In reply to: Bruce Momjian (#114)
#117Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Zeugswetter Andreas SB SD (#99)
#118Bruce Momjian
bruce@momjian.us
In reply to: Mike Mascari (#116)
#119The Hermit Hacker
scrappy@hub.org
In reply to: Mike Mascari (#116)
#120Jan Wieck
JanWieck@Yahoo.com
In reply to: The Hermit Hacker (#110)
#121Jan Wieck
JanWieck@Yahoo.com
In reply to: The Hermit Hacker (#115)
#122Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Jan Wieck (#108)
#123Joshua D. Drake
jd@commandprompt.com
In reply to: Jan Wieck (#121)
#124Joshua D. Drake
jd@commandprompt.com
In reply to: Joshua D. Drake (#123)
#125Bruce Momjian
bruce@momjian.us
In reply to: Joshua D. Drake (#109)
#126Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#115)
#127Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Bruce Momjian (#92)
#128Mike Mascari
mascarm@mascari.com
In reply to: The Hermit Hacker (#119)
#129The Hermit Hacker
scrappy@hub.org
In reply to: Jan Wieck (#121)
#130The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#124)
#131The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#126)
#132Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#130)
#133Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#129)
#134Andrew Dunstan
andrew@dunslane.net
In reply to: Bruce Momjian (#126)
#135Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#119)
#136Bruno Wolff III
bruno@wolff.to
In reply to: Bruce Momjian (#114)
#137Joshua D. Drake
jd@commandprompt.com
In reply to: Bruce Momjian (#135)
#138The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#137)
#139Bruce Momjian
bruce@momjian.us
In reply to: Alvaro Herrera (#117)
#140Hans-Jürgen Schönig
postgres@cybertec.at
In reply to: Mike Mascari (#128)
#141Mario Weilguni
mweilguni@sime.com
In reply to: Joshua D. Drake (#111)
#142Mario Weilguni
mweilguni@sime.com
In reply to: Jan Wieck (#112)
#143Greg Copeland
greg@CopelandConsulting.Net
In reply to: Mario Weilguni (#141)
#144Mario Weilguni
mweilguni@sime.com
In reply to: Greg Copeland (#143)
#145Peter Eisentraut
peter_e@gmx.net
In reply to: The Hermit Hacker (#115)
#146Peter Eisentraut
peter_e@gmx.net
In reply to: Joshua D. Drake (#113)
#147Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Peter Eisentraut (#145)
#148Marko Karppinen
marko@karppinen.fi
In reply to: Peter Eisentraut (#145)
#149Richard Huxton
dev@archonet.com
In reply to: Marko Karppinen (#148)
#150Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Alvaro Herrera (#117)
#151Magnus Hagander
magnus@hagander.net
In reply to: Heikki Linnakangas (#150)
#152Robert Treat
xzilla@users.sourceforge.net
In reply to: The Hermit Hacker (#119)
#153Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#138)
#154Joshua D. Drake
jd@commandprompt.com
In reply to: Peter Eisentraut (#146)
#155Andrew Sullivan
ajs@crankycanuck.ca
In reply to: Jan Wieck (#75)
#156The Hermit Hacker
scrappy@hub.org
In reply to: Robert Treat (#152)
#157Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#156)
#158Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#156)
#159Greg Copeland
greg@CopelandConsulting.Net
In reply to: Andrew Sullivan (#155)
#160Bruce Momjian
bruce@momjian.us
In reply to: Joshua D. Drake (#157)
#161Peter Eisentraut
peter_e@gmx.net
In reply to: Joshua D. Drake (#154)
#162Peter Eisentraut
peter_e@gmx.net
In reply to: Marko Karppinen (#148)
#163Joshua D. Drake
jd@commandprompt.com
In reply to: Peter Eisentraut (#161)
#164Peter Eisentraut
peter_e@gmx.net
In reply to: Joshua D. Drake (#163)
#165Joshua D. Drake
jd@commandprompt.com
In reply to: Peter Eisentraut (#164)
#166Peter Eisentraut
peter_e@gmx.net
In reply to: Joshua D. Drake (#165)
#167Joshua D. Drake
jd@commandprompt.com
In reply to: Peter Eisentraut (#166)
#168Peter Eisentraut
peter_e@gmx.net
In reply to: Joshua D. Drake (#167)
#169Joshua D. Drake
jd@commandprompt.com
In reply to: Peter Eisentraut (#168)
#170Greg Sabino Mullane
greg@turnstep.com
In reply to: Bruce Momjian (#135)
#171Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Joshua D. Drake (#157)
#172Claudio Natoli
claudio.natoli@memetrics.com
In reply to: Christopher Kings-Lynne (#171)
#173Lamar Owen
lamar.owen@wgcr.org
In reply to: Joshua D. Drake (#167)
#174Joshua D. Drake
jd@commandprompt.com
In reply to: Lamar Owen (#173)
#175Lamar Owen
lamar.owen@wgcr.org
In reply to: Joshua D. Drake (#174)
#176The Hermit Hacker
scrappy@hub.org
In reply to: Alvaro Herrera (#117)
#177The Hermit Hacker
scrappy@hub.org
In reply to: Heikki Linnakangas (#150)
#178The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#174)
#179Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: The Hermit Hacker (#178)
#180Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#176)
#181Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#178)
#182Joshua D. Drake
jd@commandprompt.com
In reply to: Tatsuo Ishii (#179)
#183Richard Huxton
dev@archonet.com
In reply to: Greg Sabino Mullane (#170)
#184The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#180)
#185Bruce Momjian
bruce@momjian.us
In reply to: Richard Huxton (#183)
#186Tom Lane
tgl@sss.pgh.pa.us
In reply to: Richard Huxton (#183)
#187Josh Berkus
josh@agliodbs.com
In reply to: Tom Lane (#186)
#188Josh Berkus
josh@agliodbs.com
In reply to: Josh Berkus (#187)
#189Tom Lane
tgl@sss.pgh.pa.us
In reply to: Josh Berkus (#188)
#190Andrew Dunstan
andrew@dunslane.net
In reply to: Josh Berkus (#187)
#191Robert Treat
xzilla@users.sourceforge.net
In reply to: Josh Berkus (#188)
#192Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#190)
#193Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#145)
#194Bruce Momjian
bruce@momjian.us
In reply to: Robert Treat (#191)
#195Magnus Hagander
magnus@hagander.net
In reply to: Bruce Momjian (#194)
#196Hans-Jürgen Schönig
postgres@cybertec.at
In reply to: Josh Berkus (#187)
#197Josh Berkus
josh@agliodbs.com
In reply to: Tom Lane (#189)
#198Bruce Momjian
bruce@momjian.us
In reply to: Josh Berkus (#197)
#199Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Christopher Kings-Lynne (#171)
#200Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#193)
#201Joshua D. Drake
jd@commandprompt.com
In reply to: Andrew Dunstan (#200)
#202The Hermit Hacker
scrappy@hub.org
In reply to: Josh Berkus (#187)
#203The Hermit Hacker
scrappy@hub.org
In reply to: Andrew Dunstan (#190)
#204The Hermit Hacker
scrappy@hub.org
In reply to: Hans-Jürgen Schönig (#196)
#205The Hermit Hacker
scrappy@hub.org
In reply to: Josh Berkus (#188)
#206The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#194)
#207Andrew Dunstan
andrew@dunslane.net
In reply to: The Hermit Hacker (#202)
#208Andrew Dunstan
andrew@dunslane.net
In reply to: The Hermit Hacker (#203)
#209The Hermit Hacker
scrappy@hub.org
In reply to: Andrew Dunstan (#208)
#210Josh Berkus
josh@agliodbs.com
In reply to: The Hermit Hacker (#205)
#211Gaetano Mendola
mendola@bigfoot.com
In reply to: Greg Copeland (#159)
#212Robert Treat
xzilla@users.sourceforge.net
In reply to: Gaetano Mendola (#211)
#213David Garamond
lists@zara.6.isreserved.com
In reply to: Robert Treat (#212)
#214Gaetano Mendola
mendola@bigfoot.com
In reply to: David Garamond (#213)
#215Mark Kirkwood
mark.kirkwood@catalyst.net.nz
In reply to: David Garamond (#213)
#216Matthew T. O'Connor
matthew@zeut.net
In reply to: Mark Kirkwood (#215)
#217Tom Lane
tgl@sss.pgh.pa.us
In reply to: Matthew T. O'Connor (#216)
#218The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#217)
#219Mark Kirkwood
mark.kirkwood@catalyst.net.nz
In reply to: Matthew T. O'Connor (#216)
#220Magnus Hagander
magnus@hagander.net
In reply to: Mark Kirkwood (#219)
#221Oliver Jowett
oliver@opencloud.com
In reply to: Magnus Hagander (#220)
#222Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Bruce Momjian (#135)
#223Joshua D. Drake
jd@commandprompt.com
In reply to: Alvaro Herrera (#222)
#224Gavin Sherry
swm@linuxworld.com.au
In reply to: Alvaro Herrera (#222)
#225J. Andrew Rogers
jrogers@neopolitan.com
In reply to: Alvaro Herrera (#222)
#226Josh Berkus
josh@agliodbs.com
In reply to: Alvaro Herrera (#222)
#227Andrew Dunstan
andrew@dunslane.net
In reply to: Gavin Sherry (#224)
#228Josh Berkus
josh@agliodbs.com
In reply to: Josh Berkus (#226)
#229Rod Taylor
rbt@rbt.ca
In reply to: Alvaro Herrera (#222)
#230Rod Taylor
rbt@rbt.ca
In reply to: The Hermit Hacker (#119)
#231Andrew Dunstan
andrew@dunslane.net
In reply to: Rod Taylor (#229)
#232Nicholas Walker
nick@walkerdatanet.com
In reply to: Rod Taylor (#229)
#233Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Alvaro Herrera (#222)
#234Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Alvaro Herrera (#222)
#235Mike Mascari
mascarm@mascari.com
In reply to: Rod Taylor (#230)
#236Josh Berkus
josh@agliodbs.com
In reply to: Nicholas Walker (#232)
#237Dennis Bjorklund
db@zigo.dhs.org
In reply to: Josh Berkus (#236)
#238Merlin Moncure
merlin.moncure@rcsonline.com
In reply to: Dennis Bjorklund (#237)
In reply to: Alvaro Herrera (#222)
#240David Fetter
david@fetter.org
In reply to: Alvaro Herrera (#222)
#241Stephen Frost
sfrost@snowman.net
In reply to: Alvaro Herrera (#222)
#242Nicholas Walker
nick@walkerdatanet.com
In reply to: Dennis Bjorklund (#237)
#243Matt Miller
mattm@epx.com
In reply to: Nicholas Walker (#242)
#244Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Alvaro Herrera (#222)
#245Ron Mayer
rm_pg@cheapcomplexdevices.com
In reply to: Alvaro Herrera (#222)
#246Junaili Lie
junaili@gmail.com
In reply to: Ron Mayer (#245)
#247Bruce Momjian
bruce@momjian.us
In reply to: Ron Mayer (#245)
#248Bruce Momjian
bruce@momjian.us
In reply to: Josh Berkus (#228)
#249Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#247)
#250Jim Nasby
Jim.Nasby@BlueTreble.com
In reply to: Alvaro Herrera (#222)
#251Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#249)
#252Michael Glaesemann
grzm@seespotcode.net
In reply to: Heikki Linnakangas (#244)
#253Gavin Sherry
swm@linuxworld.com.au
In reply to: Heikki Linnakangas (#244)
#254Andrew Dunstan
andrew@dunslane.net
In reply to: Michael Glaesemann (#252)
#255Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#254)
#256Chris Browne
cbbrowne@acm.org
In reply to: The Hermit Hacker (#119)
#257Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: David Fetter (#240)
#258Harald Fuchs
hf0614x@protecting.net
In reply to: The Hermit Hacker (#119)
#259Jochem van Dieten
jochemd@gmail.com
In reply to: Harald Fuchs (#258)
#260Dennis Bjorklund
db@zigo.dhs.org
In reply to: Christopher Kings-Lynne (#257)
#261Ron Mayer
rm_pg@cheapcomplexdevices.com
In reply to: Harald Fuchs (#258)
#262Simon Riggs
simon@2ndQuadrant.com
In reply to: Alvaro Herrera (#222)
#263William ZHANG
uniware@zedware.org
In reply to: The Hermit Hacker (#119)
#264Dawid Kuroczko
qnex42@gmail.com
In reply to: Alvaro Herrera (#222)
#265Dave Page
dpage@pgadmin.org
In reply to: Dawid Kuroczko (#264)
#266Andrew Dunstan
andrew@dunslane.net
In reply to: Dave Page (#265)
#267William ZHANG
uniware@zedware.org
In reply to: Dave Page (#265)
#268Andrew Dunstan
andrew@dunslane.net
In reply to: William ZHANG (#267)
#269Dave Page
dpage@pgadmin.org
In reply to: Andrew Dunstan (#268)
#270William ZHANG
uniware@zedware.org
In reply to: Dave Page (#269)
#271Merlin Moncure
merlin.moncure@rcsonline.com
In reply to: William ZHANG (#270)
#272Steve Atkins
steve@blighty.com
In reply to: William ZHANG (#267)
#273Merlin Moncure
merlin.moncure@rcsonline.com
In reply to: Steve Atkins (#272)
#274Magnus Hagander
magnus@hagander.net
In reply to: Merlin Moncure (#273)
#275Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#274)
#276Zeugswetter Andreas SB SD
ZeugswetterA@spardat.at
In reply to: Tom Lane (#275)
#277Bruce Momjian
bruce@momjian.us
In reply to: William ZHANG (#270)
#278Peter Eisentraut
peter_e@gmx.net
In reply to: Magnus Hagander (#274)
#279William ZHANG
uniware@zedware.org
In reply to: Merlin Moncure (#273)
#280William ZHANG
uniware@zedware.org
In reply to: William ZHANG (#270)
#281Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Dennis Bjorklund (#260)
#282Peter Eisentraut
peter_e@gmx.net
In reply to: Alvaro Herrera (#222)
#283Jim Nasby
Jim.Nasby@BlueTreble.com
In reply to: Peter Eisentraut (#282)