@@ -29,10 +29,11 @@ PARSER
2929* Select a[1] FROM test fails, it needs test.a[1]
3030* Array index references without table name cause problems
3131* Update table SET table.value = 3 fails
32- * Creating index of TIMESTAMP fails, rename to DATETIME(Thomas)
32+ * Creating index of TIMESTAMP& RELTIME fails, rename to DATETIME(Thomas)
3333* SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
3434* INSERT ... SELECT ... GROUP BY groups by target columns not source columns
3535* CREATE TABLE test (a char(5) DEFAULT text '', b int4) fails on INSERT
36+ * UNION with LIMIT fails
3637
3738VIEWS
3839
154155* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
155156* Allow PQrequestCancel() to terminate when in waiting-for-lock state
156157* Transaction log, so re-do log can be on a separate disk by
157- logging SQL queries, or before/ after row images
158+ with after- row images
158159* Populate backend status area and write program to dump status data
159160* Make oid use unsigned int more reliably, pg_atoi()
160161* Allow subqueries in target list