@@ -25,11 +25,13 @@ Prevent file descriptor leaks in failed COPY's(Bruce)
2525Fix memory leak in libpgtcl's pg_select(Constantin)
2626Fix problems with username/passwords over 8 characters(Tom)
2727Fix problems with handling of asynchronous NOTIFY in backend(Tom)
28+ Fix of many bad system table entries(Tom)
2829
2930Enhancements
3031------------
3132Upgrade ecpg and ecpglib,see src/interfaces/ecpc/ChangeLog(Michael)
32- Show the index used in an explain(Zeugswetter)
33+ Show the index used in an EXPLAIN(Zeugswetter)
34+ EXPLAIN invokes rule system and shows plan(s) for rewritten queries(Jan)
3335Multi-byte awareness of many data types and functions, via configure(Tatsuo)
3436New configure --with-mb option(Tatsuo)
3537New initdb --pgencoding option(Tatsuo)
@@ -81,11 +83,9 @@ feature, see /doc/README.mb(Tatsuo)
8183/contrib/noupdate code to revoke update permission on a column
8284Libpq can now be compiled on win32(Magnus)
8385Add PQsetdbLogin() in libpq
84- Two styles we agreed upon for database descriptors(Thomas)
8586New 8-byte integer type, checked by configure for OS support(Thomas)
86- Better support for quited table/column names(Thomas)
87- Surround table and column names with double-quotes(Thomas) in generated
88- sql code to preserve case (SQL92 syntax)(Thomas)
87+ Better support for quoted table/column names(Thomas)
88+ Surround table and column names with double-quotes in pg_dump(Thomas)
8989PQreset() now works with passwords(Tom)
9090Handle case of GROUP BY target list column number out of range(David)
9191Allow UNION in subselects
@@ -133,8 +133,6 @@ New rewrite system fixes many problems with rules and views(Jan)
133133* handle subselects
134134* handle aggregates on views
135135* handle insert into select from view works
136- *
137-
138136System indexes are now multi-key(Bruce)
139137Oidint2, oidint4, and oidname types are removed(Bruce)
140138Use system cache for more system table lookups(Bruce)
@@ -150,7 +148,6 @@ Psql and libpq now compile under win32 using win32.mak(Magnus)
150148Lo_read no longer stores trailing NULL(Bruce)
151149Identifiers are now truncated to 31 characters internally(Bruce)
152150Createuser options now availble on the command line
153- PL/pgSQL backend programming language(Jan)
154151Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
155152Prevent file descriptor leaf from failed COPY(Bruce)
156153New pg_upgrade command(Bruce)
@@ -199,6 +196,7 @@ merged all OS-specific shared library defines into one file
199196smarter TCL/TK configuration checking(Billy)
200197smarter perl configuration(Brook)
201198configure uses supplied install-sh if no install script found(Tom)
199+ new Makefile.shlib for shared library configuration(Tom)
202200
203201
204202