| Commit message (Expand) | Author | Age |
* | Avoid infinite loop if connection is lost during PQexecStart() or | Tom Lane | 2003-12-28 |
* | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway | 2003-11-30 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about | Tom Lane | 2003-10-31 |
* | Adjust libpq to avoid deadlock when both client and server want to send | Tom Lane | 2003-10-19 |
* | Document the always-true-but-previously-undocumented fact that PQfnumber() | Tom Lane | 2003-10-04 |
* | Cause PQescapeString to stop processing at a null character, rather | Tom Lane | 2003-10-03 |
* | Don't use 0 as a spelling of NULL. | Tom Lane | 2003-10-02 |
* | Message wording improvements | Peter Eisentraut | 2003-09-22 |
* | Enable Win32 to compile libpq again, and enable SSL compiles on that | Bruce Momjian | 2003-09-05 |
* | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut | 2003-08-27 |
* | 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-13 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | When using new protocol, PQexec can get out of a COPY IN or COPY OUT | Tom Lane | 2003-06-28 |
* | Change pqInternalNotice to accept a format string and args instead of | Tom Lane | 2003-06-23 |
* | Update libpq to make new features of FE/BE protocol available to | Tom Lane | 2003-06-21 |
* | I found the libpq function PGunescapeBytea a little slow. It was taking a | Bruce Momjian | 2003-06-12 |
* | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane | 2003-06-08 |
* | Adjust error-handling logic in libpq. For the first time, libpq copes | Tom Lane | 2003-05-26 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 |
* | 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-25 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 |
* | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 |
* | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 |
* | Add PQfreemem() call for Win32. | Bruce Momjian | 2003-03-22 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian | 2003-02-19 |
* | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 |
* | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian | 2002-11-10 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea from | Bruce Momjian | 2002-04-15 |
* | Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. | Tatsuo Ishii | 2002-04-08 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Back out old version and update with newer patch of: | Bruce Momjian | 2002-03-05 |
* | Here's a patch against 7.1.3 that fixes a problem with sending larger | Bruce Momjian | 2002-03-05 |
* | Add PQunescapeBytea libpq function. | Bruce Momjian | 2002-03-04 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | > Here's a revised patch. Changes: | Bruce Momjian | 2001-09-14 |
* | > I found a problem with PQescapeString (I think). Since it escapes | Bruce Momjian | 2001-09-13 |
* | I've attached the fixed version of the patch below. After the | Bruce Momjian | 2001-09-07 |
* | Below is the patch against current cvs for libpgtcl and | Bruce Momjian | 2001-09-06 |
* | > Ok, where's a "system dependent hack" :) | Bruce Momjian | 2001-08-21 |
* | Remove some unneeded dashes from libpq comments. | Bruce Momjian | 2001-08-17 |