Re: Beta1 schedule

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: Beta1 schedule
Date: 2002-09-04 23:08:52
Message-ID: 200209042308.g84N8q910160@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Any more changes to HISTORY?
>
> This is missing:
>
> - Implemented START TRANSACTION, per SQL99 (Neil)

Done. I didn't mention it earlier because I was unsure of its
significance.

> This was implemented by Peter, I think:
>
> - Add privileges on functions and procedural languages

Yep, fixed.

>
> This was done by Tom, IIRC:
>
> - Triggers are now fired in alphabetical order

Yep, Tom.

>
> This could probably be better phrased:
>
> - Have PL/PgSQL FOUND return proper value for PERFORM and SELECT INTO
> (Tom, Neil)

Done.

>
> As (reword as necessary):
>
> - Overhaul the PL/PgSQL FOUND magic variable to be more
> Oracle-compatible, and generally more sane. (Tom, Neil)
>
> This was implemented by me and Jukka Holappa:
>
> - Clean up use of sprintf in favor of snprintf()

Added.

>
> Tom did some work on this as well as Chris, I believe:
>
> - Add ALTER TABLE DROP COLUMN (Christopher)
>

Added.

> I didn't see any mention of Tom's recent changes to the on-disk array
> storage format, but I might have just missed that.

I already see it. I added Tom's name too:

Cleanups in array internal handling (Joe, Tom)

--
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-09-04 23:40:38 Largefile fallout: postgres.h MUST be included first
Previous Message Tom Lane 2002-09-04 23:04:32 Re: fix for palloc() of user-supplied length