Commit 20c01ef1 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 4e71240d
...@@ -28,7 +28,6 @@ PARSER ...@@ -28,7 +28,6 @@ PARSER
* Be smarter about promoting types when UNION merges different data types * Be smarter about promoting types when UNION merges different data types
* redesign INSERT ... SELECT to have two levels of target list * redesign INSERT ... SELECT to have two levels of target list
* have INTERSECT/EXCEPT prevent duplicates unless ALL is specified * have INTERSECT/EXCEPT prevent duplicates unless ALL is specified
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct]
* SELECT col::DECIMAL(12,10); fails * SELECT col::DECIMAL(12,10); fails
VIEWS VIEWS
...@@ -67,7 +66,6 @@ ADMIN ...@@ -67,7 +66,6 @@ ADMIN
* Test syslog functionality * Test syslog functionality
* Allow elog() to return error codes, not just messages * Allow elog() to return error codes, not just messages
* Allow international error message support and add error codes * Allow international error message support and add error codes
* Add ability to specifiy location of lock/socket files [flock]
* Unify configuration into one configuration file (Peter E) * Unify configuration into one configuration file (Peter E)
* use setproctitle() if it exists for 'ps' display of status * use setproctitle() if it exists for 'ps' display of status
...@@ -252,7 +250,6 @@ SOURCE CODE ...@@ -252,7 +250,6 @@ SOURCE CODE
----------- -----------
* Add use of 'const' for variables in source tree * Add use of 'const' for variables in source tree
* -Fix C optimizer problem where fmgr_ptr calls return different types (Tom) * -Fix C optimizer problem where fmgr_ptr calls return different types (Tom)
[alpha]
* Does Mariposa source contain any other bug fixes? * Does Mariposa source contain any other bug fixes?
* Remove SET KSQO option now that OR processing is improved(Tom) * Remove SET KSQO option now that OR processing is improved(Tom)
* -Use macros to define NT open() file parameters, remove NT-specific defines * -Use macros to define NT open() file parameters, remove NT-specific defines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment