summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-05-27Fixed incorrect output for some structs.Michael Meskes
2003-05-26Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane
2003-05-23Forgot these.Michael Meskes
2003-05-23ecpg now accepts array elements as arguments.Michael Meskes
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-05-22Fixed segfault when detecting undefined cursor.Michael Meskes
2003-05-22ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes
2003-05-20Reversed my incorrect fix.Michael Meskes
2003-05-19Fixed exec sql ifdef command.Michael Meskes
2003-05-16Made variable type double work again.Michael Meskes
2003-05-16Fixed incorrect include and another typo. Sorry, the include did not create a...Michael Meskes
2003-05-16Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian
2003-05-16Revert kerberos code breakage.Tom Lane
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-14 - Added more compatibility functions.Michael Meskes
2003-05-13Fixed order of include file search path.Michael Meskes
2003-05-10Add Makefile rules for new crypt/rint() /port functions. Add includeBruce Momjian
2003-05-09More cleanups now that we have crypt().Bruce Momjian
2003-05-09Add crypt() to /port for Win32.Bruce Momjian
2003-05-09Add rint() to /port, remove from qnx/.Bruce Momjian
2003-05-08I think we're done with protocol instability, so mark server and libpqTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-07Fixed bug with Warnings. Warnings are not added to the Statement instead ofBarry Lind
2003-05-06Add display of eventual result RowDescription (if any) to the outputTom Lane
2003-05-06Added rfmtlong compatibility function.Michael Meskes
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-05-03Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind
2003-05-02Fixed double definition of ecpg_compat_mode.Michael Meskes
2003-05-01Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes
2003-04-28Missed some corner cases (PGSERVICE mostly)...Tom Lane
2003-04-28Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane
2003-04-26Add transaction status field to ReadyForQuery messages, and make roomTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-25Add new versions DLL lists, from Karl WaclawekBruce Momjian
2003-04-25Fix typo in DLL list.Bruce Momjian
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-24Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list.Bruce Momjian
2003-04-22Remove Win32 special rename/unlink from libpq.Bruce Momjian
2003-04-22Add dirmod to libpq Makefile.Bruce Momjian
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-17Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind
2003-04-16Fix some problems exposed by building outside the source tree.Tom Lane
2003-04-14path.c needs to be included in libpq; per Joe Conway.Tom Lane
2003-04-14exposed the addDataType method to the PGConnection, allows users to add datat...Dave Cramer
2003-04-13Applied patch submitted by Nic Ferrier with some cleanups of his previousBarry Lind
2003-04-10Fix error recovery for SSL_read/SSL_write calls.Tom Lane