| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | > Here's a revised patch. Changes: | Bruce Momjian | 2001-09-14 | 1 | -1/+73 |
| * | > I found a problem with PQescapeString (I think). Since it escapes | Bruce Momjian | 2001-09-13 | 1 | -9/+2 |
| * | I've attached the fixed version of the patch below. After the | Bruce Momjian | 2001-09-07 | 1 | -1/+57 |
| * | Below is the patch against current cvs for libpgtcl and | Bruce Momjian | 2001-09-06 | 1 | -1/+15 |
| * | > Ok, where's a "system dependent hack" :) | Bruce Momjian | 2001-08-21 | 1 | -8/+5 |
| * | Remove some unneeded dashes from libpq comments. | Bruce Momjian | 2001-08-17 | 1 | -1/+3 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 1 | -2/+1 |
| * | Fix residual breakage from Windows socket-errno patch: the routines | Tom Lane | 2001-08-03 | 1 | -5/+9 |
| * | i've spotted a following problem using DBD::Pg under win32. winsock | Bruce Momjian | 2001-07-20 | 1 | -3/+7 |
| * | NLS for libpq. Clean up the message formats and change the documentation | Peter Eisentraut | 2001-07-15 | 1 | -49/+47 |
| * | Repair libpq to follow protocol by not sending Terminate messages before | Peter Eisentraut | 2001-07-06 | 1 | -10/+8 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+3 |
| * | Now that I look at it, PQoidValue() ain't quite right either. | Tom Lane | 2001-02-06 | 1 | -2/+2 |
| * | Repair PQoidStatus() bug reported by darcy@druid.net. | Tom Lane | 2001-02-06 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -4/+3 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -3/+3 |
| * | ! * Users doing non-blocking connections need to handle the reset | Bruce Momjian | 2000-05-25 | 1 | -2/+10 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -92/+108 |
| * | Repair unintentional damage to MULTIBYTE code. | Tom Lane | 2000-03-14 | 1 | -1/+6 |
| * | Change PQconndefaults() to return a malloc'd array, instead of a static | Tom Lane | 2000-03-11 | 1 | -19/+29 |
| * | Tweak libpq so that if a backend ERROR message arrives while libpq | Tom Lane | 2000-02-24 | 1 | -18/+37 |
| * | Fixed psql double quoting of SQL ids | Peter Eisentraut | 2000-02-07 | 1 | -13/+13 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian | 2000-01-24 | 1 | -37/+2 |
| * | Libpq non-blocking mode, from Alfred Perlstein | Bruce Momjian | 2000-01-18 | 1 | -11/+175 |
| * | In the spirit of TODO item | Bruce Momjian | 1999-11-11 | 1 | -59/+60 |