From: Bruce Momjian Date: Sun, 17 Aug 2003 00:20:21 +0000 (+0000) Subject: Add to libpq changes made by Tom for new protocol. X-Git-Tag: REL7_4_BETA2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b770dc954e382b758d4bd3280acee80c181d7e56;p=postgresql Add to libpq changes made by Tom for new protocol. --- diff --git a/HISTORY b/HISTORY index b12404d18e..7a47a7e925 100644 --- a/HISTORY +++ b/HISTORY @@ -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) _________________________________________________________________