| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow libpq to do thread-safe SIGPIPE handling. This allows it to | Bruce Momjian | 2004-01-09 | 1 | -1/+8 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Enable Win32 to compile libpq again, and enable SSL compiles on that | Bruce Momjian | 2003-09-05 | 1 | -1/+3 |
| * | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane | 2003-08-13 | 1 | -3/+5 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -34/+36 |
| * | Code review for sslmode patch: eliminate memory leak, avoid giving a | Tom Lane | 2003-08-01 | 1 | -3/+3 |
| * | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian | 2003-07-26 | 1 | -2/+4 |
| * | Change pqInternalNotice to accept a format string and args instead of | Tom Lane | 2003-06-23 | 1 | -6/+4 |
| * | Update libpq to make new features of FE/BE protocol available to | Tom Lane | 2003-06-21 | 1 | -35/+49 |
| * | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian | 2003-06-14 | 1 | -2/+3 |
| * | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 1 | -2/+1 |
| * | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane | 2003-06-09 | 1 | -1/+2 |
| * | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane | 2003-06-08 | 1 | -53/+102 |
| * | 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 | 1 | -2/+2 |
| * | 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 | 1 | -2/+2 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -2/+3 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -13/+2 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -5/+22 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -10/+10 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -3/+8 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 1 | -6/+4 |
| * | Fix connection_timeout to use time() and handle timeout == 1. | Bruce Momjian | 2002-10-16 | 1 | -2/+3 |
| * | libpq connection_timeout doesn't do subsecond timing, so make the code | Bruce Momjian | 2002-10-14 | 1 | -2/+2 |
| * | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 | 1 | -2/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -9/+10 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 1 | -2/+1 |
| * | Add #include <sys/time.h>. | Tom Lane | 2002-08-18 | 1 | -2/+3 |
| * | Add includes for prototype using timeval. | Bruce Momjian | 2002-08-18 | 1 | -2/+5 |
| * | Add libpq connection timeout parameter. | Bruce Momjian | 2002-08-17 | 1 | -1/+4 |
| * | Hello, i noticed that win32 native stopped working/compiling after the SSL merge | Bruce Momjian | 2002-07-20 | 1 | -1/+5 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Clean up gcc warnings. Avoid the bad habit of putting externs in .c | Tom Lane | 2002-06-15 | 1 | -1/+10 |
| * | UPDATED PATCH: | Bruce Momjian | 2002-06-14 | 1 | -1/+4 |
| * | Back out SSL changes. Newer patch available. | Bruce Momjian | 2002-06-14 | 1 | -2/+1 |
| * | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian | 2002-06-14 | 1 | -1/+2 |
| * | Back out old version and update with newer patch of: | Bruce Momjian | 2002-03-05 | 1 | -1/+1 |
| * | Here's a patch against 7.1.3 that fixes a problem with sending larger | Bruce Momjian | 2002-03-05 | 1 | -1/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -7/+7 |
| * | Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be in | Tom Lane | 2001-11-02 | 1 | -1/+13 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -17/+14 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -17/+22 |
| * | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane | 2001-10-03 | 1 | -5/+2 |
| * | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 | 1 | -2/+3 |
| * | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 1 | -2/+2 |
| * | NLS for libpq. Clean up the message formats and change the documentation | Peter Eisentraut | 2001-07-15 | 1 | -1/+11 |
| * | Use CONNECTION_OK to determine whether startup phase is complete. | Peter Eisentraut | 2001-07-06 | 1 | -2/+1 |