| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+6 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 1 | -2/+2 |
| * | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 | 1 | -1/+9 |
| * | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian | 2006-07-04 | 1 | -3/+1 |
| * | Add PQescapeIdentifier() to libpq | Bruce Momjian | 2006-06-27 | 1 | -1/+3 |
| * | Add PQisthreadsafe() to libpq, to allow library applications to query | Bruce Momjian | 2006-05-23 | 1 | -1/+2 |
| * | Modify libpq's string-escaping routines to be aware of encoding considerations | Tom Lane | 2006-05-21 | 1 | -4/+11 |
| * | Change libpq's PQgetssl() to return a void*, rather than SSL *, so that | Bruce Momjian | 2006-04-27 | 1 | -11/+3 |
| * | Update comment that pgNotify.be_pid is pid of the notifying server process. | Bruce Momjian | 2006-03-20 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Rename pg_make_encrypted_password to PQencryptPassword. | Peter Eisentraut | 2005-12-26 | 1 | -2/+2 |
| * | Add an officially exported libpq function to encrypt passwords, and | Tom Lane | 2005-12-23 | 1 | -1/+5 |
| * | Fix pgindent of libpq-fe.h by hacking pgindent script. | Bruce Momjian | 2005-11-23 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -24/+22 |
| * | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 | 1 | -3/+3 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 1 | -1/+2 |
| * | Defend against omitted paramLengths[] array in PQsendQueryParams. | Tom Lane | 2005-06-09 | 1 | -2/+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 | -7/+6 |
| * | Rework libpq threaded SIGPIPE handling to avoid interference with | Bruce Momjian | 2004-12-02 | 1 | -7/+1 |
| * | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane | 2004-10-30 | 1 | -1/+16 |
| * | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane | 2004-10-18 | 1 | -1/+7 |
| * | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane | 2004-10-16 | 1 | -1/+3 |
| * | Export only required symbols in libpq on Win32. | Bruce Momjian | 2004-10-16 | 1 | -1/+3 |
| * | Allow pg_ctl to determine the server is up when getting a request for a | Bruce Momjian | 2004-10-16 | 1 | -1/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -26/+29 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Clean up some random departures from project's standard declaration style. | Tom Lane | 2004-08-18 | 1 | -12/+8 |
| * | Add PQserverVersion() to libpq to provide more-convenient access to | Tom Lane | 2004-08-11 | 1 | -1/+2 |
| * | Add thread locking to SSL and Kerberos connections. | Bruce Momjian | 2004-03-24 | 1 | -1/+15 |
| * | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii | 2004-03-15 | 1 | -1/+4 |
| * | Allow libpq to do thread-safe SIGPIPE handling. This allows it to | Bruce Momjian | 2004-01-09 | 1 | -1/+9 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut | 2003-08-27 | 1 | -13/+1 |
| * | Add macros for error result fields to libpq. | Peter Eisentraut | 2003-08-24 | 1 | -1/+13 |
| * | Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow | Tom Lane | 2003-08-13 | 1 | -1/+15 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -30/+34 |
| * | Update libpq to make new features of FE/BE protocol available to | Tom Lane | 2003-06-21 | 1 | -26/+80 |
| * | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane | 2003-06-08 | 1 | -8/+10 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -2/+1 |
| * | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | 1 | -2/+3 |
| * | Add PQfreemem() call for Win32. | Bruce Momjian | 2003-03-22 | 1 | -1/+2 |
| * | PGRES_POLLING_ACTIVE is unused, keep for backward compatibility. | Bruce Momjian | 2003-03-20 | 1 | -2/+3 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -2/+2 |
| * | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian | 2002-11-10 | 1 | -3/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |