Update TODO list.
This commit is contained in:
parent
5b2208a82e
commit
839c7924ec
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue Aug 21 07:07:42 EDT 2001
|
Last updated: Thu Aug 23 10:41:58 EDT 2001
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ ADMIN
|
|||||||
* -Remove unreferenced sort files during postmaster startup (Bruce)
|
* -Remove unreferenced sort files during postmaster startup (Bruce)
|
||||||
* Add table name mapping for numeric file names
|
* Add table name mapping for numeric file names
|
||||||
* -Better document pg_hba.conf host-based authentication (Bruce)
|
* -Better document pg_hba.conf host-based authentication (Bruce)
|
||||||
* Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)
|
* -Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)
|
||||||
* Incremental backups
|
* Incremental backups
|
||||||
* Make it easier to create a database owned by someone who can't createdb
|
* Make it easier to create a database owned by someone who can't createdb
|
||||||
|
|
||||||
@ -309,7 +309,7 @@ MISCELLANEOUS
|
|||||||
* Make blind writes go through the file descriptor cache
|
* Make blind writes go through the file descriptor cache
|
||||||
* Allow logging of query durations
|
* Allow logging of query durations
|
||||||
* Add hash for evaluating GROUP BY aggregates
|
* Add hash for evaluating GROUP BY aggregates
|
||||||
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
|
* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
|
||||||
* Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
|
* Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
|
||||||
spining to obtain lock on multi-cpu systems
|
spining to obtain lock on multi-cpu systems
|
||||||
* Add queue of backends waiting for spinlock
|
* Add queue of backends waiting for spinlock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user