@@ -56,7 +56,7 @@ ENHANCEMENTS
5656
5757URGENT
5858
59- * -Add OUTER joins, left and right[outer] (Tom, Thomas)
59+ * -Add OUTER joins, left and right (Tom, Thomas)
6060* -Allow long tuples by chaining or auto-storing outside db (TOAST) (Jan)
6161* -Fix memory leak for expressions (Tom)
6262* Add replication of distributed databases [replication]
9595o -Allow large object vacuuming
9696o -Tables that start with xinv confused to be large objects
9797* Add IPv6 capability to INET/CIDR types
98- * -Fix improper masking of some inet/cidr types[cidr]
98+ * -Fix improper masking of some inet/cidr types
9999* Add conversion function from text to inet
100100* Make a separate SERIAL type?
101101* Store binary-compatible type information in the system
@@ -224,7 +224,7 @@ EXOTIC FEATURES
224224* Add the concept of dataspaces/tablespaces [tablespaces]
225225* Allow queries across multiple databases
226226* Allow nested transactions (Vadim)
227- * Allow[ INSERT/UPDATE] ... RETURNING new.col or old.col (Philip)
227+ * Allow INSERT/UPDATE ... RETURNING new.col or old.col (Philip)
228228* SQL*Net listener that makes PostgreSQL appear as an Oracle database
229229 to clients
230230* Incremental backups
@@ -242,13 +242,13 @@ MISCELLANEOUS
242242* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
243243* Allow DELETE WHERE CURRENT OF cursor
244244* -Transaction log, so re-do log can be on a separate disk by
245- with after-row images (Vadim) [logging]
245+ with after-row images (Vadim)
246246* Populate backend status area and write program to dump status data
247247* Make oid use unsigned int more reliably, pg_atoi()
248248* Put sort files in their own directory
249249* Allow autocommit so always in a transaction block
250250* Show location of syntax error in query [yacc]
251- * -Redesign the function call interface to handle NULLs better[function] (Tom)
251+ * -Redesign the function call interface to handle NULLs better (Tom)
252252* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
253253* Overhaul bufmgr/lockmgr/transaction manager
254254* -redesign UNION structures to have separarate target lists