|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed May 3010:37:14 EDT 2001 |
| 3 | +Last updated:Wed May 3015:48:45 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
46 | 46 | * Remove unused files during database vacuum or postmaster startup |
47 | 47 | * Add table name mapping for numeric file names |
48 | 48 | * Overhaul pg_hba.conf host-based authentication |
| 49 | +* Encrpyt passwords in pg_shadow table using MD5 (Vince) |
49 | 50 | * Incremental backups |
50 | 51 |
|
51 | 52 | TYPES |
@@ -226,11 +227,11 @@ MISCELLANEOUS |
226 | 227 |
|
227 | 228 | * Increase identifier length(NAMEDATALEN) if small performance hit |
228 | 229 | * Create a background process for each database that runs while |
229 | | - database is idle, finding superceeded rows, gathering stats and vacuuming |
230 | | -* Populate backend status area and write program to dump status data |
231 | | -* Put sort files in their own directory |
| 230 | + database is idle, finding superceeded rows, gathering stats and |
| 231 | + vacuuming (Tom) |
| 232 | +* Populate backend status area and write program to dump status data (Jan) |
| 233 | +* -Put sort files in their own directory (Bruce) |
232 | 234 | * Show location of syntax error in query [yacc] |
233 | | -* Encrpyt passwords in pg_shadow table using MD5 (Vince) |
234 | 235 | * Allow Java server-side programming [java] |
235 | 236 | * Add sed-like regular expression search/replace capability |
236 | 237 | * Change representation of whole-tuple parameters to functions |
|