summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-27here are the patches for psql on Win32:Bruce Momjian
2003-07-26At long last I put together a patch to support 4 client SSL negotiationBruce Momjian
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-07-23Czech translation updates from Karel ZakPeter Eisentraut
2003-06-28Merge PO file updates from 7.3 branch.Peter Eisentraut
2003-06-28When using new protocol, PQexec can get out of a COPY IN or COPY OUTTom Lane
2003-06-25> This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian
2003-06-23Change pqInternalNotice to accept a format string and args instead ofTom Lane
2003-06-23Remove crypt.h from fe-connect.c --- not needed, and caused problems onBruce Momjian
2003-06-21Get rid of extraneous newline in PQendcopy error output (was causingTom Lane
2003-06-21Update libpq to make new features of FE/BE protocol available toTom Lane
2003-06-20We neglected to set conn->raddr.salen, leading to breakage of CANCELTom Lane
2003-06-17Add missing file to clean target.Peter Eisentraut
2003-06-14Handle threading in two more gethostbyname calls.Bruce Momjian
2003-06-14Make libpq thread-safe with configure --with-threads option.Bruce Momjian
2003-06-14Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian
2003-06-12Add thread-enable compile variables into libpq.Bruce Momjian
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian
2003-06-12Back out patch that got bundled into another patch.Bruce Momjian
2003-06-12New patch with corrected README attached.Bruce Momjian
2003-06-12IPv6 cleanups.Bruce Momjian
2003-06-12I found the libpq function PGunescapeBytea a little slow. It was taking aBruce Momjian
2003-06-09freeaddrinfo2() does need two parameters after all, per comment byTom Lane
2003-06-08libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane
2003-05-26Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane
2003-05-16Revert kerberos code breakage.Tom Lane
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
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-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-06Add display of eventual result RowDescription (if any) to the outputTom Lane
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
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-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-14path.c needs to be included in libpq; per Joe Conway.Tom Lane