Skip to content

Commit 5d91f38

Browse files
committed
Update TODO list.
1 parent 5525297 commit 5d91f38

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/TODO

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Feb 21 19:58:12 EST 2000
3+
Last updated: Tue Feb 22 09:07:16 EST 2000
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -140,7 +140,7 @@ TYPES
140140
* -Add index on NUMERIC/DECIMAL type(Jan)
141141
* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
142142
* Functions returning sets don't really work right[function]
143-
* -Make type equivalency apply to aggregates
143+
* Make type equivalency apply to aggregates(Peter E.)
144144

145145
VIEWS
146146

@@ -205,7 +205,7 @@ MISC
205205
* Create a background process for each database that runs while
206206
database is idle, finding superceeded rows, gathering stats and vacuuming
207207
* Add UNIQUE capability to non-btree indexes
208-
* -Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)
208+
* Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)
209209
* Restore unused oid's on backend exit if no one else has gotten oids
210210
* Have UPDATE/DELETE clean out indexes
211211
* -Allow WHERE restriction on ctid(Hiroshi)
@@ -221,7 +221,8 @@ MISC
221221
* Do autocommit so always in a transaction block(?)
222222
* Show location of syntax error in query [yacc]
223223
* Redesign the function call interface to handle NULLs better[function](Tom)
224-
* -Document/trigger/rule so changes to pg_shadow recreate pg_pwd [pg_shadow]
224+
* -Document/trigger/rule so changes to pg_shadow recreate pg_pwd
225+
[pg_shadow](Peter E.)
225226
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
226227
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
227228
* Overhaul bufmgr/lockmgr/transaction manager
@@ -287,7 +288,7 @@ MISC
287288
* improve dynamic memory allocation by introducing tuple-context memory
288289
allocation [memory]
289290
* -fix memory leak in cache code when non-existant table is referenced
290-
In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
291+
* In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
291292
* -pass atttypmod through parser in more cases [atttypmod]
292293
* -remove duplicate type in/out functions for disk and net
293294
* Allow persistent backends [persistent]

0 commit comments

Comments
 (0)