| Age | Commit message (Expand) | Author |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-27 | here are the patches for psql on Win32: | Bruce Momjian |
| 2003-07-26 | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-07-23 | Czech translation updates from Karel Zak | Peter Eisentraut |
| 2003-06-28 | Merge PO file updates from 7.3 branch. | Peter Eisentraut |
| 2003-06-28 | When using new protocol, PQexec can get out of a COPY IN or COPY OUT | Tom Lane |
| 2003-06-25 | > This change (I'm sure this will wrap poorly -- sorry): | Bruce Momjian |
| 2003-06-23 | Change pqInternalNotice to accept a format string and args instead of | Tom Lane |
| 2003-06-23 | Remove crypt.h from fe-connect.c --- not needed, and caused problems on | Bruce Momjian |
| 2003-06-21 | Get rid of extraneous newline in PQendcopy error output (was causing | Tom Lane |
| 2003-06-21 | Update libpq to make new features of FE/BE protocol available to | Tom Lane |
| 2003-06-20 | We neglected to set conn->raddr.salen, leading to breakage of CANCEL | Tom Lane |
| 2003-06-17 | Add missing file to clean target. | Peter Eisentraut |
| 2003-06-14 | Handle threading in two more gethostbyname calls. | Bruce Momjian |
| 2003-06-14 | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian |
| 2003-06-14 | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian |
| 2003-06-12 | Add thread-enable compile variables into libpq. | Bruce Momjian |
| 2003-06-12 | Attached is the complete diff against current CVS. | Bruce Momjian |
| 2003-06-12 | Back out patch that got bundled into another patch. | Bruce Momjian |
| 2003-06-12 | New patch with corrected README attached. | Bruce Momjian |
| 2003-06-12 | IPv6 cleanups. | Bruce Momjian |
| 2003-06-12 | I found the libpq function PGunescapeBytea a little slow. It was taking a | Bruce Momjian |
| 2003-06-09 | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane |
| 2003-06-08 | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane |
| 2003-05-26 | Adjust error-handling logic in libpq. For the first time, libpq copes | Tom Lane |
| 2003-05-16 | Revert kerberos code breakage. | Tom Lane |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-10 | Add Makefile rules for new crypt/rint() /port functions. Add include | Bruce Momjian |
| 2003-05-09 | More cleanups now that we have crypt(). | Bruce Momjian |
| 2003-05-09 | Add crypt() to /port for Win32. | Bruce Momjian |
| 2003-05-08 | I think we're done with protocol instability, so mark server and libpq | Tom Lane |
| 2003-05-08 | Update 3.0 protocol support to match recent agreements about how to | Tom Lane |
| 2003-05-06 | Add display of eventual result RowDescription (if any) to the output | Tom Lane |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
| 2003-04-28 | Missed some corner cases (PGSERVICE mostly)... | Tom Lane |
| 2003-04-28 | Okay, I've had it with PQsetdbLogin having slightly different defaults | Tom Lane |
| 2003-04-26 | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-25 | Add new versions DLL lists, from Karl Waclawek | Bruce Momjian |
| 2003-04-25 | Fix typo in DLL list. | Bruce Momjian |
| 2003-04-25 | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-24 | Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. | Bruce Momjian |
| 2003-04-22 | Remove Win32 special rename/unlink from libpq. | Bruce Momjian |
| 2003-04-22 | Add dirmod to libpq Makefile. | Bruce Momjian |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-04-19 | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane |
| 2003-04-17 | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane |
| 2003-04-14 | path.c needs to be included in libpq; per Joe Conway. | Tom Lane |