Re: 8.2 features status - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: 8.2 features status
Date
Msg-id Pine.LNX.4.58.0608041412390.18448@linuxworld.com.au
Whole thread Raw
In response to Re: 8.2 features status  (Bruce Momjian <bruce@momjian.us>)
Responses Re: 8.2 features status
Re: 8.2 features status
List pgsql-hackers
On Fri, 4 Aug 2006, Bruce Momjian wrote:

> Gavin Sherry wrote:
> > On Fri, 4 Aug 2006, Bruce Momjian wrote:
> >
> > >
> > > My outlook is that it isn't a lot of _new_ things that you couldn't do
> > > before, but rather improvements of existing functionality.
> >
> > It seems as though the majority of things on Tom's list are new things you
> > couldn't do (at all easily) before.
>
> To me new things are like PITR, Win32, savepoints, two-phase commit,
> partitioned tables, tablespaces.  These are from 8.0 and 8.1.  What is
> there in 8.2 like that?

Well, GIN and some of the unreviewed stuff (bitmaps, plpgsql debugger,
updateable views) are in the same league as the stuff in 8.0 in terms of
user demand and catching up with competitors, I think.

A lot of the things on Tom's list are new bits of functionality to things
added around 8.0 and 8.1 (major enhancements to the usability of
constraint exclusion, for example). We knew then that these needed
additional functionality to fill them out and make them useful to a wide
range of people. Ideally we'd have both at each release but reality
doesn't work like that.

Thanks,

Gavin



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: VALUES clause memory optimization
Next
From: Bruce Momjian
Date:
Subject: Re: request: support of array in plperl OUT arguments