summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-05 14:35:12 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-05 14:35:12 +0000
commit8bf7fffeea97b1e3915f180f2526d8b69dac9b01 (patch)
treec2287b2ab87acf332a212deccfe482168afbfd41 /HISTORY
parentabb69fbf494545050a916c097efad983d1b1bb94 (diff)
downloadpostgresql-8bf7fffeea97b1e3915f180f2526d8b69dac9b01.tar.gz
Update thread wording.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index d5071f034f..846f73e723 100644
--- a/HISTORY
+++ b/HISTORY
@@ -258,7 +258,7 @@ Document service capability, and add sample file (Bruce)
Make PQsetdbLogin() have the same defaults as PQconnectdb() (Tom)
Allow libpq to cleanly fail when result sets are too large (Tom)
Improve performance of PGunescapeBytea() (Ben Lamb)
-Allow threaded with --enable-thread-safety (Lee Kindness, Philip Yarra)
+Allow thread-safe libpq with --enable-thread-safety (Lee Kindness, Philip Yarra)
Allow pqInternalNotice() to accept a format string and args instead of
just a preformatted message (Tom, Sean Chittenden)
Allow control SSL negotiation with sslmode values "disable", "allow",
@@ -281,7 +281,7 @@ Miscellaneous Interfaces
Prevent possible memory leak or core dump during libpgtcl shutdown (Tom)
Add ecpg Informix compatibility (Michael)
Add ecpg DECIMAL type that is fixed length, for Informix (Michael)
-Allow threaded ecpg with --enable-thread-safety (Lee Kindness, Bruce)
+Allow thread-safe ecpg with --enable-thread-safety (Lee Kindness, Bruce)
Allow client interfaces to compile under MinGW/win32 (Bruce)
Move python client interface to http://www.pygresql.org (Marc)