11TODO list for PostgreSQL
22========================
3- Last updated:Tue Feb 18 20:30:27 EST 2003
3+ Last updated:Wed Mar 5 21:29:28 EST 2003
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -16,14 +16,14 @@ Urgent
1616======
1717
1818* Add replication of distributed databases [replication]
19- oautomatic failover
20- oload balancing
21- omaster /slave replication
22- omulti -master replication
23- opartition data across servers
24- osample implementation in contrib/rserv
25- oqueries across databases or servers (two-phase commit)
26- oallow replication over unreliable or non-persistent links
19+ oAutomatic failover
20+ oLoad balancing
21+ oMaster /slave replication
22+ oMulti -master replication
23+ oPartition data across servers
24+ oSample implementation in contrib/rserv
25+ oQueries across databases or servers (two-phase commit)
26+ oAllow replication over unreliable or non-persistent links
2727o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
2828* Point-in-time data recovery using backup and write-ahead log
2929* Create native Win32 port [win32]
@@ -179,7 +179,8 @@ Commands
179179o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
180180 of the item above
181181o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
182- * Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
182+ o Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
183+ o Have ALTER TABLE rename SERIAL sequences
183184
184185* CLUSTER
185186o Automatically maintain clustering on a table
@@ -271,7 +272,7 @@ Clients
271272o fix handling of DB attributes that are arrays
272273
273274* Python
274- o Allow users to register their own types with_pg
275+ o Allow users to register their own types withpg_
275276o Allow SELECT to return a dictionary of dictionaries
276277o Allow COPY BINARY FROM
277278