Release 8.2.0 done, 8.3 development starts

Lists: pgsql-hackers
From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-19 17:23:50
Message-ID: 200612191723.kBJHNoL04304@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

The 8.2.0 release went well. We spent a month more in beta than we
planned, but that time helped to eliminate many bugs, and many that had
existed in previous PostgreSQL major releases as well. We have had very
few bug reports for 8.2.0, and will be doing a minor release in 1-2
weeks to get those fixes out to the user community.

The development community is now focused on 8.3, and discussion and
patch application has already started. This is scheduled to be a
shorter release cycle then normal, with feature freeze on April 1, with
major functionality discussed and hopefully reviewed by the community at
least a month before that. This would put beta in mid-May, and final
release perhaps mid-July. Of course, this all might change based on
community feedback.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Thomas H(dot)" <me(at)alternize(dot)com>
To: "Bruce Momjian" <bruce(at)momjian(dot)us>, "PostgreSQL-development" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 00:26:31
Message-ID: 0e4e01c723cd$7fa5d230$6601a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

> The 8.2.0 release went well. We spent a month more in beta than we
> planned, but that time helped to eliminate many bugs, and many that had
> existed in previous PostgreSQL major releases as well. We have had very
> few bug reports for 8.2.0, and will be doing a minor release in 1-2
> weeks to get those fixes out to the user community.

any chance of having the win32 relation file permission bug looked at again
for the minor release? this still worries us quite a bit here...

best regards,
thomas


From: Kaare Rasmussen <kaare(at)jasonic(dot)dk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 16:49:15
Message-ID: 200612201749.16351.kaare@jasonic.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

I'm not sure, but as far as I remember, it will be a short release cycle for
8.3 in order to finish some big items that couldn't be ready in time for 8.2.

But which items are more or less expected for 8.3? I recall
- Hierarchical Queries
- On disk bitmap index
- Clustered/replication solutions

being discussed. What are on people's minds?

--

Med venlig hilsen
Kaare Rasmussen, Jasonic

Jasonic Telefon: +45 3816 2582
Nordre Fasanvej 12
2000 Frederiksberg Email: kaare(at)jasonic(dot)dk


From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 18:38:26
Message-ID: 60mz5i1kgt.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

kaare(at)jasonic(dot)dk (Kaare Rasmussen) writes:

> I'm not sure, but as far as I remember, it will be a short release cycle for
> 8.3 in order to finish some big items that couldn't be ready in time for 8.2.
>
> But which items are more or less expected for 8.3? I recall
> - Hierarchical Queries
> - On disk bitmap index
> - Clustered/replication solutions
>
> being discussed. What are on people's minds?

- WITH (recursive) queries
- Better handling of partitioning
- SQL:2003 windowing queries
- Discussion is under way on improvements to autovac
- Simon Riggs has "reuse of index tuples" under way
--
let name="cbbrowne" and tld="acm.org" in name ^ "@" ^ tld;;
http://linuxfinances.info/info/advocacy.html
"I think there is a world market for maybe five computers"
-- Tom Watson, CEO of IBM, 1943


From: David Fetter <david(at)fetter(dot)org>
To: Kaare Rasmussen <kaare(at)jasonic(dot)dk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 19:01:32
Message-ID: 20061220190132.GA27591@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wed, Dec 20, 2006 at 05:49:15PM +0100, Kaare Rasmussen wrote:
> I'm not sure, but as far as I remember, it will be a short release
> cycle for 8.3 in order to finish some big items that couldn't be
> ready in time for 8.2.
>
> But which items are more or less expected for 8.3? I recall
> - Hierarchical Queries
> - On disk bitmap index

These two are happening

> - Clustered/replication solutions

This one's stalled because no two replication solutions appear to need
anything in the core. Instead, lots of things are going on outside
the core in the clustering/replication/HA arena.

> being discussed. What are on people's minds?

Other things coming down the pike are:

* SQL/XML support per SQL:2003
* SQL/PSM support per SQL:2003

Hrm. While two things isn't much of a pattern, it's suggestive.

Personally, I'd like to see MERGE, windowing functions, and better
integration of (INSERT|UPDATE|DELETE) ... RETURNING.

Cheers,
D (SQL/MED, anybody?)
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

Remember to vote!


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Kaare Rasmussen <kaare(at)jasonic(dot)dk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 19:15:43
Message-ID: 45898BDF.7050603@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Kaare Rasmussen wrote:
> I'm not sure, but as far as I remember, it will be a short release cycle for
> 8.3 in order to finish some big items that couldn't be ready in time for 8.2.
>
> But which items are more or less expected for 8.3? I recall
> - Hierarchical Queries
> - On disk bitmap index
> - Clustered/replication solutions
>
> being discussed. What are on people's minds?
>
>

Items on my personal agenda for this time frame - all have been
previously discussed:

. notification payload messages
. fix permissions properly on custom GUC vars
. create a mechanism for plperl to load modules safely

I am committed to getting the first of these done to meet a businees
need. The last two will be best effort.

cheers

andrew


