diff options
author | Bruce Momjian | 1998-03-22 03:22:50 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-03-22 03:22:50 +0000 |
commit | 825d6f8fce05f5addf62853af799f2ad285284dc (patch) | |
tree | a16965f0f943cb315cbd786fee0738959c3a9366 | |
parent | 85fe4cc17ddb5f6e004cc747dad9f912bd3c37c9 (diff) |
Cleanup for Thomas
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -12,6 +12,7 @@ ecpg cleanup/fixes, now version 1.1(Michael Meskes) pg_user cleanup(Bruce) large object fix for pg_dump and tclsh(alvin@camberlo.demon.co.uk) LIKE fix for multiple adjacent underscores +LIKE/BETWEEN fix for having function call as target(Thomas) fix for redefining builtin functions(Thomas) ultrix4 cleanup upgrade to pg_access 0.83 @@ -20,7 +21,7 @@ multi-byte character set support, see doc/README.mb(Tatsuo) configure --with-pgport fix pg_ident fix big-endian fix for backend communications(Kataoka) -SUBSTR() and substring() fix(Thomas) +SUBSTR() and substring() fix(Jan) several jdbc fixes(Peter) libpgtcl improvements, see libptcl/README(Randy Kunkee) Fix for "Datasize = 0" error(Vadim) @@ -200,6 +200,7 @@ ecpg cleanup/fixes, now version 1.1(Michael Meskes) pg_user cleanup(Bruce) large object fix for pg_dump and tclsh(alvin@camberlo.demon.co.uk) LIKE fix for multiple adjacent underscores +LIKE/BETWEEN fix for having function call as target(Thomas) fix for redefining builtin functions(Thomas) ultrix4 cleanup upgrade to pg_access 0.83 @@ -208,7 +209,7 @@ multi-byte character set support, see doc/README.mb(Tatsuo) configure --with-pgport fix pg_ident fix big-endian fix for backend communications(Kataoka) -SUBSTR() and substring() fix(Thomas) +SUBSTR() and substring() fix(Jan) several jdbc fixes(Peter) libpgtcl improvements, see libptcl/README(Randy Kunkee) Fix for "Datasize = 0" error(Vadim) |