diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-17 00:20:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-17 00:20:21 +0000 |
commit | b770dc954e382b758d4bd3280acee80c181d7e56 (patch) | |
tree | 82348861b39612bd1d01c12eb7d086e4620de2c2 /HISTORY | |
parent | 43694324053ee3489bb9f05718de1f7697813bd1 (diff) | |
download | postgresql-b770dc954e382b758d4bd3280acee80c181d7e56.tar.gz |
Add to libpq changes made by Tom for new protocol.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -259,6 +259,10 @@ 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", "Prefer", and "require" (Jon Jensen) +Allow new error codes and levels of text (Tom) +Allow access to the underlying table and column of a query result (Tom) +Allow access to the current transaction status (Tom) +Add ability to pass binary data directly to the backend (Tom) _________________________________________________________________ |