|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Sat Oct 24 22:41:11 EDT 1998 |
| 3 | +Last updated: Fri Oct 30 12:13:04 EST 1998 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
6 | 6 |
|
@@ -245,11 +245,13 @@ Prevent file descriptor leaks in failed COPY's(Bruce)
|
245 | 245 | Fix memory leak in libpgtcl's pg_select(Constantin)
|
246 | 246 | Fix problems with username/passwords over 8 characters(Tom)
|
247 | 247 | Fix problems with handling of asynchronous NOTIFY in backend(Tom)
|
| 248 | +Fix of many bad system table entries(Tom) |
248 | 249 |
|
249 | 250 | Enhancements
|
250 | 251 | ------------
|
251 | 252 | Upgrade ecpg and ecpglib,see src/interfaces/ecpc/ChangeLog(Michael)
|
252 |
| -Show the index used in an explain(Zeugswetter) |
| 253 | +Show the index used in an EXPLAIN(Zeugswetter) |
| 254 | +EXPLAIN invokes rule system and shows plan(s) for rewritten queries(Jan) |
253 | 255 | Multi-byte awareness of many data types and functions, via configure(Tatsuo)
|
254 | 256 | New configure --with-mb option(Tatsuo)
|
255 | 257 | New initdb --pgencoding option(Tatsuo)
|
@@ -370,7 +372,6 @@ Psql and libpq now compile under win32 using win32.mak(Magnus)
|
370 | 372 | Lo_read no longer stores trailing NULL(Bruce)
|
371 | 373 | Identifiers are now truncated to 31 characters internally(Bruce)
|
372 | 374 | Createuser options now availble on the command line
|
373 |
| -PL/pgSQL backend programming language(Jan) |
374 | 375 | Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
|
375 | 376 | Prevent file descriptor leaf from failed COPY(Bruce)
|
376 | 377 | New pg_upgrade command(Bruce)
|
@@ -419,4 +420,5 @@ merged all OS-specific shared library defines into one file
|
419 | 420 | smarter TCL/TK configuration checking(Billy)
|
420 | 421 | smarter perl configuration(Brook)
|
421 | 422 | configure uses supplied install-sh if no install script found(Tom)
|
| 423 | +new Makefile.shlib for shared library configuration(Tom) |
422 | 424 |
|
0 commit comments