| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
| * | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 | 1 | -2/+11 |
| * | #ifdef fix for MSVC builds of libpq. | Bruce Momjian | 2006-08-04 | 1 | -2/+2 |
| * | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 | 1 | -1/+2 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -1/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Add positive defense against trying to connect when the connection | Tom Lane | 2006-02-13 | 1 | -3/+3 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -15/+15 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -53/+46 |
| * | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian | 2005-08-23 | 1 | -2/+6 |
| * | Back out incorrect commit. | Bruce Momjian | 2005-08-23 | 1 | -6/+2 |
| * | Fix function name. | Bruce Momjian | 2005-08-23 | 1 | -2/+6 |
| * | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 | 1 | -2/+2 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 1 | -1/+2 |
| * | libpq was not consistently checking for memory allocation failures. This | Neil Conway | 2005-06-12 | 1 | -2/+2 |
| * | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 | 1 | -1/+4 |
| * | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 | 1 | -1/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Code review for recent libpq changes. Be more careful about error | Tom Lane | 2004-12-02 | 1 | -12/+9 |
| * | Rework libpq threaded SIGPIPE handling to avoid interference with | Bruce Momjian | 2004-12-02 | 1 | -6/+7 |
| * | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane | 2004-10-30 | 1 | -1/+13 |
| * | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane | 2004-10-18 | 1 | -3/+10 |
| * | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane | 2004-10-16 | 1 | -4/+3 |
| * | Another tightening of Win32 typedefs. | Bruce Momjian | 2004-10-05 | 1 | -2/+2 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -14/+14 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix linking problem when enabling thread safety on Darwin: uninitialized | Tom Lane | 2004-08-17 | 1 | -3/+3 |
| * | Too few parens for my taste in this macro. | Tom Lane | 2004-05-31 | 1 | -2/+2 |
| * | Fix for SSL compile. | Bruce Momjian | 2004-03-25 | 1 | -1/+4 |
| * | Add thread locking to SSL and Kerberos connections. | Bruce Momjian | 2004-03-24 | 1 | -1/+12 |
| * | libpq's query to get the OIDs of large-object support functions was not | Tom Lane | 2004-03-05 | 1 | -2/+2 |
| * | 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 |