From: Bruce Momjian Date: Fri, 28 Dec 2001 05:26:25 +0000 (+0000) Subject: Add X-Git-Tag: REL7_2_BETA5~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=774490c3db9a10df0d00f6d0ee72cb99a5298259;p=postgresql Add > * Allow binding query args over FE/BE protocol --- diff --git a/doc/TODO b/doc/TODO index 4fd6fe1c66..1d87908ebe 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Dec 28 00:09:05 EST 2001 +Last updated: Fri Dec 28 00:23:30 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -346,6 +346,7 @@ CACHE * Cache most recent query plan(s) (Karel) [prepare] * Shared catalog cache, reduce lseek()'s by caching table size in shared area * Add free-behind capability for large sequential scans (Bruce) +* Allow binding query args over FE/BE protocol VACUUM