Re: Open items

From: Satoshi Nagayasu <nagayasus(at)nttdata(dot)co(dot)jp>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Open items
Date: 2005-06-29 03:21:03
Message-ID: 42C2139F.2070107@nttdata.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

How about enable/disable triggers?

>From TODO:
> Allow triggers to be disabled.

http://momjian.postgresql.org/cgi-bin/pgtodo?trigger

I think this is good for COPY performance improvement.

Now I have user functions to enable/disable triggers, not DDL.
It modifies system tables.
But I can rewrite this as a DDL. (ALTER TABLE?)

Any comments?

Bruce Momjian wrote:
> Here are our open items. How hard are we going to be about the cutoff
> date? Do we give people the weekend to complete some items?
>
> ---------------------------------------------------------------------------
>
>
> 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)
> 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
> ---------------------
>

--
NAGAYASU Satoshi <nagayasus(at)nttdata(dot)co(dot)jp>

In response to

  • Open items at 2005-06-29 02:02:53 from Bruce Momjian

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2005-06-29 03:22:47 Re: Open items
Previous Message Alvaro Herrera 2005-06-29 02:53:17 Re: [HACKERS] Avoiding io penalty when updating large objects

Browse pgsql-patches by date

  From Date Subject
Next Message Zhenbang Wei 2005-06-29 03:21:28 Update Traditional Chinese translations for 8.1
Previous Message Stephen Frost 2005-06-29 02:47:11 Re: Open items