11TODO list for PostgreSQL
22========================
3- Last updated:Tue Feb19 22:50 :15 EST 2002
3+ Last updated:Thu Feb21 00:10 :15 EST 2002
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -33,8 +33,7 @@ REPORTING
3333* Allow elog() to return error codes, module name, file name, line
3434 number, not just messages (Peter E)
3535* Add error codes (Peter E)
36- * Change DEBUG startup tag to NOTICE; change NOTICE to output to client
37- only if client exists (Bruce)
36+ * Change DEBUG startup tag to NOTICE (Bruce)
3837* Show location of syntax error in query [yacc]
3938
4039
@@ -50,7 +49,7 @@ PERMISSIONS
5049* Make single-user local access permissions the default by limiting
5150 permissions on the socket file (Peter E)
5251* Use thread-safe crypt() in libpq, if available
53-
52+ * -Allow permissions for functions (Peter E)
5453
5554ADMIN
5655-----
@@ -397,7 +396,7 @@ WRITE-AHEAD LOG
397396 partial page writes
398397* Turn off after-change writes if fsync is disabled (?)
399398* Add WAL index reliability improvement to non-btree indexes
400- * Reorder postgresql.conf WAL items in order of importance
399+ *- Reorder postgresql.conf WAL items in order of importance (Bruce)
401400* Remove wal_files postgresql.conf option because WAL files are now recycled
402401* Find proper defaults for postgresql.conf WAL entries
403402* Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
@@ -466,6 +465,7 @@ SOURCE CODE
466465* Change representation of whole-tuple parameters to functions
467466* Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
468467* Clarify use of 'application' and 'command' tags in SGML docs
468+ * Allow ability to easily build only certain interfaces (Marc)
469469
470470
471471---------------------------------------------------------------------------