Re: [HACKERS] Beta for 4:30AST ... ?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Beta for 4:30AST ... ?
Date: 2000-02-22 14:07:11
Message-ID: 200002221407.JAA15051@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> > Working on the Release Announcement now ...
>
> > * -SELECT ... UNION ... ORDER BY fails when sort expr not in result list,
> > ORDER BY is applied only to the first SELECT
>
> This is still broken AFAIK. Not sure how it got marked as done.

Not marked as done on my copy.

>
> > * -Make type equivalency apply to aggregates
>
> IIRC, Peter should get the credit for that one.

Added.

>
> > * -Certain indexes will not shrink, i.e. oid indexes with many
> > inserts(Vadim)
>
> AFAIK that isn't done either.
>

Fixed.

> > * -Document/trigger/rule so changes to pgshadow recreate pgpwd
> > [pg_shadow]

Added.

>
> Peter's work also...
>
> > * -fix memory leak in cache code when non-existant table is referenced In
> > WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
>
> This looks like 2 items got merged somehow. AFAIK only the first is
> done.

Split.

>
>
> Looking at my own notes about completed changes, it sure seems like
> there have been one heck of a lot of bugfixes and performance
> improvements that don't correspond to anything on the official TODO
> list. It might be worth making some opening remarks along that line
> rather than just presenting the checked-off items.

Yes, that is what I will do by going through CVS. It is better for Marc
to just specify the release and wait for my full release blurb coming in
a few days.

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-02-22 14:11:52 Re: [HACKERS] Beta for 4:30AST ... ?
Previous Message Peter Eisentraut 2000-02-22 13:14:23 Re: [HACKERS] TODO list / why 7.0 ?