postgresql/doc/TODO

172 lines
7.7 KiB
Plaintext
Raw Normal View History

1997-10-17 16:30:26 +02:00
TODO list for PostgreSQL
========================
1999-06-05 05:43:07 +02:00
Last updated: Fri Jun 4 23:16:01 EDT 1999
1996-08-19 00:14:33 +02:00
1998-02-28 16:08:15 +01:00
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
1996-08-19 00:14:33 +02:00
1996-10-04 17:15:24 +02:00
The most recent version of this document can be viewed at
1997-10-17 16:30:26 +02:00
the PostgreSQL WWW site, http://www.postgreSQL.org.
1996-10-04 17:15:24 +02:00
1998-02-01 22:20:26 +01:00
A dash(-) marks changes to be in the next release.
1996-12-26 23:15:15 +01:00
Developers who have claimed items are:
1997-10-17 16:30:26 +02:00
-------------------------------------
* Billy is Billy G. Allie <Bill.Allie@mug.org>
* Brook is Brook Milligan <brook@trillium.NMSU.Edu>
1998-02-28 16:08:15 +01:00
* Bruce is Bruce Momjian<maillist@candle.pha.pa.us>
* Bryan is Bryan Henderson<bryanh@giraffe.netgate.net>
* D'Arcy is D'Arcy J.M. Cain <darcy@druid.net>
* David is David Hartwig <daveh@insightdist.com>
1998-02-28 16:08:15 +01:00
* Edmund is Edmund Mergl <E.Mergl@bawue.de>
1999-06-05 05:43:07 +02:00
* Goran is Goran Thyni <goran@kyla.kiruna.se>
1998-02-28 16:08:15 +01:00
* Jan is Jan Wieck <wieck@sapserv.debis.de>
* Marc is Marc Fournier <scrappy@hub.org>
* Massimo Dal Zotto <dz@cs.unitn.it>
1998-03-21 06:28:27 +01:00
* Michael is Michael Meskes <meskes@debian.org>
1998-02-28 16:08:15 +01:00
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
* Peter is Peter T Mount <peter@retep.org.uk>
1998-02-28 16:08:15 +01:00
* Stefan Simkovics <ssimkovi@rainbow.studorg.tuwien.ac.at>
* Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp>
1998-10-24 06:43:39 +02:00
* Tom is Tom Lane <tgl@sss.pgh.pa.us>
1999-06-05 05:43:07 +02:00
* Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
* TomH is Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1996-08-19 00:14:33 +02:00
1999-06-05 05:43:07 +02:00
* Vadim is "Vadim B. Mikheev" <vadim@krs.ru>
1998-02-02 02:20:04 +01:00
1996-08-19 00:14:33 +02:00
RELIABILITY
-----------
1998-02-01 22:20:26 +01:00
* Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
* Overhaul bufmgr/lockmgr/transaction manager
1997-10-17 16:30:26 +02:00
* Remove EXTEND?
* Tables that start with xinv confused to be large objects
1999-06-05 05:43:07 +02:00
* Two and three dimensional arrays display improperly, missing {}
1997-10-17 16:30:26 +02:00
* SELECT a[1] FROM test fails, it needs test.a[1]
* UPDATE table SET table.value = 3 fails
1998-02-01 22:20:26 +01:00
* User who can create databases can modify pg_database table
1998-02-27 23:01:58 +01:00
* elog() does not free all its memory(Jan)
1998-03-21 06:28:27 +01:00
* views on subselects fail
* disallow inherited columns with the same name as new columns
* recover or force failure when disk space is exhausted
1998-11-07 04:19:54 +01:00
* views containing aggregates sometimes fail(Jan)
1999-06-05 05:43:07 +02:00
* ALTER TABLE ADD COLUMN does not honor DEFAULT, add CONSTRAINT
* array index references without table name cause problems
* views with spaces in view name fail when referenced
* plpgsql does not handle quoted mixed-case identifiers
* do not allow bpchar column creation without length
* INSERT INTO ... SELECT with AS columns matching result columns problem
1996-08-19 00:14:33 +02:00
ENHANCEMENTS
------------
1998-02-01 22:20:26 +01:00
* Transaction log, so re-do log can be on a separate disk
* Allow transaction commits with rollback with no-fsync performance
1997-10-17 16:30:26 +02:00
* More access control over who can create tables and access the database
1998-02-01 22:20:26 +01:00
* Add full ANSI SQL capabilities
1999-06-05 05:43:07 +02:00
* add OUTER joins, left and right(Thomas)
1998-02-28 16:08:15 +01:00
* add sql3 recursive unions
* add the concept of dataspaces
1999-06-05 05:43:07 +02:00
* add BIT, BIT VARYING
1998-02-28 16:08:15 +01:00
* NCHAR (as distinguished from ordinary varchar),
* DOMAIN capability
1997-10-17 16:30:26 +02:00
* Allow compression of large fields or a compressed field type
* Large objects
1999-06-05 05:43:07 +02:00
* Fix large object mapping scheme, own typeid or reltype(Peter)
* Allow large text type to use large objects(Peter)
1998-02-28 16:08:15 +01:00
* not to stuff everything as files in a single directory
1997-10-17 16:30:26 +02:00
* Better interface for adding to pg_group
* allow row re-use without vacuum, maybe?(Vadim)
* Populate backend status area and write program to dump status data
1999-06-05 05:43:07 +02:00
* Add ALTER TABLE DROP/ALTER COLUMN feature
* Add syslog functionality
1997-10-17 16:30:26 +02:00
* Add STDDEV/VARIANCE() function for standard deviation computation/variance
* add UNIQUE capability to non-btree indexes
* certain indexes will not shrink, i.e. oid indexes with many inserts
1998-02-28 16:08:15 +01:00
* make NULL's come out at the beginning or end depending on the ORDER BY direction
1997-10-17 16:30:26 +02:00
* Restore unused oid's on backend exit if no one else has gotten oids
1998-02-01 22:20:26 +01:00
* have UPDATE/DELETE clean out indexes
* allow WHERE restriction on ctid
* allow pg_descriptions when creating types, tables, columns, and functions
* Allow psql to print nulls as distinct from ""(?)
1998-02-27 23:01:58 +01:00
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
1999-06-05 05:43:07 +02:00
* Allow DISTINCT on views
1998-02-27 23:01:58 +01:00
* Allow views of aggregate columns
1998-03-21 06:28:27 +01:00
* Allow flag to control COPY input/output of NULLs
* Allow CLUSTER on all tables at once, and improve CLUSTER
1999-06-05 05:43:07 +02:00
* Allow elog() to return error codes, not just messages
* allow international error message support and add error codes
1998-03-21 06:28:27 +01:00
* Allow subqueries in target list
1998-04-07 23:01:28 +02:00
* Allow queries across multiple databases
* Add replication of distributed databases
* Generate error on CREATE OPERATOR of ~~, ~ and and ~*
* allow psql \copy to allow delimiters
* add a function to return the last inserted oid, for use in psql scripts
* allow creation of functional indexes to use default types
* put sort files, large objects in their on directory
1998-10-24 06:43:39 +02:00
* do autocommit so always in a transaction block
* add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* improve reporting of syntax errors by showing location of error in query
1999-06-05 05:43:07 +02:00
* allow chaining of pages to allow >8k tuples, auto-large object use
1998-11-07 04:19:54 +01:00
* redesign the function call interface to handle NULLs better(Jan)
1999-06-05 05:43:07 +02:00
* permissions on indexes - prevent them?
* document/trigger/rule so changes to pg_shadow create pg_pwd
* generate postmaster pid file and remove flock/fcntl lock code
* add ability to specifiy location of lock/socket files
* auto-destroy sequence on DROP of table with SERIAL
* make a separate serial type?
* allow user to define char1 column
* allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
* allow INSERT/UPDATE of system-generated oid value for a row
* missing optimizer selectivities for date, etc.
* Add support for & operator
* store binary-compatible type information in the system
* Allow ESCAPE '\' at the end of LIKE for ANSI compliance
* rewrite the LIKE handling by rewriting the user string with the
supplied ESCAPE
* Fix memory leak for expressions?, aggregates?
* Allow Subplans to use efficient joins(hash, merge) with upper variable
* Update reltuples from COPY command
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
fails index can't store constant parameters
* allow SQL function indexes
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
* Add IPv6 capability to INET/CIDR types
* Allow PQrequestCancel() to terminate when in waiting-for-lock state
* Increase identifier length(NAMEDATALEN) if small performance hit
* Fix for long table/column name auto-sequence serial name
1996-10-04 17:15:24 +02:00
PERFORMANCE
-----------
* Use indexes in ORDER BY for restrictive data sets, min(), max()
1999-06-05 05:43:07 +02:00
* Allow LIMIT ability on single-table queries that have no ORDER BY to use
1998-10-24 06:43:39 +02:00
a matching index
* Pull requested data directly from indexes, bypassing heap data
1998-02-01 22:20:26 +01:00
* Prevent fsync in SELECT-only queries
1997-10-17 16:30:26 +02:00
* Cache most recent query plan(s?)
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
* Allow compression of log and meta data
* Add FILLFACTOR to index creation
* update pg_statistic table to remove operator column
1998-02-01 22:20:26 +01:00
* make index creation use psort code, because it is now faster(Vadim)
1998-03-21 06:28:27 +01:00
* Allow char() not to use variable-sized header to reduce disk size
* Do async I/O to do better read-ahead of data
* Fix memory exhaustion when using many OR's
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
when it is available
* use mmap() rather than SYSV shared memory(?)
* use index to restrict rows returned by multi-key index when used with
non-consecutive keys or OR clauses, so fewer heap accesses
1998-10-24 06:43:39 +02:00
* use index with constants on functions
1999-06-05 05:43:07 +02:00
* process const = const parts of OR clause in separate pass
* make oid use oidin/oidout not int4in/int4out in pg_type.h
* make oid use unsigned int more reliably, pg_atoi()
* create more system table indexes for faster cache lookups
* Move LIKE index optimization handling to the optimizer
* Improve LIMIT processing by using index to limit rows processed
* Improve Subplan list handling
1996-08-19 00:14:33 +02:00
DOCUMENTATION
-------------
1998-10-24 06:43:39 +02:00
* Add use of 'const' for varibles in source tree