|
28 | 28 | * Be smarter about promoting types when UNION merges different data types
|
29 | 29 | * redesign INSERT ... SELECT to have two levels of target list
|
30 | 30 | * have INTERSECT/EXCEPT prevent duplicates unless ALL is specified
|
31 |
| -* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct] |
32 | 31 | * SELECT col::DECIMAL(12,10); fails
|
33 | 32 |
|
34 | 33 | VIEWS
|
|
67 | 66 | * Test syslog functionality
|
68 | 67 | * Allow elog() to return error codes, not just messages
|
69 | 68 | * Allow international error message support and add error codes
|
70 |
| -* Add ability to specifiy location of lock/socket files [flock] |
71 | 69 | * Unify configuration into one configuration file (Peter E)
|
72 | 70 | * use setproctitle() if it exists for 'ps' display of status
|
73 | 71 |
|
@@ -252,7 +250,6 @@ SOURCE CODE
|
252 | 250 | -----------
|
253 | 251 | * Add use of 'const' for variables in source tree
|
254 | 252 | * -Fix C optimizer problem where fmgr_ptr calls return different types (Tom)
|
255 |
| - [alpha] |
256 | 253 | * Does Mariposa source contain any other bug fixes?
|
257 | 254 | * Remove SET KSQO option now that OR processing is improved(Tom)
|
258 | 255 | * -Use macros to define NT open() file parameters, remove NT-specific defines
|
|