Re: Call for 7.5 feature completion

Поиск
Список
Период
Сортировка
От Chris Browne
Тема Re: Call for 7.5 feature completion
Дата
Msg-id 60k6i6wwiy.fsf@dba2.int.libertyrms.com
обсуждение исходный текст
Ответ на Re: Call for 7.5 feature completion  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-hackers
alvherre@alvh.no-ip.org (Alvaro Herrera) writes:
> Or, slightly different, what are people's most wanted features?

- Vacuum Space Map - Maintain a map of recently-expired rows
   This allows vacuum to target specific pages for possible free   space without requiring a sequential scan.

- Deferrable unique constraint

- Probably trivially easy would be to add an index to pg_listener

- Tougher but better would be to have pg_listener be an in-memory structure rather than being physically represented as
atable
 

- MERGE / UPSERT

- Config file "#includes" for postgresql.conf, pg_hba.conf

- Some better ability to terminate backends 

- Automatically updatable views (per SQL 99)
-- 
(format nil "~S@~S" "cbbrowne" "cbbrowne.com")
http://cbbrowne.com/info/sap.html
I am not a number!
I am a free man!


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Varun Kacholia
Дата:
Сообщение: Query Sampling
Следующее
От: mark@mark.mielke.cc
Дата:
Сообщение: 8.1beta1: pg_dumpall -c does delete from pg_shadow?