| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert kerberos code breakage. | Tom Lane | 2003-05-16 | 1 | -3/+3 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 2 | -15/+5 |
| * | Add Makefile rules for new crypt/rint() /port functions. Add include | Bruce Momjian | 2003-05-10 | 1 | -3/+3 |
| * | More cleanups now that we have crypt(). | Bruce Momjian | 2003-05-09 | 1 | -5/+0 |
| * | Add crypt() to /port for Win32. | Bruce Momjian | 2003-05-09 | 1 | -2/+2 |
| * | I think we're done with protocol instability, so mark server and libpq | Tom Lane | 2003-05-08 | 1 | -2/+2 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 2 | -359/+315 |
| * | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 | 1 | -2/+2 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 2 | -3/+14 |
| * | Missed some corner cases (PGSERVICE mostly)... | Tom Lane | 2003-04-28 | 1 | -16/+30 |
| * | Okay, I've had it with PQsetdbLogin having slightly different defaults | Tom Lane | 2003-04-28 | 1 | -145/+144 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 2 | -5/+15 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 3 | -295/+62 |
| * | Add new versions DLL lists, from Karl Waclawek | Bruce Momjian | 2003-04-25 | 2 | -190/+292 |
| * | Fix typo in DLL list. | Bruce Momjian | 2003-04-25 | 2 | -2/+2 |
| * | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian | 2003-04-25 | 3 | -32/+6 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 3 | -39/+155 |
| * | Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. | Bruce Momjian | 2003-04-24 | 2 | -89/+94 |
| * | Remove Win32 special rename/unlink from libpq. | Bruce Momjian | 2003-04-22 | 1 | -2/+2 |
| * | Add dirmod to libpq Makefile. | Bruce Momjian | 2003-04-22 | 1 | -2/+2 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 4 | -182/+460 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 6 | -252/+309 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 3 | -124/+143 |
| * | path.c needs to be included in libpq; per Joe Conway. | Tom Lane | 2003-04-14 | 1 | -14/+15 |
| * | Fix error recovery for SSL_read/SSL_write calls. | Tom Lane | 2003-04-10 | 1 | -5/+23 |
| * | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 1 | -4/+4 |
| * | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 | 2 | -5/+7 |
| * | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 | 2 | -110/+19 |
| * | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | 2 | -17/+23 |
| * | Add PQfreemem() call for Win32. | Bruce Momjian | 2003-03-22 | 2 | -2/+16 |
| * | PGRES_POLLING_ACTIVE is unused, keep for backward compatibility. | Bruce Momjian | 2003-03-20 | 2 | -9/+4 |
| * | Improve error message. | Peter Eisentraut | 2003-03-18 | 1 | -2/+2 |
| * | Reorder crypt.h include for SunOS compile problem. | Bruce Momjian | 2003-03-17 | 1 | -10/+8 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 4 | -9/+9 |
| * | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 | 1 | -116/+146 |
| * | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii | 2003-02-19 | 1 | -2/+2 |
| * | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian | 2003-02-19 | 1 | -34/+35 |
| * | Fix some of the breakage from the IPV6 patch. | Tom Lane | 2003-02-14 | 1 | -51/+87 |
| * | #ifdef out stuff that shouldn't be compiled when not USE_SSL. | Tom Lane | 2003-02-03 | 1 | -1/+5 |
| * | Move pg_service.conf.sample to /interfaces/libpq. | Bruce Momjian | 2003-02-03 | 2 | -1/+18 |
| * | Fix regression in .pgpass support. From Neil Conway. | Tom Lane | 2003-01-30 | 1 | -19/+28 |
| * | Guard against array overrun, per report from Yichen Xie. This case | Tom Lane | 2003-01-29 | 1 | -1/+12 |
| * | Clean ip.c. | Peter Eisentraut | 2003-01-10 | 1 | -2/+2 |
| * | The second was that renegotiation was just plain broken. I can't | Bruce Momjian | 2003-01-08 | 1 | -1/+3 |
| * | I was playing around with 7.3.1 and found some more SSL problems. The | Bruce Momjian | 2003-01-08 | 1 | -2/+2 |
| * | Fix pgpass to work with PQconnectDB(). | Bruce Momjian | 2003-01-08 | 1 | -4/+4 |
| * | Only set the database name if we find a match in the services file. | Bruce Momjian | 2003-01-08 | 1 | -8/+12 |
| * | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 | 2 | -6/+6 |
| * | Document libpq service capability, and add sample file. | Bruce Momjian | 2003-01-07 | 1 | -7/+4 |
| * | Enable IPv6 libpq 'hostaddr' addresses. Update docs. | Bruce Momjian | 2003-01-06 | 1 | -4/+3 |