From: Lukas Kahwe Smith <smith(at)pooteeweet(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 20:26:12
Message-ID: 45899C64.1060803@pooteeweet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

I just collected all the items mentioned in this thread as well as what
people quickly came up with on IRC and put it on a list in the developer
wiki [1]. I tried to put names and links behind the items where ever
possible. Let me know if there is something missing or if you know any
other information (links, names) etc. that should be mentioned.

The list is kinda scary long ..

regards
Lukas

[1] http://developer.postgresql.org/index.php/Todo:WishlistFor83


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Lukas Kahwe Smith <smith(at)pooteeweet(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 21:52:35
Message-ID: 200612202152.kBKLqZ602000@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Lukas Kahwe Smith wrote:
> Hi,
>
> I just collected all the items mentioned in this thread as well as what
> people quickly came up with on IRC and put it on a list in the developer
> wiki [1]. I tried to put names and links behind the items where ever
> possible. Let me know if there is something missing or if you know any
> other information (links, names) etc. that should be mentioned.
>
> The list is kinda scary long ..
>
> regards
> Lukas
>
> [1] http://developer.postgresql.org/index.php/Todo:WishlistFor83

That looks helpful.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: "Lukas Kahwe Smith" <smith(at)pooteeweet(dot)org>
Cc: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-20 22:50:13
Message-ID: 36e682920612201450m3a49ac07nc92d0e8114203f3f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On 12/20/06, Lukas Kahwe Smith <smith(at)pooteeweet(dot)org> wrote:
> wiki [1]. I tried to put names and links behind the items where ever
> possible. Let me know if there is something missing or if you know any
> other information (links, names) etc. that should be mentioned.

I know Mark Cave-Ayland was interested in taking over hierarchical
queries... let me see where he stands on it and whether he was going
to complete it on an 8.3 deadline. If not, I'll do it.

--
Jonah H. Harris, Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
33 Wood Ave S, 3rd Floor | jharris(at)enterprisedb(dot)com
Iselin, New Jersey 08830 | http://www.enterprisedb.com/


From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Kaare Rasmussen <kaare(at)jasonic(dot)dk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-21 05:40:12
Message-ID: 20061221054012.GA24036@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wed, Dec 20, 2006 at 17:49:15 +0100,
Kaare Rasmussen <kaare(at)jasonic(dot)dk> wrote:
> I'm not sure, but as far as I remember, it will be a short release cycle for
> 8.3 in order to finish some big items that couldn't be ready in time for 8.2.

I believe the point of the short release cycle was more to change the timing
of the release to avoid lots of people being on holiday during a critical
period. After the short release cycle, the tentative plan was to go back to
yearly releases shifted a few months from where they typically used to
occur in the past.
Whether or not this actually works out, remains to be seen.


From: Lukas Kahwe Smith <smith(at)pooteeweet(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-21 16:33:14
Message-ID: 458AB74A.30508@pooteeweet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce Momjian wrote:

>> [1] http://developer.postgresql.org/index.php/Todo:WishlistFor83
>
> That looks helpful.

Ok good :)

Seriously though, please slap me when things are wrong, not assigned yet
to the correct person .. there was a bit of guess work involved with
some of the points .. especially with the names.

I will let things sit like they are for 1-2 weeks and I will probably
try to get a hold off each of the people still assigned to items then to
confirm that they are actually targeting the feature for 8.3 .. or am I
duplicating Bruce's efforts when I do this?

regards,
Lukas


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Lukas Kahwe Smith <smith(at)pooteeweet(dot)org>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-21 16:57:14
Message-ID: 458ABCEA.1060802@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Lukas Kahwe Smith wrote:
> Bruce Momjian wrote:
>
>>> [1] http://developer.postgresql.org/index.php/Todo:WishlistFor83
>>
>> That looks helpful.
>
> Ok good :)
>
> Seriously though, please slap me when things are wrong, not assigned
> yet to the correct person .. there was a bit of guess work involved
> with some of the points .. especially with the names.
>
> I will let things sit like they are for 1-2 weeks and I will probably
> try to get a hold off each of the people still assigned to items then
> to confirm that they are actually targeting the feature for 8.3 .. or
> am I duplicating Bruce's efforts when I do this?
>
>

To the best of my understanding, the current PSM effort is a pgFoundry
project to create it as a loadable language. I am not aware of anything
that would get it to where we could include it in 8.3, so this item
should probably not be on the list.

Also, "clustered/replication solutions" seems way too vague. It is not
clear to me what if anything is in prospect on this front for 8.3.

cheers

andrew


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Lukas Kahwe Smith <smith(at)pooteeweet(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Release 8.2.0 done, 8.3 development starts
Date: 2006-12-21 22:11:54
Message-ID: 200612212211.kBLMBsi13545@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Lukas Kahwe Smith wrote:
> Bruce Momjian wrote:
>
> >> [1] http://developer.postgresql.org/index.php/Todo:WishlistFor83
> >
> > That looks helpful.
>
> Ok good :)
>
> Seriously though, please slap me when things are wrong, not assigned yet
> to the correct person .. there was a bit of guess work involved with
> some of the points .. especially with the names.
>
> I will let things sit like they are for 1-2 weeks and I will probably
> try to get a hold off each of the people still assigned to items then to
> confirm that they are actually targeting the feature for 8.3 .. or am I
> duplicating Bruce's efforts when I do this?

What I did for the 8.2 open items tracking during feature freeze was to
list the item description, status, and person's name and email in a
table that could be easily reviewed. Let me know if you need help
setting that up.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +