From 4ba4b4a631cca7a82f3e26821bc37a8a012e9021 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 17 Feb 2003 18:47:02 +0000 Subject: [PATCH] Mark as done: > o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod) > o -Allow CLUSTER to cluster all tables (Alvaro Herrera) > * -Allow pg_dump to dump a specific schema (Neil Conway) > * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom) > * Rod is Rod Taylor --- doc/TODO | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/TODO b/doc/TODO index 925772dc4d..5f89826433 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 17 13:36:55 EST 2003 +Last updated: Mon Feb 17 13:46:07 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -176,12 +176,12 @@ Commands rows with DEFAULT value o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because of the item above - o Add ALTER TABLE tab SET WITHOUT OIDS + o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod) * Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values * CLUSTER o Automatically maintain clustering on a table - o Allow CLUSTER to cluster all tables, remove clusterdb + o Allow CLUSTER to cluster all tables (Alvaro Herrera) * COPY o Allow dump/load of CSV format @@ -240,7 +240,7 @@ Clients * Allow psql to show transaction status if backend protocol changes made * Add XML interface: psql, pg_dump, COPY, separate server (?) * -Add schema, cast, and conversion backslash commands to psql (Christopher) -* Allow pg_dump to dump a specific schema +* Allow pg_dump to dump a specific schema (Neil Conway) * Allow psql to do table completion for SELECT * FROM schema_part and table completion for SELECT * FROM schema_name. @@ -395,7 +395,7 @@ Optimizer / Executor * Allow Subplans to use efficient joins(hash, merge) with upper variable * -Add hash for evaluating GROUP BY aggregates (Tom) * Allow merge and hash joins on expressions not just simple variables (Tom) -* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists] +* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom) * Missing optimizer selectivities for date, r-tree, etc. [optimizer] * Allow ORDER BY ... LIMIT to select top values without sort or index using a sequential scan for highest/lowest values (Oleg) @@ -482,7 +482,7 @@ Developers who have claimed items are: * Peter M is Peter T Mount of Retep Software * Peter E is Peter Eisentraut * Philip is Philip Warner of Albatross Consulting Pty. Ltd. -* Rod is Rod Taylor +* Rod is Rod Taylor * Ross is Ross J. Reedstrom * Stephan is Stephan Szabo * Tatsuo is Tatsuo Ishii of Software Research Assoc.