Open 7.3 items

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

Here are the open items for 7.3. We have one more month to address them
before beta.

---------------------------------------------------------------------------

P O S T G R E S Q L

7 . 3 O P E N I T E M S

Current at ftp://candle.pha.pa.us/pub/postgresql/open_items.

Source Code Changes
-------------------
Socket permissions - only install user can access db by default
unix_socket_permissions in postgresql.conf
NAMEDATALEN - disk/performance penalty for increase, 64, 128?
FUNC_MAX_ARGS - disk/performance penalty for increase, 24, 32?
Point-in-time recovery - ready for 7.3?
Allow easy display of usernames in a group (pg_hba.conf uses groups now)
Reindex/btree shrinkage - does reindex need work, can btree be shrunk?
DROP COLUMN - ready?
CLUSTER - ready?
display locks - ready?
Win32 - timefame?
Prepared statements - ready?
Schema handling - ready? interfaces? client apps?
Dependency - pg_dump auto-create dependencies for 7.2.X data?
glibc and mktime() - fix?
Functions Returning Sets - done?
ecpg and bison issues - solved?

Documentation Changes
---------------------

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Bruce Momjian (#1)
Re: Open 7.3 items

Schema handling - ready? interfaces? client apps?

With schemas, how about settings for automatically creating a schema for a
user when you create the user, etc.

Chris

#3Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#1)
Re: Open 7.3 items

On Tuesday 30 July 2002 11:50 pm, Bruce Momjian wrote:

Here are the open items for 7.3. We have one more month to address them
before beta.

Source Code Changes
-------------------

Bruce, is the config file location stuff not being addressed? I remember Mark
(mlw) had worked up the patch for a '-C' switch, there was discussion, etc.
Did it not make the todo?

If Peter or someone else doesn't beat me to it I might try my hand at that
one, as I would dearly love to be able to decouple the config files from
PGDATA. It has been discussed; consensus was not reached as I recall.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

#4Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#3)
Re: Open 7.3 items

Lamar Owen wrote:

On Tuesday 30 July 2002 11:50 pm, Bruce Momjian wrote:

Here are the open items for 7.3. We have one more month to address them
before beta.

Source Code Changes
-------------------

Bruce, is the config file location stuff not being addressed? I remember Mark
(mlw) had worked up the patch for a '-C' switch, there was discussion, etc.
Did it not make the todo?

If Peter or someone else doesn't beat me to it I might try my hand at that
one, as I would dearly love to be able to decouple the config files from
PGDATA. It has been discussed; consensus was not reached as I recall.

The issue was never resolved, so it did not make any lists.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Lamar Owen (#3)
Re: Open 7.3 items

Lamar Owen <lamar.owen@wgcr.org> writes:

Bruce, is the config file location stuff not being addressed? ...
If Peter or someone else doesn't beat me to it I might try my hand at that
one, as I would dearly love to be able to decouple the config files from
PGDATA. It has been discussed; consensus was not reached as I recall.

I believe that last part was the sticking point. If you can find some
consensus on how it ought to work, then go for it. My own opinion is
that there is nothing broken there; certainly nothing so broken that
we need to force a change under schedule pressure.

regards, tom lane

#6Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#5)
Re: Open 7.3 items

Tom Lane wrote:

Lamar Owen <lamar.owen@wgcr.org> writes:

Bruce, is the config file location stuff not being addressed? ...
If Peter or someone else doesn't beat me to it I might try my hand at that
one, as I would dearly love to be able to decouple the config files from
PGDATA. It has been discussed; consensus was not reached as I recall.

I believe that last part was the sticking point. If you can find some
consensus on how it ought to work, then go for it. My own opinion is
that there is nothing broken there; certainly nothing so broken that
we need to force a change under schedule pressure.

I don't feel we are under pressure. We have time to discuss and address
it.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#6)
Re: Open 7.3 items

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

Tom Lane wrote:

... My own opinion is
that there is nothing broken there; certainly nothing so broken that
we need to force a change under schedule pressure.

I don't feel we are under pressure. We have time to discuss and address
it.

Well, it's all a matter of how you look at it. Isn't the point of your
post that began this thread to start giving people a sense of time
pressure?

I agree that if we could quickly come to a resolution about how this
ought to work, there's plenty of time to go off and implement it. But
(1) we failed to come to a consensus before, so I'm not optimistic
than one will suddenly emerge now; (2) we've got a ton of other issues
that we *need* to deal with before beta. This one does not strike me
as a must-fix, and so I'm loathe to spend much development time on it
when there are so many open issues.

regards, tom lane

#8Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#7)
Re: Open 7.3 items

Tom Lane wrote:

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

Tom Lane wrote:

... My own opinion is
that there is nothing broken there; certainly nothing so broken that
we need to force a change under schedule pressure.

I don't feel we are under pressure. We have time to discuss and address
it.

Well, it's all a matter of how you look at it. Isn't the point of your
post that began this thread to start giving people a sense of time
pressure?

I agree that if we could quickly come to a resolution about how this
ought to work, there's plenty of time to go off and implement it. But
(1) we failed to come to a consensus before, so I'm not optimistic
than one will suddenly emerge now; (2) we've got a ton of other issues
that we *need* to deal with before beta. This one does not strike me
as a must-fix, and so I'm loathe to spend much development time on it
when there are so many open issues.

Well, it is up to the individuals involved. If someone wants to deal
with it, and gets a consensus, and comes up with a patch, let them.

The list is for time pressure on those items. It does not affect new
items.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#9Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: Open 7.3 items

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

Here are the open items for 7.3.

Some comments ...

Socket permissions - only install user can access db by default

I do not agree with this goal.

NAMEDATALEN - disk/performance penalty for increase, 64, 128?
FUNC_MAX_ARGS - disk/performance penalty for increase, 24, 32?

At the moment I don't see a lot of solid evidence that increasing
NAMEDATALEN has any performance penalty. Someone reported about
a 10% slowdown on pgbench with NAMEDATALEN=128 ... but Neil Conway
tried to reproduce the result, and got about a 10% *speedup*.
Personally I think 10% is well within the noise spectrum for
pgbench, and so it's difficult to claim that we have established
any performance difference at all. I have not tried to measure
FUNC_MAX_ARGS differences.

Point-in-time recovery - ready for 7.3?

At the moment, it doesn't exist at all. If patches appear, we can
review 'em, but right now there is nothing to debate.

DROP COLUMN - ready?

I'm on it.

Win32 - timefame?

I've seen nothing to make me think this will be ready for 7.3.

Prepared statements - ready?

I think we're close there; the patch seems okay, we're just debating
minor syntax issues.

Schema handling - ready? interfaces? client apps?

The backend will be ready (it's not quite yet). pg_dump is ready.
psql is very definitely not ready, nor is pgaccess. I don't know the
status for JDBC or ODBC; any comments? The other interface libraries
probably don't care.

Dependency - pg_dump auto-create dependencies for 7.2.X data?

Huh?

glibc and mktime() - fix?

We need a fix for this. Dunno what to do about it.

ecpg and bison issues - solved?

Not yet :-(. Anyone have a line into the bison project?

Other things on my radar screen:

* I have about zero confidence in the recent tuple-header-size-reduction
patches.

* pg_conversion stuff --- do we understand this thing's behavior under
failure conditions? Does it work properly with namespaces and
dependencies?

* pg_dumpall probably ought to dump database privilege settings, also
per-user and per-database GUC settings.

* BeOS and QNX4 ports are busted.

* The whole area of which implicit coercions should be allowed is a
serious problem that we have not spent enough time on. There are
a number of cases in which CVS tip is clearly broken compared to
prior releases.

* Bear Giles' SSL patches seem to be causing unhappiness in some
quarters.

* libpqxx is not integrated into build process nor docs. It should
be integrated or reversed out before beta.

regards, tom lane

#10Dann Corbit
DCorbit@connx.com
In reply to: Tom Lane (#9)
Re: Open 7.3 items

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Tuesday, July 30, 2002 9:50 PM
To: Bruce Momjian
Cc: PostgreSQL-development
Subject: Re: [HACKERS] Open 7.3 items

[snip]

Win32 - timefame?

I may be able to contribute the Win32 stuff we have done here. (Not
sure of it, but they do seem more open to the idea now). It's only for
7.1.3, and so I am not sure how helpful it would be. There is also a
bunch of stuff that looks like this in the code:

#ifdef ICKY_WIN32_KLUDGE
/* Bletcherous hack to make it work in Win32 goes here... */
#else
/* Normal code goes here... */
#endif

Let me know if you are interested.

#11Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Tom Lane (#9)
Re: Open 7.3 items

* pg_conversion stuff --- do we understand this thing's behavior under
failure conditions?

As far as I know, automatic encoding conversion behaves well under
failure conditions.

Does it work properly with namespaces and
dependencies?

Yes.
--
Tatsuo Ishii

#12The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#1)
Re: Open 7.3 items

add in 'fix pg_hba.conf / password issues' to that too :)

On Tue, 30 Jul 2002, Bruce Momjian wrote:

Show quoted text

Here are the open items for 7.3. We have one more month to address them
before beta.

---------------------------------------------------------------------------

P O S T G R E S Q L

7 . 3 O P E N I T E M S

Current at ftp://candle.pha.pa.us/pub/postgresql/open_items.

Source Code Changes
-------------------
Socket permissions - only install user can access db by default
unix_socket_permissions in postgresql.conf
NAMEDATALEN - disk/performance penalty for increase, 64, 128?
FUNC_MAX_ARGS - disk/performance penalty for increase, 24, 32?
Point-in-time recovery - ready for 7.3?
Allow easy display of usernames in a group (pg_hba.conf uses groups now)
Reindex/btree shrinkage - does reindex need work, can btree be shrunk?
DROP COLUMN - ready?
CLUSTER - ready?
display locks - ready?
Win32 - timefame?
Prepared statements - ready?
Schema handling - ready? interfaces? client apps?
Dependency - pg_dump auto-create dependencies for 7.2.X data?
glibc and mktime() - fix?
Functions Returning Sets - done?
ecpg and bison issues - solved?

Documentation Changes
---------------------

--
Bruce Momjian                        |  http://candle.pha.pa.us
pgman@candle.pha.pa.us               |  (610) 853-3000
+  If your life is a hard drive,     |  830 Blythe Avenue
+  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#13The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#9)
Trim the Fat (Was: Re: Open 7.3 items )

On Wed, 31 Jul 2002, Tom Lane wrote:

* libpqxx is not integrated into build process nor docs. It should
be integrated or reversed out before beta.

I've requestsed that Jeorgen(sp?) move this over to GBorg ... its
something that can, and should be, built seperately from the base
distribution, along with at least a dozen other things we have bloating
the distribution now :( but at least that one hasn't been integrated yet
...

We got into 'creeping featurisms' in the beginning because we had no other
really central location to put stuff ... we do now, and with better
mechanisms in place for dealing with 'multiple maintainers' ... its
about time we start to trim the fat, before we can't fit through the
proverbial door anymore ...

Peronally, I find it quite annoying to have to download the complete
server distribution just to get libpq installed so that I can install
mod_php4 ... and with all the talk about 'why mysql vs pgsql' that has
been going on lately, its time to start look at how to make it easier to
'add a new interface' without having to download the whole distribution
'yet again' ...

#14Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#9)
Re: Open 7.3 items

Dependency - pg_dump auto-create dependencies for 7.2.X data?

Huh?

Taking a bunch of CREATE CONSTRAINT TRIGGERS and turning them into the
proper pg_constraint entries...

Chris

#15Thomas Lockhart
lockhart@fourpalms.org
In reply to: Bruce Momjian (#6)
Re: Open 7.3 items

...

I agree that if we could quickly come to a resolution about how this
ought to work, there's plenty of time to go off and implement it. But
(1) we failed to come to a consensus before, so I'm not optimistic
than one will suddenly emerge now; (2) we've got a ton of other issues
that we *need* to deal with before beta. This one does not strike me
as a must-fix, and so I'm loathe to spend much development time on it
when there are so many open issues.

afaict someone else volunteered to do the work. There is no lack of
consensus that this is a useful feature, at least among those who take
responsibility to package PostgreSQL for particular platforms. How about
letting them specify the requirements and if an acceptable solution
emerges soon, we'll have it for 7.3...

- Thomas

#16Kaare Rasmussen
kar@kakidata.dk
In reply to: Tom Lane (#9)
Re: Open 7.3 items

Schema handling - ready? interfaces? client apps?

status for JDBC or ODBC; any comments? The other interface libraries
probably don't care.

What about DBD::Pg?

--
Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582
Kaki Data tshirts, merchandize Fax: 3816 2501
Howitzvej 75 �ben 12.00-18.00 Web: www.suse.dk
2000 Frederiksberg L�rdag 12.00-16.00 Email:kar@kakidata.dk

#17Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Bruce Momjian (#1)
Re: Open 7.3 items

Le Mercredi 31 Juillet 2002 05:50, Bruce Momjian a écrit :

Source Code Changes

What about CREATE OR REPLACE VIEW which would be great for pgAdmin2. Thanks to
all of you./Jean-Michel POURE

#18Brett Schwarz
brett_schwarz@yahoo.com
In reply to: The Hermit Hacker (#13)
Re: Trim the Fat (Was: Re: Open 7.3 items )

I too do not like alot of bloat in the distribution, but I also agree
with what Andrew is saying.

Currently, at the FTP site, you can download the whole tar file, or in 4
separate tarballs. How hard would it be to create a separate tarball for
client related packages? I am not sure if this would be a *great*
solution, but it might be a good compromise.

--brett

On Wed, 2002-07-31 at 10:22, Andrew Sullivan wrote:

On Wed, Jul 31, 2002 at 02:08:33PM -0300, Marc G. Fournier wrote:

On Wed, 31 Jul 2002, Tom Lane wrote:

One reason for wanting to integrate libpqxx is that I don't think we'll
find out anything about its portability until we get a lot of people
trying to build it. If it's a separate distro that won't happen quickly.

Who cares? Those that need a C++ interface will know where to find it,
and will report bugs that they have ... why should it be tested on every
platform when we *might* only have those on the Linux platform using it?

This seems a bad argument. You can't say "we support interface xyz"
and never test it on anything except i80x86 Linux. Somebady comes
along and tries to make it go on Solaris, and it doesn't work: poof,
the cross-platform reputation that you and other have worked hard to
burnish goes away. Never mind that it's only a client library.

Besides, more generally, Postgres already has a reputation as being
difficult to install. The proposal to separate out all the
"non-basics" (I'm not even sure how one would draw that line: maybe a
server-only package and a client-library package run through GBorg?)
would mean that anyone wanting to do something moderately complicated
would have a yet higher hurdle. Isn't that a problem?

A

-- 
----
Andrew Sullivan                               87 Mowat Avenue 
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M6K 3E3
+1 416 646 3304 x110

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

--
Brett Schwarz
brett_schwarz AT yahoo.com

#19Neil Conway
neilc@samurai.com
In reply to: The Hermit Hacker (#13)
Re: Trim the Fat (Was: Re: Open 7.3 items )

On Wed, Jul 31, 2002 at 02:11:06AM -0300, Marc G. Fournier wrote:

On Wed, 31 Jul 2002, Tom Lane wrote:

* libpqxx is not integrated into build process nor docs. It should
be integrated or reversed out before beta.

I've requestsed that Jeorgen(sp?) move this over to GBorg ... its
something that can, and should be, built seperately from the base
distribution, along with at least a dozen other things we have bloating
the distribution now :( but at least that one hasn't been integrated yet
...

Mentioning that on -hackers would have been nice -- I've spent a while
this week hacking autoconf / Makefiles to integrate libpqxx...

The problem I have with removing libpqxx is that libpq++ is a far
inferior C++ interface. If we leave libpq++ as the only C++ interface
distributed with PostgreSQL, there will be a tendancy for people
using PostgreSQL & C++ to use the C++ support included with the
distribution. Similarly, the Perl interface included with
PostgreSQL is widely regarded as inferior to DBD::Pg.

If we're going to start removing interfaces, I'd vote for the removal of
perl5 & libpq++ as well as libpqxx. We can add a section to the
documentation listing the available language interfaces (for languages
like Python, where several interfaces exist, this would probably be a
good idea anyway).

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

#20Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#19)
Re: Trim the Fat (Was: Re: Open 7.3 items )

nconway@klamath.dyndns.org (Neil Conway) writes:

Mentioning that on -hackers would have been nice -- I've spent a while
this week hacking autoconf / Makefiles to integrate libpqxx...

Marc's opinion is not the same thing as a done deal ;-) --- we still
have to discuss this, and if someone's already doing the integration
work I think that's an important factor.

If we're going to start removing interfaces, I'd vote for the removal of
perl5 & libpq++ as well as libpqxx.

Agreed on that point. We shouldn't be promoting old, crufty interface
libraries when there are better ones available.

I would personally prefer to see libpqxx integrated now, and then we
could plan to remove libpq++ in a release or two (after giving people
a reasonable opportunity to switch over). If anyone still cares about
libpq++ at that point, it could be given a home on gborg.

One reason for wanting to integrate libpqxx is that I don't think we'll
find out anything about its portability until we get a lot of people
trying to build it. If it's a separate distro that won't happen quickly.

regards, tom lane

#21Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#1)
#22Neil Conway
neilc@samurai.com
In reply to: The Hermit Hacker (#12)
#23Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#21)
#24The Hermit Hacker
scrappy@hub.org
In reply to: Neil Conway (#19)
#25Ron Snyder
snyder@roguewave.com
In reply to: Tom Lane (#23)
#26The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#20)
#27The Hermit Hacker
scrappy@hub.org
In reply to: Neil Conway (#22)
#28Andrew Sullivan
andrew@libertyrms.info
In reply to: The Hermit Hacker (#26)
#29Jeff MacDonald
jeff@tsunamicreek.com
In reply to: Andrew Sullivan (#28)
#30The Hermit Hacker
scrappy@hub.org
In reply to: Andrew Sullivan (#28)
#31Andrew Sullivan
andrew@libertyrms.info
In reply to: Jeff MacDonald (#29)
#32Andrew Sullivan
andrew@libertyrms.info
In reply to: The Hermit Hacker (#30)
#33Iavor Raytchev
iavor.raytchev@verysmall.org
In reply to: Andrew Sullivan (#32)
#34Jeff MacDonald
jeff@tsunamicreek.com
In reply to: The Hermit Hacker (#30)
#35Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#9)
#36Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#9)
#37Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#36)
#38Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#36)
#39Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#35)
#40Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#35)
#41Tom Lane
tgl@sss.pgh.pa.us
In reply to: Rod Taylor (#40)
#42Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#9)
#43Bruce Momjian
bruce@momjian.us
In reply to: Dann Corbit (#10)
#44Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#38)
#45Bruce Momjian
bruce@momjian.us
In reply to: Christopher Kings-Lynne (#14)
#46Bruce Momjian
bruce@momjian.us
In reply to: Thomas Lockhart (#15)
#47Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#21)
#48Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#27)
#49Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#12)
#50Iavor Raytchev
iavor.raytchev@verysmall.org
In reply to: Bruce Momjian (#42)
#51Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#39)
#52Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#41)
#53Ron Snyder
snyder@roguewave.com
In reply to: Bruce Momjian (#52)
#54Bruce Momjian
bruce@momjian.us
In reply to: Andrew Sullivan (#31)
#55Bruce Momjian
bruce@momjian.us
In reply to: Ron Snyder (#53)
#56Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#9)
#57Ron Snyder
snyder@roguewave.com
In reply to: Peter Eisentraut (#56)
#58Bruce Momjian
bruce@momjian.us
In reply to: Ron Snyder (#57)
#59Ron Snyder
snyder@roguewave.com
In reply to: Bruce Momjian (#58)
#60Bruce Momjian
bruce@momjian.us
In reply to: Ron Snyder (#59)
#61Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Neil Conway (#19)
#62The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#48)
#63The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#55)
#64The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#60)
#65Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: The Hermit Hacker (#62)
#66Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#64)
#67The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#66)
#68Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#67)
#69The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#68)
#70Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#69)
#71The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#70)
#72Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#71)
#73Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#48)
#74Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#73)
#75The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#72)
#76Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#75)
#77Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#74)
#78Bruce Momjian
bruce@momjian.us
In reply to: Neil Conway (#77)
#79The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#76)
#80Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#79)
#81Stephen Deasey
stephen@bollocks.net
In reply to: Bruce Momjian (#80)
#82Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#79)
#83Hannu Krosing
hannu@tm.ee
In reply to: Bruce Momjian (#48)
#84Hannu Krosing
hannu@tm.ee
In reply to: The Hermit Hacker (#63)
#85Thomas Lockhart
lockhart@fourpalms.org
In reply to: The Hermit Hacker (#13)
#86Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thomas Lockhart (#85)
#87The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#86)
#88Dave Page
dpage@pgadmin.org
In reply to: Hannu Krosing (#84)
#89Alvaro Herrera
alvherre@atentus.com
In reply to: Bruce Momjian (#1)
#90Zeugswetter Andreas SB SD
ZeugswetterA@spardat.at
In reply to: Alvaro Herrera (#89)
#91Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Bruce Momjian (#1)
#92Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#87)
#93The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#92)
#94Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hannu Krosing (#83)
#95Bruce Momjian
bruce@momjian.us
In reply to: Jean-Michel POURE (#91)
#96Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#46)
#97Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#94)
#98Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#87)
#99The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#98)
#100Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#99)
#101Dann Corbit
DCorbit@connx.com
In reply to: Bruce Momjian (#97)
In reply to: Tom Lane (#94)
#103The Hermit Hacker
scrappy@hub.org
In reply to: Dann Corbit (#101)
#104The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#100)
#105Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#97)
#106Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#82)
#107Peter Eisentraut
peter_e@gmx.net
In reply to: The Hermit Hacker (#87)
#108Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#94)
#109Peter Eisentraut
peter_e@gmx.net
In reply to: Lamar Owen (#96)
#110Peter Eisentraut
peter_e@gmx.net
In reply to: The Hermit Hacker (#99)
#111Lamar Owen
lamar.owen@wgcr.org
In reply to: Peter Eisentraut (#109)
#112Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#105)
#113Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#106)
#114Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#108)
#115The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#113)
#116Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#115)
#117Joe Conway
mail@joeconway.com
In reply to: Bruce Momjian (#1)
In reply to: The Hermit Hacker (#26)
#119The Hermit Hacker
scrappy@hub.org
In reply to: Jeroen T. Vermeulen (#118)
In reply to: Dann Corbit (#101)
In reply to: Bruce Momjian (#116)
In reply to: The Hermit Hacker (#119)
#123Rod Taylor
rbt@rbt.ca
In reply to: Stephen Deasey (#81)
#124Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#113)
#125Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#124)
#126Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#125)
#127The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#125)
#128Greg Copeland
greg@CopelandConsulting.Net
In reply to: The Hermit Hacker (#127)
#129Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#127)
#130Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#125)
#131The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#129)
#132Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#125)
#133Joe Conway
mail@joeconway.com
In reply to: Bruce Momjian (#125)
#134Dave Page
dpage@pgadmin.org
In reply to: Joe Conway (#133)
#135Rod Taylor
rbt@rbt.ca
In reply to: Neil Conway (#130)
#136Neil Conway
neilc@samurai.com
In reply to: Rod Taylor (#135)
#137Rod Taylor
rbt@rbt.ca
In reply to: Neil Conway (#136)
#138Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#136)
#139Lamar Owen
lamar.owen@wgcr.org
In reply to: The Hermit Hacker (#127)
#140Neil Conway
neilc@samurai.com
In reply to: Tom Lane (#138)
#141Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#140)
In reply to: Tom Lane (#141)
#143Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#132)
#144The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#143)
#145Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Lamar Owen (#139)
#146Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hannu Krosing (#142)
#147Greg Copeland
greg@CopelandConsulting.Net
In reply to: Tom Lane (#146)
In reply to: Tom Lane (#146)
#149Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hannu Krosing (#148)
#150Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#139)
#151Michael Meskes
meskes@postgresql.org
In reply to: Bruce Momjian (#1)
#152Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Meskes (#151)
#153Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#150)
#154Karl DeBisschop
kdebisschop@alert.infoplease.com
In reply to: Lamar Owen (#153)
#155Lamar Owen
lamar.owen@wgcr.org
In reply to: Karl DeBisschop (#154)
#156Sean Chittenden
sean@chittenden.org
In reply to: Bruce Momjian (#150)
#157Bruce Momjian
bruce@momjian.us
In reply to: Sean Chittenden (#156)
#158Sean Chittenden
sean@chittenden.org
In reply to: Bruce Momjian (#157)
#159Bruce Momjian
bruce@momjian.us
In reply to: Sean Chittenden (#158)
#160Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#150)
In reply to: Bruce Momjian (#159)
#162Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#159)
#163Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#162)
#164Joe Conway
mail@joeconway.com
In reply to: Bruce Momjian (#159)
#165Bruce Momjian
bruce@momjian.us
In reply to: Hannu Krosing (#161)
In reply to: Bruce Momjian (#159)
#167Sean Chittenden
sean@chittenden.org
In reply to: Hannu Krosing (#161)
#168Sean Chittenden
sean@chittenden.org
In reply to: Hannu Krosing (#166)
#169Rod Taylor
rbt@rbt.ca
In reply to: Tom Lane (#162)
#170Noname
ngpg@grymmjack.com
In reply to: Bruce Momjian (#165)
#171Joe Conway
mail@joeconway.com
In reply to: Bruce Momjian (#159)
#172Andrew Sullivan
andrew@libertyrms.info
In reply to: Tom Lane (#162)
In reply to: Joe Conway (#171)
#174Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#157)
#175Alvaro Herrera
alvherre@atentus.com
In reply to: Noname (#170)
#176Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#174)
#177Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#160)
#178Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#177)
#179Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#177)
#180Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#178)
#181Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#179)
#182Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#180)
#183Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#182)
#184Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#183)
#185Rod Taylor
rbt@rbt.ca
In reply to: Tom Lane (#183)
#186Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#184)
#187Tom Lane
tgl@sss.pgh.pa.us
In reply to: Lamar Owen (#186)
#188Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#184)
#189Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#187)
#190Lamar Owen
lamar.owen@wgcr.org
In reply to: Tom Lane (#187)
#191Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#188)
#192Lamar Owen
lamar.owen@wgcr.org
In reply to: Vince Vielhaber (#189)
#193Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#192)
#194Vince Vielhaber
vev@michvhf.com
In reply to: Lamar Owen (#192)
#195Lamar Owen
lamar.owen@wgcr.org
In reply to: Vince Vielhaber (#194)
#196Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#193)
#197Tom Lane
tgl@sss.pgh.pa.us
In reply to: Lamar Owen (#195)
#198Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#178)
#199Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#197)
#200Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#199)
#201Nigel J. Andrews
nandrews@investsystems.co.uk
In reply to: Tom Lane (#162)
#202Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#200)
#203Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#202)
#204Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#202)
#205Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#203)
#206Noname
ngpg@grymmjack.com
In reply to: Bruce Momjian (#205)
#207Joe Conway
mail@joeconway.com
In reply to: Bruce Momjian (#159)
#208Mike Mascari
mascarm@mascari.com
In reply to: Bruce Momjian (#159)
#209Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mike Mascari (#208)
#210Michael Meskes
meskes@postgresql.org
In reply to: Tom Lane (#152)
#211Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#205)
#212Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#211)
#213Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#212)
#214Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#212)
#215Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#213)
#216Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#214)
#217Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#216)
#218Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#217)
#219Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#211)
#220Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#219)
#221Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#211)
#222Tom Lane
tgl@sss.pgh.pa.us
In reply to: Vince Vielhaber (#220)
#223Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#222)
#224Tom Lane
tgl@sss.pgh.pa.us
In reply to: Vince Vielhaber (#223)
#225Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#219)
#226Rod Taylor
rbt@rbt.ca
In reply to: Vince Vielhaber (#216)
#227Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#224)
#228Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#205)
#229Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#228)
#230Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#229)
#231Noname
ngpg@grymmjack.com
In reply to: Vince Vielhaber (#230)
#232Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#229)
#233Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#232)
#234Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#232)
#235Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#234)
#236Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#232)
#237Tom Lane
tgl@sss.pgh.pa.us
In reply to: Vince Vielhaber (#236)
#238Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#237)
#239Lee Kindness
lkindness@csl.co.uk
In reply to: Vince Vielhaber (#238)
#240Tom Lane
tgl@sss.pgh.pa.us
In reply to: Lee Kindness (#239)
#241Ross J. Reedstrom
reedstrm@rice.edu
In reply to: Vince Vielhaber (#238)
#242Larry Rosenman
ler@lerctr.org
In reply to: Ross J. Reedstrom (#241)
#243Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#236)
#244Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#243)
#245Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#240)
#246Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#245)
#247Vince Vielhaber
vev@michvhf.com
In reply to: Ross J. Reedstrom (#241)
#248Tom Lane
tgl@sss.pgh.pa.us
In reply to: Vince Vielhaber (#247)
#249Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#246)
#250Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#249)
#251Oliver Elphick
olly@lfix.co.uk
In reply to: Bruce Momjian (#250)
#252Noname
ngpg@grymmjack.com
In reply to: Bruce Momjian (#246)
#253Bruce Momjian
bruce@momjian.us
In reply to: Noname (#252)
#254Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#249)
#255Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#249)
#256Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#249)
#257Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#256)
#258Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#257)
#259Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#254)
#260Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#259)
#261Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#249)
#262Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#261)
#263Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#256)
#264Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#257)
#265Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#262)
#266Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#265)
#267Eric Redmond
redmonde@purdue.edu
In reply to: Tom Lane (#266)
#268Tom Lane
tgl@sss.pgh.pa.us
In reply to: Eric Redmond (#267)
#269Noname
ngpg@grymmjack.com
In reply to: Tom Lane (#266)
#270Lee Kindness
lkindness@csl.co.uk
In reply to: Bruce Momjian (#255)
#271Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#265)
#272Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#271)
#273Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#272)
#274Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#273)
#275Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#273)
#276Rod Taylor
rbt@rbt.ca
In reply to: Lamar Owen (#275)
#277Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#276)
#278Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#275)
#279Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#276)
#280Oliver Elphick
olly@lfix.co.uk
In reply to: Lamar Owen (#275)
#281Bruce Momjian
bruce@momjian.us
In reply to: Oliver Elphick (#280)
#282Oliver Elphick
olly@lfix.co.uk
In reply to: Bruce Momjian (#281)
#283Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#271)
#284Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oliver Elphick (#282)
#285Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#283)
#286Oliver Elphick
olly@lfix.co.uk
In reply to: Tom Lane (#284)
#287Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oliver Elphick (#280)
#288Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oliver Elphick (#286)
#289Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#288)
#290Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#283)
#291Oliver Elphick
olly@lfix.co.uk
In reply to: Tom Lane (#287)
#292Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oliver Elphick (#291)
#293ow
oneway_111@yahoo.com
In reply to: Tom Lane (#292)