| Age | Commit message (Expand) | Author |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-10-18 | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane |
| 2004-10-16 | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-03-14 | Fix error in termination of COPY IN mode when using V2 protocol. | Tom Lane |
| 2004-03-05 | libpq's query to get the OIDs of large-object support functions was not | Tom Lane |
| 2003-12-28 | Avoid infinite loop if connection is lost during PQexecStart() or | Tom Lane |
| 2003-11-30 | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-10-31 | Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about | Tom Lane |
| 2003-10-19 | Adjust libpq to avoid deadlock when both client and server want to send | Tom Lane |
| 2003-10-04 | Document the always-true-but-previously-undocumented fact that PQfnumber() | Tom Lane |
| 2003-10-03 | Cause PQescapeString to stop processing at a null character, rather | Tom Lane |
| 2003-10-02 | Don't use 0 as a spelling of NULL. | Tom Lane |
| 2003-09-22 | Message wording improvements | Peter Eisentraut |
| 2003-09-05 | Enable Win32 to compile libpq again, and enable SSL compiles on that | Bruce Momjian |
| 2003-08-27 | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut |
| 2003-08-13 | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane |
| 2003-08-13 | Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-06-28 | When using new protocol, PQexec can get out of a COPY IN or COPY OUT | Tom Lane |
| 2003-06-23 | Change pqInternalNotice to accept a format string and args instead of | Tom Lane |
| 2003-06-21 | Update libpq to make new features of FE/BE protocol available to | Tom Lane |
| 2003-06-12 | I found the libpq function PGunescapeBytea a little slow. It was taking a | Bruce Momjian |
| 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-08 | Update 3.0 protocol support to match recent agreements about how to | 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 | 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-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-03-25 | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian |
| 2003-03-22 | Add PQfreemem() call for Win32. | Bruce Momjian |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-02-19 | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian |
| 2003-01-07 | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane |
| 2002-11-10 | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-04-15 | Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea from | Bruce Momjian |
| 2002-04-08 | Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. | Tatsuo Ishii |
| 2002-03-06 | Change made to elog: | Bruce Momjian |