diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-11-26 22:06:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-11-26 22:06:26 +0000 |
commit | 9c54c5f4687bb0f39c4a4b390be7887cee8cc7ed (patch) | |
tree | 19cfd9df45ce7b93d99f2221e4b08c7e35f598dc | |
parent | b010b9d78e455722cfbba3ca760b6bace057a64b (diff) | |
download | postgresql-9c54c5f4687bb0f39c4a4b390be7887cee8cc7ed.tar.gz postgresql-9c54c5f4687bb0f39c4a4b390be7887cee8cc7ed.zip |
Update TODO in 7.3 branch
-rw-r--r-- | doc/TODO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Nov 12 21:10:17 EST 2002 +Last updated: Tue Nov 26 17:05:35 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -26,6 +26,7 @@ Urgent o allow replication over unreliable or non-persistent links o http://gborg.postgresql.org/project/pgreplication/projdisplay.php * Point-in-time data recovery using backup and write-ahead log +* Create native Win32 port [win32] Reporting @@ -65,6 +66,7 @@ Data Types * Allow INET subnet tests using non-constants * Add now("transaction|statement|clock") functionality * -Add GUC variables to control floating number output digits (Pedro Ferreira) +* Have sequence dependency track use of DEFAULT sequences, seqname.nextval * CONVERSION o Allow better handling of numeric constants, type conversion @@ -269,7 +271,8 @@ Referential Integrity in array * Allow DEFERRABLE UNIQUE constraints * Allow triggers to be disabled [trigger] -* Support statement-level triggers and triggers on columns (Neil) +* -Support statement-level triggers (Neil) +* Support triggers on columns (Neil) Dependency Checking @@ -283,7 +286,7 @@ Transactions ============ * Overhaul bufmgr/lockmgr/transaction manager -* Allow savepoints / nested transactions [transactions] +* Allow savepoints / nested transactions [transactions] (Bruce) Exotic Features @@ -374,7 +377,7 @@ Optimizer / Executor * Improve Subplan list handling * Allow Subplans to use efficient joins(hash, merge) with upper variable -* Add hash for evaluating GROUP BY aggregates (Tom) +* -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] * Missing optimizer selectivities for date, r-tree, etc. [optimizer] @@ -418,7 +421,6 @@ Source Code * Better document ability to build only certain interfaces (Marc) * Remove or relicense modules that are not under the BSD license, if possible * Remove memory/file descriptor freeing befor elog(ERROR) (Bruce) -* Create native Win32 port [win32] * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout |