Re: [HACKERS] v6.4 - What is planned...?

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] v6.4 - What is planned...?
Date: 1998-06-08 06:37:01
Message-ID: 357B868D.F1B384A3@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Well, my plans for 6.4:

1. Btree: use TID as (last) part of index key; prepare btree
for low-level locking (it's now possible to lose root page).
2. Vacuum: speed up index cleaning; release pg_class lock after
updation statistic for a table.
3. Buffer manager: error handling broken; should flush only
buffers changed by backend itself.
4. Implement shared catalog cache; get rid of invalidation code.
5. Subselects: in target list; in FROM.
6. Transaction manager: get rid of pg_variable; do not prefetch
XIDs; nested transactions; savepoints.

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tak Woohyun 1998-06-08 07:16:00 [question]postgreSQL....
Previous Message Billy G. Allie 1998-06-08 04:39:51 UnixWare 7 port (corrected intro text).