Обсуждение: Open items updated

Поиск
Список
Период
Сортировка

Open items updated

От
Bruce Momjian
Дата:
I have updated the open items based on recent discussions:

---------------------------------------------------------------------------
                              PostgreSQL 8.1 Open Items                              =========================

Current version at http://candle.pha.pa.us/cgi-bin/pgopenitems.

Changes
-------
integrated auto-vacuum (Alvaro)
ICU locale patch?
Win32 signal handling patch (Magnus)
KRB4 removal patch (Magnus)
GIST concurrency support (Teodor, Oleg)
Roles? (Stephen Frost)
column-level triggers (Greg)
interval improvements (Michael Glaesemann)
move rtree_gist into core?
config file I/O? (Adreas)
terminate backend fix?
dbsize functions from /contrib? (Andreas)
fix pg_autovacuum O(n^2) behavior
remove wal siblings guc vars?
COPY performance improvements (greenplum)
shared dependency (Alvaro)
concurrent vacuum (Hannu)
make pg_dump E''escape safe
table partitionaing (Simon)
WAL improvements (Simon)

Documentation
-------------

Fixed Since Last Beta
---------------------

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: Open items updated

От
Neil Conway
Дата:
Bruce Momjian wrote:
> KRB4 removal patch (Magnus)

This is done.

There are also two PL/PgSQL patches from Pavel that need to be reviewed 
and applied:

http://archives.postgresql.org/pgsql-hackers/2005-06/msg01202.php
http://archives.postgresql.org/pgsql-patches/2005-06/msg00475.php

I'll review and apply them in a few days unless someone beats me to it.

-Neil