RE: [HACKERS] TODO list updated - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject RE: [HACKERS] TODO list updated
Date
Msg-id 000201bf5d63$c9c8f8c0$2801007e@tpf.co.jp
Whole thread Raw
In response to TODO list updated  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] TODO list updated
Re: [HACKERS] TODO list updated
List pgsql-hackers
> -----Original Message-----
> From: owner-pgsql-hackers@postgreSQL.org
> [mailto:owner-pgsql-hackers@postgreSQL.org]On Behalf Of Bruce Momjian

>
> I have updated the TODO list to mark all the items that are completed
> for 7.0.
>
> Are there any additional ones?  Are there some names I have forgotten to
> attribute to items?
>
> Let me know.
>

Hmmm,who solved ????
* -spinlock stuck problem when elog(FATAL) and elog(ERROR) inside bufmgr

And I have felt that the followings are almost same.
* Allow LIMIT ability on single-table queries that have no ORDER BY to use a matching index [limit]
* Improve LIMIT processing by using index to limit rows processed [limit]
* Have optimizer take LIMIT into account when considering index scans
[limit]

And Isn't it preferable to omit 'in ORDER BY' from
* Use indexes in ORDER BY for restrictive data sets, min(), max()
?

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp



pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] TODO list updated
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] FETCH without FROM/IN