Re: Open items

Lists: pgsql-hackers
From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Open items
Date: 2002-10-10 14:04:20
Message-ID: 200210101404.g9AE4KV28979@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


Here are the open items. There are only a few major ones left. I would
like to get those done so we can shoot for a final release perhaps at
the end of October.

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

P O S T G R E S Q L

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

Current at ftp://momjian.postgresql.org/pub/postgresql/open_items.

Source Code Changes
-------------------
Schema handling - ready? interfaces? client apps?
Drop column handling - ready for all clients, apps?
Fix BeOS, QNX4 ports
Get bison upgrade on postgresql.org for ecpg only (Marc)
Fix vacuum btree bug (Tom)
Fix client apps for autocommit = off
Return last command of INSTEAD rule for tuple count/oid/tag for rules, SPI
Add schema dump option to pg_dump
Add/remove GRANT EXECUTE to all /contrib functions?
Fix pg_dump to handle 64-bit off_t offsets for custom format

On Going
--------
Security audit

Documentation Changes
---------------------
Move documation to gborg for moved projects

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: Neil Conway <neilc(at)samurai(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: 2002-10-10 17:34:14
Message-ID: 87elaymc4p.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Schema handling - ready? interfaces? client apps?
> Drop column handling - ready for all clients, apps?

How will delaying 7.3 remedy either of these issues?

> Get bison upgrade on postgresql.org for ecpg only (Marc)

Now that bison 1.50 is out, this should probably be "upgrade bison on
postgresql.org, merge ecpg branch".

> Return last command of INSTEAD rule for tuple count/oid/tag for
> rules, SPI

Can someone summarize what the consensus on this issue is? I can take
a look at implementing it, I just lost track of what the final
conclusion was...

> Add schema dump option to pg_dump

Why do we need this for 7.3?

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Open items
Date: 2002-10-10 18:41:27
Message-ID: 200210101841.g9AIfRg27554@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Neil Conway wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Schema handling - ready? interfaces? client apps?
> > Drop column handling - ready for all clients, apps?
>
> How will delaying 7.3 remedy either of these issues?
>
> > Get bison upgrade on postgresql.org for ecpg only (Marc)
>
> Now that bison 1.50 is out, this should probably be "upgrade bison on
> postgresql.org, merge ecpg branch".
>
> > Return last command of INSTEAD rule for tuple count/oid/tag for
> > rules, SPI
>
> Can someone summarize what the consensus on this issue is? I can take
> a look at implementing it, I just lost track of what the final
> conclusion was...

Conclusion was to return last INSTEAD rule with the same tag as the
original query.

> > Add schema dump option to pg_dump
>
> Why do we need this for 7.3?

It is probably something we should have in the release where we are
adding schemas, but it is not required.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073