@@ -258,7 +258,7 @@ Document service capability, and add sample file (Bruce)
258
258
Make PQsetdbLogin() have the same defaults as PQconnectdb() (Tom)
259
259
Allow libpq to cleanly fail when result sets are too large (Tom)
260
260
Improve 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)
262
262
Allow pqInternalNotice() to accept a format string and args instead of
263
263
just a preformatted message (Tom, Sean Chittenden)
264
264
Allow control SSL negotiation with sslmode values "disable", "allow",
@@ -281,7 +281,7 @@ Miscellaneous Interfaces
281
281
Prevent possible memory leak or core dump during libpgtcl shutdown (Tom)
282
282
Add ecpg Informix compatibility (Michael)
283
283
Add 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)
285
285
Allow client interfaces to compile under MinGW/win32 (Bruce)
286
286
Move python client interface to http://www.pygresql.org (Marc)
287
287