| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -4/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -34/+35 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -3/+2 |
| * | Fix error in termination of COPY IN mode when using V2 protocol. | Tom Lane | 2004-03-14 | 1 | -2/+2 |
| * | libpq's query to get the OIDs of large-object support functions was not | Tom Lane | 2004-03-05 | 1 | -4/+20 |
| * | Avoid infinite loop if connection is lost during PQexecStart() or | Tom Lane | 2003-12-28 | 1 | -2/+8 |
| * | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway | 2003-11-30 | 1 | -4/+5 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions about | Tom Lane | 2003-10-31 | 1 | -21/+34 |
| * | Adjust libpq to avoid deadlock when both client and server want to send | Tom Lane | 2003-10-19 | 1 | -1/+12 |
| * | Document the always-true-but-previously-undocumented fact that PQfnumber() | Tom Lane | 2003-10-04 | 1 | -10/+58 |
| * | Cause PQescapeString to stop processing at a null character, rather | Tom Lane | 2003-10-03 | 1 | -21/+21 |
| * | Don't use 0 as a spelling of NULL. | Tom Lane | 2003-10-02 | 1 | -2/+5 |
| * | Message wording improvements | Peter Eisentraut | 2003-09-22 | 1 | -9/+9 |
| * | Enable Win32 to compile libpq again, and enable SSL compiles on that | Bruce Momjian | 2003-09-05 | 1 | -2/+2 |
| * | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut | 2003-08-27 | 1 | -3/+3 |
| * | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane | 2003-08-13 | 1 | -12/+28 |
| * | Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow | Tom Lane | 2003-08-13 | 1 | -62/+161 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -46/+62 |
| * | When using new protocol, PQexec can get out of a COPY IN or COPY OUT | Tom Lane | 2003-06-28 | 1 | -7/+42 |
| * | Change pqInternalNotice to accept a format string and args instead of | Tom Lane | 2003-06-23 | 1 | -28/+30 |
| * | Update libpq to make new features of FE/BE protocol available to | Tom Lane | 2003-06-21 | 1 | -184/+598 |
| * | I found the libpq function PGunescapeBytea a little slow. It was taking a | Bruce Momjian | 2003-06-12 | 1 | -76/+43 |
| * | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane | 2003-06-08 | 1 | -1082/+146 |
| * | Adjust error-handling logic in libpq. For the first time, libpq copes | Tom Lane | 2003-05-26 | 1 | -12/+25 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -357/+313 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -3/+12 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -1/+52 |
| * | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian | 2003-04-25 | 1 | -5/+1 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -25/+131 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -149/+295 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -76/+53 |
| * | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | 1 | -15/+20 |
| * | Add PQfreemem() call for Win32. | Bruce Momjian | 2003-03-22 | 1 | -1/+14 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -3/+3 |
| * | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian | 2003-02-19 | 1 | -34/+35 |
| * | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 | 1 | -4/+4 |
| * | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian | 2002-11-10 | 1 | -5/+5 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -39/+50 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -8/+4 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Fix for NOTIFY when NAMEDATALEN is nonstandard in server. Fix idea from | Bruce Momjian | 2002-04-15 | 1 | -3/+11 |
| * | Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. | Tatsuo Ishii | 2002-04-08 | 1 | -22/+26 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -7/+7 |
| * | 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/+9 |
| * | Add PQunescapeBytea libpq function. | Bruce Momjian | 2002-03-04 | 1 | -1/+90 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -64/+53 |