|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Aug21 07:07:42 EDT 2001 |
| 3 | +Last updated:Thu Aug23 10:41:58 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
50 | 50 | * -Remove unreferenced sort files during postmaster startup (Bruce)
|
51 | 51 | * Add table name mapping for numeric file names
|
52 | 52 | * -Better document pg_hba.conf host-based authentication (Bruce)
|
53 |
| -* Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince) |
| 53 | +*-Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince) |
54 | 54 | * Incremental backups
|
55 | 55 | * Make it easier to create a database owned by someone who can't createdb
|
56 | 56 |
|
@@ -309,7 +309,7 @@ MISCELLANEOUS
|
309 | 309 | * Make blind writes go through the file descriptor cache
|
310 | 310 | * Allow logging of query durations
|
311 | 311 | * Add hash for evaluating GROUP BY aggregates
|
312 |
| -* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce) |
| 312 | +*-Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce) |
313 | 313 | * Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
|
314 | 314 | spining to obtain lock on multi-cpu systems
|
315 | 315 | * Add queue of backends waiting for spinlock
|
|