Feature freeze date for 8.1

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

You might remember that when we released 8.0, the plan was to have a
12-month development cycle for 8.1, unless there were Win32 problems
that required complex fixes, in which case we would have a shorter 8.1
cycle.

Well the good news is that there have been almost no Win32 problems, but
the other good news is that we are getting a lot of powerful features
for 8.1 already:

o two-phase (Heikki Linnakangas, almost done)
o multiple out function paramters (Tom, done)
o bitmappted indexes (Tom, almost done)
o shared row locks (Alvaro, almost done)
o integrated auto-vacuum (Bruce)
o buffer cache fixes for SMP (Tom, done)

It is possible all these items will be done by sometime in June. Now,
if that happens, do we want to continue with the 12-month plan or
shorten the 8.1 release cycle, perhaps targeting a release in the
September/October timeframe?

The current core proposal is to do feature freeze on July 1, with the
understanding that we will be done most of the items above by then and
have the outstanding patches applied.

-- 
  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
#2Rob Butler
crodster2k@yahoo.com
In reply to: Bruce Momjian (#1)
Re: Feature freeze date for 8.1

As a user, I would definetly prefer to see 8.1
released sooner with the feature set listed below,
than wait another 6+ months for a few other features.
Additionally, the beta may go smoother/faster if you
don't have too many huge features going in at once.

Just my opinion.
Later
Rob
--- Bruce Momjian <pgman@candle.pha.pa.us> wrote:

You might remember that when we released 8.0, the
plan was to have a
12-month development cycle for 8.1, unless there
were Win32 problems
that required complex fixes, in which case we would
have a shorter 8.1
cycle.

Well the good news is that there have been almost no
Win32 problems, but
the other good news is that we are getting a lot of
powerful features
for 8.1 already:

o two-phase (Heikki Linnakangas, almost done)
o multiple out function paramters (Tom, done)
o bitmappted indexes (Tom, almost done)
o shared row locks (Alvaro, almost done)
o integrated auto-vacuum (Bruce)
o buffer cache fixes for SMP (Tom, done)

It is possible all these items will be done by
sometime in June. Now,
if that happens, do we want to continue with the
12-month plan or
shorten the 8.1 release cycle, perhaps targeting a
release in the
September/October timeframe?

The current core proposal is to do feature freeze on
July 1, with the
understanding that we will be done most of the items
above by then and
have the outstanding patches applied.

-- 
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 9: the planner will ignore your desire to choose
an index scan if your
joining column's datatypes do not match

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

#3Bruno Wolff III
bruno@wolff.to
In reply to: Bruce Momjian (#1)
Re: Feature freeze date for 8.1

On Thu, Apr 28, 2005 at 09:02:40 -0400,
Bruce Momjian <pgman@candle.pha.pa.us> wrote:

Well the good news is that there have been almost no Win32 problems, but
the other good news is that we are getting a lot of powerful features
for 8.1 already:

You forgot to list the indexed aggregate feature for max and min. While
this isn't that important for experienced postgres users, it is a gotcha
for new users. Between this, integrated autovacuum and the cross type
index changes in 8.0 we have covered almost all of the newbie gotchas.
This should make Postgres effectively equivalent in difficulty with
getting started for new users as MySQL. That could significantly
boost usage for low end use once word gets out.

#4Andreas Pflug
pgadmin@pse-consulting.de
In reply to: Bruce Momjian (#1)
Re: Feature freeze date for 8.1

Bruce Momjian wrote:

You might remember that when we released 8.0, the plan was to have a
12-month development cycle for 8.1, unless there were Win32 problems
that required complex fixes, in which case we would have a shorter 8.1
cycle.

Well the good news is that there have been almost no Win32 problems, but
the other good news is that we are getting a lot of powerful features
for 8.1 already:

o two-phase (Heikki Linnakangas, almost done)
o multiple out function paramters (Tom, done)
o bitmappted indexes (Tom, almost done)
o shared row locks (Alvaro, almost done)
o integrated auto-vacuum (Bruce)
o buffer cache fixes for SMP (Tom, done)

It is possible all these items will be done by sometime in June. Now,
if that happens, do we want to continue with the 12-month plan or
shorten the 8.1 release cycle, perhaps targeting a release in the
September/October timeframe?

The current core proposal is to do feature freeze on July 1, with the
understanding that we will be done most of the items above by then and
have the outstanding patches applied.

It seems to be a good idea to take the chance now to make a release.
Delaying the release would mean preventing the wide usage of features
although they appear production grade. OTOH, if feature freeze is
delayed some seemingly essential features for 8.1 which might arise in
the meantime might delay the release further, or induce late feature
exclusion when some last minute issues are discovered. Integrated
autovacuum seems good enough a reason to release early.

Regards,
Andreas

#5Chris Browne
cbbrowne@acm.org
In reply to: Bruce Momjian (#1)
Re: Feature freeze date for 8.1

In the last exciting episode, pgman@candle.pha.pa.us (Bruce Momjian) wrote:

o integrated auto-vacuum (Bruce)

If this can kick off a vacuum of a Very Large Table at an unfortunate
time, this can turn out to be a prety painful misfeature.

What I'd _really_ love to see (and alas, it's beyond my ken) is some
parallel to the FSM, namely a "Recently Updated Blocks Map," which
would enable a vacuuming approach that would not go through entire
tables, but which would rather go through only those blocks known to
be recently updated.

There continues to be trouble if you have a table that grows to 50
million rows where there are 100K rows that are being heavily
updated. In effect, only the 100K rows need facuuming.
--
(reverse (concatenate 'string "moc.liamg" "@" "enworbbc"))
http://linuxfinances.info/info/emacs.html
Group Dynamics
"Following Minsky and Schelling, consider a person as a society of
agents. A group is then a larger society of such agents. Understand
groups by examining interactions of coalitions of agents that
cross-cut their grouping into people."
-- Mark Miller

#6Tom Lane
tgl@sss.pgh.pa.us
In reply to: Chris Browne (#5)
Re: Feature freeze date for 8.1

Christopher Browne <cbbrowne@acm.org> writes:

In the last exciting episode, pgman@candle.pha.pa.us (Bruce Momjian) wrote:

o integrated auto-vacuum (Bruce)

If this can kick off a vacuum of a Very Large Table at an unfortunate
time, this can turn out to be a prety painful misfeature.

[ shrug... ] You'll always be able to turn it off if you don't want it.
I'm not sure that we'll be ready to turn it on by default even in 8.1.

regards, tom lane

#7Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#6)
Re: Feature freeze date for 8.1

Tom Lane wrote:

Christopher Browne <cbbrowne@acm.org> writes:

In the last exciting episode, pgman@candle.pha.pa.us (Bruce Momjian) wrote:

o integrated auto-vacuum (Bruce)

If this can kick off a vacuum of a Very Large Table at an unfortunate
time, this can turn out to be a prety painful misfeature.

[ shrug... ] You'll always be able to turn it off if you don't want it.
I'm not sure that we'll be ready to turn it on by default even in 8.1.

Agreed. It will just be there to turn on from postgresql.conf if you
want it, and we do have TODO information about keeping such an FSM for
recently expired pages.

-- 
  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
#8Matthew T. O'Connor
matthew@zeut.net
In reply to: Tom Lane (#6)
Re: Feature freeze date for 8.1

Tom Lane wrote:

Christopher Browne <cbbrowne@acm.org> writes:

If this can kick off a vacuum of a Very Large Table at an unfortunate
time, this can turn out to be a prety painful misfeature.

[ shrug... ] You'll always be able to turn it off if you don't want it.
I'm not sure that we'll be ready to turn it on by default even in 8.1.

What to people think about having an optional "maintenance window" so
that autovac only takes action during an approved time. But perhaps
just using the vacuum delay settings will be enough.

#9The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#6)
Re: Feature freeze date for 8.1

On Fri, 29 Apr 2005, Bruno Wolff III wrote:

On Fri, Apr 29, 2005 at 10:09:43 -0400,
Bruce Momjian <pgman@candle.pha.pa.us> wrote:

Tom Lane wrote:

Christopher Browne <cbbrowne@acm.org> writes:

In the last exciting episode, pgman@candle.pha.pa.us (Bruce Momjian) wrote:

o integrated auto-vacuum (Bruce)

If this can kick off a vacuum of a Very Large Table at an unfortunate
time, this can turn out to be a prety painful misfeature.

[ shrug... ] You'll always be able to turn it off if you don't want it.
I'm not sure that we'll be ready to turn it on by default even in 8.1.

Agreed. It will just be there to turn on from postgresql.conf if you
want it, and we do have TODO information about keeping such an FSM for
recently expired pages.

I think if we aren't finding problems in testing that it would be better
to turn pg_autovacuum on by default. Vacuum is something the burns new
users and having it one by default is going to cut down on surprises.

Except for the surprise of peridically having the system go unresponsive
because it hit a large table, and that new user wondering what is wrong
with postgresql that it just stalls seemingly randomly :(

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

#10Bruno Wolff III
bruno@wolff.to
In reply to: Bruce Momjian (#7)
Re: Feature freeze date for 8.1

On Fri, Apr 29, 2005 at 10:09:43 -0400,
Bruce Momjian <pgman@candle.pha.pa.us> wrote:

Tom Lane wrote:

Christopher Browne <cbbrowne@acm.org> writes:

In the last exciting episode, pgman@candle.pha.pa.us (Bruce Momjian) wrote:

o integrated auto-vacuum (Bruce)

If this can kick off a vacuum of a Very Large Table at an unfortunate
time, this can turn out to be a prety painful misfeature.

[ shrug... ] You'll always be able to turn it off if you don't want it.
I'm not sure that we'll be ready to turn it on by default even in 8.1.

Agreed. It will just be there to turn on from postgresql.conf if you
want it, and we do have TODO information about keeping such an FSM for
recently expired pages.

I think if we aren't finding problems in testing that it would be better
to turn pg_autovacuum on by default. Vacuum is something the burns new
users and having it one by default is going to cut down on surprises.
Experienced users know about vacuum and will probably read the release
notes when upgrading and do something that is appropiate for them.

#11Tom Lane
tgl@sss.pgh.pa.us
In reply to: Matthew T. O'Connor (#8)
Re: Feature freeze date for 8.1

"Matthew T. O'Connor" <matthew@zeut.net> writes:

What to people think about having an optional "maintenance window" so
that autovac only takes action during an approved time. But perhaps
just using the vacuum delay settings will be enough.

I'm not sure autovac should go completely catatonic during the day;
what if someone does an unusual mass deletion, or something? But
it does seem pretty reasonable to have a notion of a maintenance
window where it should be more active than it is at other times.

Maybe what you want is two complete sets of autovac parameters.
Definitely at least two sets of the vacuum-delay values.

regards, tom lane

#12Bruno Wolff III
bruno@wolff.to
In reply to: The Hermit Hacker (#9)
Re: Feature freeze date for 8.1

On Fri, Apr 29, 2005 at 12:43:37 -0300,
"Marc G. Fournier" <scrappy@postgresql.org> wrote:

On Fri, 29 Apr 2005, Bruno Wolff III wrote:

Except for the surprise of peridically having the system go unresponsive
because it hit a large table, and that new user wondering what is wrong
with postgresql that it just stalls seemingly randomly :(

I think most users running systems with that large of tables will know
what they are doing. And will be more careful with vacuum.

Vacuum running for a long time on large tables with few pages that need
updating is really a separate problem that could use its own solution.

#13The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#11)
Re: Feature freeze date for 8.1

On Fri, 29 Apr 2005, Tom Lane wrote:

"Matthew T. O'Connor" <matthew@zeut.net> writes:

What to people think about having an optional "maintenance window" so
that autovac only takes action during an approved time. But perhaps
just using the vacuum delay settings will be enough.

I'm not sure autovac should go completely catatonic during the day;
what if someone does an unusual mass deletion, or something? But
it does seem pretty reasonable to have a notion of a maintenance
window where it should be more active than it is at other times.

Maybe what you want is two complete sets of autovac parameters.
Definitely at least two sets of the vacuum-delay values.

With the introduction of the stats collector, is there not some way of
extending it so that autovac has more information to work off of? For
instance, in my environment, we have clients in every timezone hitting the
database ... our Japanese clients will be busy at a totally different time
of day then our East Coast/NA clients, so a 'maintenance window' is near
impossible to state ...

I know one person was talking about being able to target only those that
pages that have changes, instead of the whole table ... but some sort of
"load monitoring" that checks # of active connections and tries to find
'lulls'?

Basically, everything right now is being keyed to updates to the tables
themselves, but isn't looking at what the system itself is doing ... if
I'm doing a massive import of data into a table, the last time I want is a
VACUUM to cut in and slow down the loading ...

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

#14Chris Browne
cbbrowne@acm.org
In reply to: Bruce Momjian (#1)
Re: Feature freeze date for 8.1

Martha Stewart called it a Good Thing when scrappy@postgresql.org ("Marc G. Fournier") wrote:

I know one person was talking about being able to target only those
that pages that have changes, instead of the whole table ... but some
sort of "load monitoring" that checks # of active connections and
tries to find 'lulls'?

I have some "log table purging" processes I'd like to put in place; it
would be really slick to be able to get some statistics from the
system as to how busy the DB has been in the last little while.

The nice, adaptive algorithm:

- Loop forever

- Once a minute, evaluate how busy things seem, giving some metric X

-> If X is "high" then purge 10 elderly tuples from table log_table
-> If X is "moderate" then purge 100 elderly tuples from table
log_table
-> If X is "low" then purge 1000 elderly tuples from table
log_table

The trouble is in measuring some form of "X."

Some reasonable approximations might include:
- How much disk I/O was recorded in the last 60 seconds?
- How many application transactions (e.g. - invoices or such) were
issued in the last 60 seconds (monitoring a sequence could be
good enough).
--
output = reverse("gro.mca" "@" "enworbbc")
http://linuxfinances.info/info/slony.html
?OM ERROR

#15Jim Nasby
Jim.Nasby@BlueTreble.com
In reply to: The Hermit Hacker (#13)
Re: Feature freeze date for 8.1

I think what you're suggesting is that vacuum settings (most likely
delay) take into consideration the load on the database, which I think
is a great idea. One possibility is if vacuum tracks how many blocks
it's read/written, it can see how many blocks the database has done
overall; subtract the two and you know how much other disk IO is going
on in the system. You can then use that number to decide how long you'll
sleep before the next vacuum cycle.

On Fri, Apr 29, 2005 at 01:34:56PM -0300, Marc G. Fournier wrote:

On Fri, 29 Apr 2005, Tom Lane wrote:

"Matthew T. O'Connor" <matthew@zeut.net> writes:

What to people think about having an optional "maintenance window" so
that autovac only takes action during an approved time. But perhaps
just using the vacuum delay settings will be enough.

I'm not sure autovac should go completely catatonic during the day;
what if someone does an unusual mass deletion, or something? But
it does seem pretty reasonable to have a notion of a maintenance
window where it should be more active than it is at other times.

Maybe what you want is two complete sets of autovac parameters.
Definitely at least two sets of the vacuum-delay values.

With the introduction of the stats collector, is there not some way of
extending it so that autovac has more information to work off of? For
instance, in my environment, we have clients in every timezone hitting the
database ... our Japanese clients will be busy at a totally different time
of day then our East Coast/NA clients, so a 'maintenance window' is near
impossible to state ...

I know one person was talking about being able to target only those that
pages that have changes, instead of the whole table ... but some sort of
"load monitoring" that checks # of active connections and tries to find
'lulls'?

Basically, everything right now is being keyed to updates to the tables
themselves, but isn't looking at what the system itself is doing ... if
I'm doing a massive import of data into a table, the last time I want is a
VACUUM to cut in and slow down the loading ...

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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
Jim C. Nasby, Database Consultant decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

#16The Hermit Hacker
scrappy@hub.org
In reply to: Chris Browne (#14)
Re: Feature freeze date for 8.1

On Fri, 29 Apr 2005, Christopher Browne wrote:

Martha Stewart called it a Good Thing when scrappy@postgresql.org ("Marc G. Fournier") wrote:

I know one person was talking about being able to target only those
that pages that have changes, instead of the whole table ... but some
sort of "load monitoring" that checks # of active connections and
tries to find 'lulls'?

I have some "log table purging" processes I'd like to put in place; it
would be really slick to be able to get some statistics from the
system as to how busy the DB has been in the last little while.

The nice, adaptive algorithm:

- Loop forever

- Once a minute, evaluate how busy things seem, giving some metric X

-> If X is "high" then purge 10 elderly tuples from table log_table
-> If X is "moderate" then purge 100 elderly tuples from table
log_table
-> If X is "low" then purge 1000 elderly tuples from table
log_table

The trouble is in measuring some form of "X."

Some reasonable approximations might include:
- How much disk I/O was recorded in the last 60 seconds?
- How many application transactions (e.g. - invoices or such) were
issued in the last 60 seconds (monitoring a sequence could be
good enough).

Some way of doing a 'partial vacuum' would be nice ... where a VACUUM
could stop after it processed those '10 elderly tuples' and on the next
pass, resume from that point instead of starting from the beginning again
...

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

#17Matthew T. O'Connor
matthew@zeut.net
In reply to: The Hermit Hacker (#16)
Re: Feature freeze date for 8.1

Marc G. Fournier wrote:

On Fri, 29 Apr 2005, Christopher Browne wrote:

Some reasonable approximations might include:
- How much disk I/O was recorded in the last 60 seconds?
- How many application transactions (e.g. - invoices or such) were
issued in the last 60 seconds (monitoring a sequence could be
good enough).

Some way of doing a 'partial vacuum' would be nice ... where a VACUUM
could stop after it processed those '10 elderly tuples' and on the
next pass, resume from that point instead of starting from the
beginning again ...

That is sorta what the vacuum delay settings accomplish.

#18Chris Browne
cbbrowne@acm.org
In reply to: Bruce Momjian (#1)
Re: Feature freeze date for 8.1

The world rejoiced as matthew@zeut.net ("Matthew T. O'Connor") wrote:

Marc G. Fournier wrote:

On Fri, 29 Apr 2005, Christopher Browne wrote:

Some reasonable approximations might include:
- How much disk I/O was recorded in the last 60 seconds?
- How many application transactions (e.g. - invoices or such) were
issued in the last 60 seconds (monitoring a sequence could be
good enough).

Some way of doing a 'partial vacuum' would be nice ... where a
VACUUM could stop after it processed those '10 elderly tuples' and
on the next pass, resume from that point instead of starting from
the beginning again ...

That is sorta what the vacuum delay settings accomplish.

What they do is orthogonal to that.

"Vacuum delay" prevents vacuum I/O from taking over the I/O bus.

Unfortunately, if you have a table with a very large number of _live_
tuples, there is no way to skip over those and only concentrate on the
dead ones.

In that scenario "vacuum delay" leads to the vacuum on the table
running for a Very, Very Long Time, because it sits there delaying a
lot as it walks thru pages it never modifies. The one good news is
that, for any pages where no tuples are touched, the indices are also
left untouched.
--
wm(X,Y):-write(X),write('@'),write(Y). wm('cbbrowne','gmail.com').
http://linuxdatabases.info/info/slony.html
"The Board views the endemic use of PowerPoint briefing slides instead
of technical papers as an illustration of the problematic methods of
technical communication at NASA." -- Official report on the Columbia
shuttle disaster.

#19Sander Steffann
steffann@nederland.net
In reply to: Bruce Momjian (#1)
Re: Feature freeze date for 8.1

Hi,

What to people think about having an optional "maintenance window" so
that autovac only takes action during an approved time.

This sounds like a realy good idea to me!
Sander.

#20Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Sander Steffann (#19)
Re: Feature freeze date for 8.1

We have talked about performance and some new features
before freeze of 8.1. Like ;

� Bitmap indexes
� Autovacuum
� GIS features
� Object-Oriented features
� PITR
� Table Partition

But there is a feature that is too important for a
database. It is availability.Now PostgreSQL doesn't have
high availability.We must discuss it here. Imagine a
database that has a lots of features that others don�t
have. I tested the PostgreSQL for that feature, i couldn't
find it enough. Here :

Process A start to update / insert some rows in a table
and then the connection of process A is lost to PostgreSQL
before it sends commit or rollback. Other processes want to
update the same rows or SELECT �..FOR UPDATE for the same
rows.Now these processes are providing SELECT WAITING� or
CANCEL QUERY if statement_timeout was set. Imagine these
processes is getting grower. What will we do now ?
Restarting backend or finding process A and kill it ?

Now, do you think that the PostgreSQL database is a high
available database ? A feature must be added to solve that
problem or PostgreSQL databases would never get a good
place among huge databases.

Best Regards

Adnan DURSUN
ASRIN Bili&#351;im Ltd.
Ankara /TURKEY

#21Alvaro Herrera
alvherre@dcc.uchile.cl
In reply to: Adnan DURSUN (#20)
#22Peter Eisentraut
peter_e@gmx.net
In reply to: Alvaro Herrera (#21)
#23Dennis Bjorklund
db@zigo.dhs.org
In reply to: Alvaro Herrera (#21)
#24Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#22)
#25Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Tom Lane (#24)
#26Andrew - Supernews
andrew+nonews@supernews.com
In reply to: Bruce Momjian (#1)
#27Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Tom Lane (#24)
#28Dennis Bjorklund
db@zigo.dhs.org
In reply to: Adnan DURSUN (#25)
#29Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Dennis Bjorklund (#28)
#30Chris Browne
cbbrowne@acm.org
In reply to: Adnan DURSUN (#25)
#31Hannu Krosing
hannu@tm.ee
In reply to: Tom Lane (#24)
#32Bruno Wolff III
bruno@wolff.to
In reply to: Adnan DURSUN (#27)
#33Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Bruno Wolff III (#32)
#34Chris Browne
cbbrowne@acm.org
In reply to: Bruce Momjian (#1)
#35Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Adnan DURSUN (#25)
#36Neil Conway
neilc@samurai.com
In reply to: Adnan DURSUN (#27)
#37Oliver Jowett
oliver@opencloud.com
In reply to: Neil Conway (#36)
#38Jaime Casanova
jcasanov@systemguards.com.ec
In reply to: Adnan DURSUN (#33)
#39Neil Conway
neilc@samurai.com
In reply to: Oliver Jowett (#37)
#40Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jaime Casanova (#38)
#41Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#39)
#42Neil Conway
neilc@samurai.com
In reply to: Tom Lane (#41)
#43Oliver Jowett
oliver@opencloud.com
In reply to: Tom Lane (#40)
#44Russell Smith
mr-russ@pws.com.au
In reply to: Neil Conway (#42)
#45Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#42)
#46Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oliver Jowett (#43)
#47Tom Lane
tgl@sss.pgh.pa.us
In reply to: Russell Smith (#44)
#48Dennis Bjorklund
db@zigo.dhs.org
In reply to: Tom Lane (#45)
#49Neil Conway
neilc@samurai.com
In reply to: Tom Lane (#45)
#50Oliver Jowett
oliver@opencloud.com
In reply to: Tom Lane (#46)
#51Oliver Jowett
oliver@opencloud.com
In reply to: Neil Conway (#49)
#52Peter Eisentraut
peter_e@gmx.net
In reply to: Neil Conway (#42)
#53Oliver Jowett
oliver@opencloud.com
In reply to: Peter Eisentraut (#52)
#54Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Neil Conway (#36)
#55Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Jaime Casanova (#38)
#56Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Tom Lane (#40)
#57Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Tom Lane (#45)
#58Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Neil Conway (#49)
#59Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Peter Eisentraut (#52)
#60Hannu Krosing
hannu@tm.ee
In reply to: Tom Lane (#45)
#61Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Hannu Krosing (#60)
#62Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Hannu Krosing (#31)
#63Alvar Freude
alvar@a-blast.org
In reply to: Dennis Bjorklund (#48)
#64Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Alvar Freude (#63)
#65Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#52)
#66Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oliver Jowett (#53)
#67Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Hannu Krosing (#60)
#68Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Heikki Linnakangas (#67)
#69Andrew - Supernews
andrew+nonews@supernews.com
In reply to: Bruce Momjian (#1)
#70Rob Butler
crodster2k@yahoo.com
In reply to: Andrew - Supernews (#69)
#71Andrew - Supernews
andrew+nonews@supernews.com
In reply to: Rob Butler (#70)
#72Bruno Wolff III
bruno@wolff.to
In reply to: Rob Butler (#70)
#73Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew - Supernews (#71)
#74Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Andrew - Supernews (#71)
#75Alvar Freude
alvar@a-blast.org
In reply to: Adnan DURSUN (#74)
#76Hannu Krosing
hannu@tm.ee
In reply to: Heikki Linnakangas (#67)
#77Jim Nasby
Jim.Nasby@BlueTreble.com
In reply to: Adnan DURSUN (#74)
#78Oliver Jowett
oliver@opencloud.com
In reply to: Tom Lane (#66)
#79Oliver Jowett
oliver@opencloud.com
In reply to: Tom Lane (#66)
#80Chuck McDevitt
cmcdevitt@greenplum.com
In reply to: Oliver Jowett (#79)
#81Kris Jurka
books@ejurka.com
In reply to: Jim Nasby (#77)
#82Oliver Jowett
oliver@opencloud.com
In reply to: Chuck McDevitt (#80)
#83Chuck McDevitt
cmcdevitt@greenplum.com
In reply to: Oliver Jowett (#82)
#84Oliver Jowett
oliver@opencloud.com
In reply to: Tom Lane (#46)
#85Dawid Kuroczko
qnex42@gmail.com
In reply to: Heikki Linnakangas (#67)
#86Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hannu Krosing (#76)
#87Dave Held
dave.held@arraysg.com
In reply to: Tom Lane (#86)
#88Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Tom Lane (#86)
#89Tom Lane
tgl@sss.pgh.pa.us
In reply to: Heikki Linnakangas (#88)
#90Dave Held
dave.held@arraysg.com
In reply to: Tom Lane (#89)
#91Adnan DURSUN
adnandursun@asrinbilisim.com.tr
In reply to: Dave Held (#90)
#92Dave Held
dave.held@arraysg.com
In reply to: Adnan DURSUN (#91)
#93Tom Lane
tgl@sss.pgh.pa.us
In reply to: Dave Held (#90)
#94Thomas Swan
thomas.swan@gmail.com
In reply to: Dave Held (#90)
#95Dave Held
dave.held@arraysg.com
In reply to: Thomas Swan (#94)
#96Doug McNaught
doug@mcnaught.org
In reply to: Tom Lane (#93)
#97Chuck McDevitt
cmcdevitt@greenplum.com
In reply to: Doug McNaught (#96)
#98Oliver Jowett
oliver@opencloud.com
In reply to: Dave Held (#95)
#99Simon Riggs
simon@2ndQuadrant.com
In reply to: Doug McNaught (#96)
#100Kaare Rasmussen
kar@kakidata.dk
In reply to: Simon Riggs (#99)
#101Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kaare Rasmussen (#100)
#102Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#101)
#103Oliver Jowett
oliver@opencloud.com
In reply to: Oliver Jowett (#84)
#104Bruce Momjian
bruce@momjian.us
In reply to: Andrew Dunstan (#102)
#105Bruce Momjian
bruce@momjian.us
In reply to: Andrew - Supernews (#26)
#106Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#105)
#107Bruce Momjian
bruce@momjian.us
In reply to: Oliver Jowett (#84)
#108Oliver Jowett
oliver@opencloud.com
In reply to: Bruce Momjian (#107)
#109Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oliver Jowett (#84)
#110Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#107)
#111Oliver Jowett
oliver@opencloud.com
In reply to: Tom Lane (#109)
#112Bruce Momjian
bruce@momjian.us
In reply to: Oliver Jowett (#111)
#113Oliver Jowett
oliver@opencloud.com
In reply to: Bruce Momjian (#112)
#114Bruce Momjian
bruce@momjian.us
In reply to: Oliver Jowett (#113)
#115Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#114)
#116Oliver Jowett
oliver@opencloud.com
In reply to: Bruce Momjian (#112)
#117Bruce Momjian
bruce@momjian.us
In reply to: Oliver Jowett (#116)
#118Oliver Jowett
oliver@opencloud.com
In reply to: Bruce Momjian (#117)
#119Bruce Momjian
bruce@momjian.us
In reply to: Oliver Jowett (#116)