Re: Open items

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Open items
Date: 2005-06-27 00:45:26
Message-ID: 1119833126.3690.40.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2005-06-25 at 23:24 -0400, Bruce Momjian wrote:
> Here are the open items. Feature freeze is Friday, July 1.
>
> ---------------------------------------------------------------------------
>
>
> PostgreSQL 8.1 Open Items
> =========================
>
> Current version at http://candle.pha.pa.us/cgi-bin/pgopenitems.
>
> Changes
> -------
> integrated auto-vacuum (Alvaro)
> ICU locale patch?
> Win32 signal handling patch (Magnus)
> KRB4 removal patch (Magnus)
> GIST concurrency fixes? (Oleg)
> Roles? (Stephen Frost)
> convert plperl arrays to pg arrays? (Andrew Dunstan)
> plperl validator function? (Andrew Dunstan)
> column-level triggers (Greg)
> interval improvements (Michael Glaesemann)
> move rtree_gist into core?
> config file I/O?
> terminate backend fix?
> dbsize functions from /contrib?
> fix pg_autovacuum O(n^2) behavior
> remove wal siblings guc vars?
> COPY performance improvements

I've just submitted my first working version of Constraint Exclusion
(basic Partitioning) for 8.1

I also hope to complete my earlier submitted patch on WAL log file
switching also.

Best Regards, Simon Riggs

In response to

  • Open items at 2005-06-26 03:24:56 from Bruce Momjian

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-27 01:23:42 Sigh, another contrib/cube and contrib/seg problem
Previous Message Simon Riggs 2005-06-27 00:41:39 Constraint Exclusion (Partitioning) - Initial Review requested