@@ -56,7 +56,7 @@ ENHANCEMENTS
56
56
57
57
URGENT
58
58
59
- * -Add OUTER joins, left and right[outer] (Tom, Thomas)
59
+ * -Add OUTER joins, left and right (Tom, Thomas)
60
60
* -Allow long tuples by chaining or auto-storing outside db (TOAST) (Jan)
61
61
* -Fix memory leak for expressions (Tom)
62
62
* Add replication of distributed databases [replication]
95
95
o -Allow large object vacuuming
96
96
o -Tables that start with xinv confused to be large objects
97
97
* 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
99
99
* Add conversion function from text to inet
100
100
* Make a separate SERIAL type?
101
101
* Store binary-compatible type information in the system
@@ -224,7 +224,7 @@ EXOTIC FEATURES
224
224
* Add the concept of dataspaces/tablespaces [tablespaces]
225
225
* Allow queries across multiple databases
226
226
* 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)
228
228
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
229
229
to clients
230
230
* Incremental backups
@@ -242,13 +242,13 @@ MISCELLANEOUS
242
242
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
243
243
* Allow DELETE WHERE CURRENT OF cursor
244
244
* -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)
246
246
* Populate backend status area and write program to dump status data
247
247
* Make oid use unsigned int more reliably, pg_atoi()
248
248
* Put sort files in their own directory
249
249
* Allow autocommit so always in a transaction block
250
250
* 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)
252
252
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
253
253
* Overhaul bufmgr/lockmgr/transaction manager
254
254
* -redesign UNION structures to have separarate target lists
0 commit comments