|
1 | 1 | ====================================================
|
2 | 2 | TODO list (FAQ) for PostgreSQL
|
3 | 3 | ====================================================
|
4 |
| -last updated: Wed May 14 16:15:37 EDT 1997 |
| 4 | +last updated: Wed May 14 17:51:33 EDT 1997 |
5 | 5 |
|
6 | 6 | current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
7 | 7 |
|
@@ -189,6 +189,7 @@ SIGPIPE crash fix(Darren)
|
189 | 189 | large object fixes(Sven)
|
190 | 190 | allow btree indexes to handle NULLs(Vadim)
|
191 | 191 | timezone fixes(D'Arcy)
|
| 192 | +select SUM(x) can return NULL on no rows(Thomas) |
192 | 193 | internal optimizer, executor bug fixes(Vadim)
|
193 | 194 | fix problem where inner loop in < or <= has no rows(Vadim)
|
194 | 195 | prevent re-commuting join index clauses(Vadim)
|
@@ -217,20 +218,19 @@ new ANSI Time and Date types (Thomas)
|
217 | 218 | move large chunks of data in backend(Martin)
|
218 | 219 | multi-column btree indexes(Vadim)
|
219 | 220 | new SET var TO value command(Martin)
|
220 |
| -auto-udpate transaction status on reads(Dan) |
| 221 | +update transaction status on reads(Dan) |
221 | 222 | new locale settings for character types(Oleg)
|
222 | 223 | new SEQUENCE serial number generator(Vadim)
|
223 |
| -select SUM(x) can return NULL on no rows(Thomas) |
224 | 224 | GROUP BY function now possible(Vadim)
|
225 | 225 | re-organize regression test(Thomas,Marc)
|
226 | 226 | new optimizer operation weights(Vadim)
|
227 | 227 | new psql \z grant/permit option(Marc)
|
228 |
| -new MONEY data type(D'Arcy) |
| 228 | +new MONEY data type(D'Arcy,Thomas) |
229 | 229 | tcp socket communication speed improved(Vadim)
|
230 | 230 | new VACUUM option for attribute statistics, and for certain columns (Vadim)
|
231 | 231 | many geometric type improvements(Thomas,Keith)
|
232 | 232 | additional regression tests(Thomas)
|
233 |
| -new datestyle variable(Thomas) |
| 233 | +new datestyle variable(Thomas,Vadim,Martin) |
234 | 234 | more comparison operators for sorting types(Thomas)
|
235 | 235 | new conversion functions(Thomas)
|
236 | 236 | new more compact btree format(Vadim)
|
|
0 commit comments