Re: Beta1 schedule - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Beta1 schedule
Date
Msg-id 87ofbd9z82.fsf@mailbox.samurai.com
Whole thread Raw
In response to Beta1 schedule  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Beta1 schedule  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Any more changes to HISTORY?

This is missing:

- Implemented START TRANSACTION, per SQL99 (Neil)

This was implemented by Peter, I think:

- Add privileges on functions and procedural languages

This was done by Tom, IIRC:

- Triggers are now fired in alphabetical order

This could probably be better phrased:

- Have PL/PgSQL FOUND return proper value for PERFORM and SELECT INTO (Tom, Neil)

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

Tom did some work on this as well as Chris, I believe:

- Add ALTER TABLE DROP COLUMN (Christopher)

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.

Cheers,

Neil

-- 
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in Makefile.shlib
Next
From: Peter Eisentraut
Date:
Subject: Re: Multibyte support in oracle_compat.c