Re: [HACKERS] 6.5 TODO list

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] 6.5 TODO list
Date: 1999-05-11 03:47:33
Message-ID: 3737A855.8F2EFFFB@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> int8 indexing needs work?

afaik it is OK now. It worked with my limited testing anyway, and the
problems I thought I saw earlier were much more fundamental.

> Docs for INSERT INTO/SELECT INTO fix

Done. You did it, I did it (but hadn't committed yet), gotta be done
by now...

> Some CASE() statements involving two tables crash

Done. Tom Lane reenabled the regression test queries which illustrated
this.

New items:

Write up CASE(), COALESCE(), IFNULL()
Add Vadim's isolation level syntax to gram.y, preproc.y. (Currently
done with string parsing outside of yacc.)

I have some other stuff on my list for the docs, but will send along a
list of what's left in a few days.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael J Davis 1999-05-11 03:55:41 RE: [HACKERS] NULL = col
Previous Message Thomas Lockhart 1999-05-11 03:25:34 Re: [HACKERS] NULL = col