|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Wed Jan 3 01:56:41 EST 2001 |
| 3 | +Last updated: Thu Jan 4 03:13:20 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
79 | 79 | * Allow international error message support and add error codes
|
80 | 80 | * -Unify configuration into one configuration file (Peter E)
|
81 | 81 | * -use setproctitle() if it exists for 'ps' display of status
|
82 |
| -* Prevent initdb from running wrong version of postmaster/postgres |
| 82 | +* -Prevent initdb from running wrong version of postmaster/postgres (Peter E) |
83 | 83 | * Remove unused files during database vacuum or postmaster startup
|
84 | 84 |
|
85 | 85 | TYPES
|
|
97 | 97 | * -Fix improper masking of some inet/cidr types [cidr]
|
98 | 98 | * Make a separate SERIAL type?
|
99 | 99 | * Store binary-compatible type information in the system
|
100 |
| -* Add support for & operator |
| 100 | +* -Add support for & operator (Peter E) |
101 | 101 | * Allow LOCALE on a per-column basis, default to ASCII
|
102 | 102 | * Allow nulls in arrays
|
103 | 103 | * Allow arrays to be ORDER'ed
|
@@ -146,10 +146,10 @@ COMMANDS
|
146 | 146 | * ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
|
147 | 147 | * -Add ALTER TABLE ALTER COLUMN feature (Peter E)
|
148 | 148 | * Add ALTER TABLE DROP COLUMN feature [drop]
|
149 |
| -* Add ALTER TABLE command to change table ownership (Mark H) |
| 149 | +* -Add ALTER TABLE command to change table ownership (Mark H) |
150 | 150 | * Add ALTER FUNCTION
|
151 | 151 | * Add ALTER TABLE ... DROP CONSTRAINT
|
152 |
| -* Add ALTER USER command to change user db attributes |
| 152 | +* -Add ALTER USER command to change user db attributes (Peter E) |
153 | 153 | * Automatically drop constraints/functions when object is dropped
|
154 | 154 | * Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
|
155 | 155 | NULL specification, indexes, permissions, etc on table
|
@@ -178,7 +178,7 @@ CLIENTS
|
178 | 178 | * Update reltuples from COPY command
|
179 | 179 | * Allow COPY to specify column names
|
180 | 180 | * fix array handling for ECPG
|
181 |
| -* add pg_dump option to dump type names as standard ANSI types |
| 181 | +* -add pg_dump option to dump type names as standard ANSI types |
182 | 182 | * -make pg_dump dump in oid order, so dependencies are resolved (Philip)
|
183 | 183 | * allow psql \d to show primary and foreign keys
|
184 | 184 | * allow psql \d to show temporary table structure
|
@@ -332,13 +332,13 @@ Developers who have claimed items are:
|
332 | 332 | * Michael is Michael Meskes <meskes@postgresql.org>
|
333 | 333 | * Oleg is Oleg Bartunov <oleg@sai.msu.su>
|
334 | 334 | * Peter is Peter T Mount <peter@retep.org.uk>
|
335 |
| - * Philip is Philip Warner <pjw@rhyme.com.au> |
336 | 335 | * Peter E is Peter Eisentraut<peter_e@gmx.net>
|
| 336 | + * Philip is Philip Warner <pjw@rhyme.com.au> |
337 | 337 | * Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
|
338 | 338 | * Ryan is Ryan Bradetich <rbrad@hpb50023.boi.hp.com>
|
339 | 339 | * Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
|
340 | 340 | * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp>
|
341 |
| - * Tom is Tom Lane <tgl@sss.pgh.pa.us> |
342 | 341 | * Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
|
| 342 | + * Tom is Tom Lane <tgl@sss.pgh.pa.us> |
343 | 343 | * TomH is Tom I Helbekkmo <tih@Hamartun.Priv.NO>
|
344 | 344 | * Vadim is Vadim B. Mikheev <vadim4o@email.com>
|
0 commit comments