11TODO list for PostgreSQL
22========================
3- Last updated: Tue Jun 12 12:18:18 EDT 2001
3+ Last updated: Tue Jun 12 14:15:23 EDT 2001
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
4242* -Permission to DELETE table also allows UPDATE (Peter E)
4343* Allow elog() to return error codes, module name, file name, line
4444 number, not just messages (Peter E) [elog]
45- * Allow international error message support and add error codes [elog]
46- * Remove unused files during database vacuum or postmaster startup
45+ * -Allow international error message support and add error codes[elog](Peter E)
46+ * -Remove unused sort files on postmaster startup (Bruce)
47+ * Remove unreferenced table files and temp tables during database vacuum
48+ or postmaster startup
4749* Add table name mapping for numeric file names
4850* Overhaul pg_hba.conf host-based authentication
4951* Encrpyt passwords in pg_shadow table using MD5 (Vince)
5355
5456* Add domain capability [domain]
5557* Add IPv6 capability to INET/CIDR types
56- * Add conversion function from text to inet
58+ * - Add conversion function from text to inet
5759* Store binary-compatible type information in the system
5860* Support construction of array result values in expressions
5961* Remove Money type, add money formatting for decimal type
6668* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
6769* SELECT cash_out(2) crashes because of opaque
6870* -Add SQL standard function bit_length() (Peter E)
69- * Make oid use unsigned int more reliably, pg_atoi( )
71+ * - Make oid use unsigned int more reliably (Tom )
7072* ARRAYS
7173 * Allow nulls in arrays
7274 * Allow arrays to be ORDER'ed
@@ -83,7 +85,7 @@ MULTILANGUAGE SUPPORT
8385
8486VIEWS
8587
86- * Automatically create rules on views so they are updateable, per SQL92
88+ * Automatically create rules on views so they are updateable, per SQL92 [view]
8789* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
8890* Allow NOTIFY in rules involving conditionals
8991* Evaluate INSERT rules at end of query, rather than beginning
0 commit comments