From: Bruce Momjian Date: Wed, 26 Dec 2001 23:47:32 +0000 (+0000) Subject: Add cachable item. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d6c486fd69d5a1aebafa7044ad65e49aba0fa49e;p=users%2Fbernd%2Fpostgres.git Add cachable item. --- diff --git a/doc/TODO b/doc/TODO index d2a8eabb18..f834ef3fb6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Dec 21 00:27:04 EST 2001 +Last updated: Wed Dec 26 18:46:59 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -386,6 +386,8 @@ MISCELLANEOUS file descriptor to backend pre-forked for matching database * Nested FULL OUTER JOINs don't work (Tom) * Allow merge and hash joins on expressions not just simple variables (Tom) +* Add new pg_proc cachable settings to specify whether function can be + evaluated only once or once per query SOURCE CODE -----------