From: Bruce Momjian Date: Sun, 18 Nov 2001 21:17:04 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA3~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98e05cec5b008452a47863d2057165be6b958a37;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 63bd911a06..9432012e63 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Nov 18 10:32:35 EST 2001 +Last updated: Sun Nov 18 16:16:56 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -357,6 +357,8 @@ MISCELLANEOUS * Do listen() in postmaster and accept() in pre-forked backend * Have pre-forked backend pre-connect to last requested database or pass 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) SOURCE CODE -----------