Re: Beta1 schedule

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: Beta1 schedule
Date: 2002-09-04 22:17:17
Message-ID: 87ofbd9z82.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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)

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(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-09-04 22:30:00 Re: fix for palloc() of user-supplied length
Previous Message Tom Lane 2002-09-04 22:17:01 Re: Bug in Makefile.shlib