@@ -258,7 +258,7 @@ Document service capability, and add sample file (Bruce)
258258Make PQsetdbLogin() have the same defaults as PQconnectdb() (Tom)
259259Allow libpq to cleanly fail when result sets are too large (Tom)
260260Improve performance of PGunescapeBytea() (Ben Lamb)
261- Allowthreaded with --enable-thread-safety (Lee Kindness, Philip Yarra)
261+ Allowthread-safe libpq with --enable-thread-safety (Lee Kindness, Philip Yarra)
262262Allow pqInternalNotice() to accept a format string and args instead of
263263 just a preformatted message (Tom, Sean Chittenden)
264264Allow control SSL negotiation with sslmode values "disable", "allow",
@@ -281,7 +281,7 @@ Miscellaneous Interfaces
281281Prevent possible memory leak or core dump during libpgtcl shutdown (Tom)
282282Add ecpg Informix compatibility (Michael)
283283Add ecpg DECIMAL type that is fixed length, for Informix (Michael)
284- Allowthreaded ecpg with --enable-thread-safety (Lee Kindness, Bruce)
284+ Allowthread-safe ecpg with --enable-thread-safety (Lee Kindness, Bruce)
285285Allow client interfaces to compile under MinGW/win32 (Bruce)
286286Move python client interface to http://www.pygresql.org (Marc)
287287