|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Sep16 21:50:14 EDT 1999 |
| 3 | +Last updated:Fri Sep17 11:48:23 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
|
6 | 6 |
|
|
189 | 189 | * Add configure test to check for C++ need for *.h and namespaces
|
190 | 190 | * Allow BLCKSZ <= 64k, not <= 32k
|
191 | 191 | * redesign UNION structures to have separarate target lists
|
| 192 | +* Allow multi-level query trees for INSERT INTO ... SELECT |
192 | 193 |
|
193 | 194 | PERFORMANCE
|
194 | 195 | -----------
|
@@ -256,6 +257,7 @@ SOURCE CODE
|
256 | 257 | * Add needed includes and removed unneede include files(Bruce)
|
257 | 258 | * Make configure --enable-debug add -g on compile line
|
258 | 259 | * Does Mariposa source contain any other bug fixes?
|
| 260 | +* Remove SET KSQO option of OR processing is improved |
259 | 261 |
|
260 | 262 | ---------------------------------------------------------------------------
|
261 | 263 |
|
|