| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update frontend libpq to remove limits on query lengths, | Tom Lane | 1999-08-31 | 1 | -146/+252 |
| * | Enable WIN32 compilation of libpq. | Bruce Momjian | 1999-07-19 | 1 | -2/+3 |
| * | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian | 1999-07-19 | 1 | -8/+6 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | When closure of the backend connection is detected during pqFlush, | Tom Lane | 1999-05-28 | 1 | -11/+60 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -68/+80 |
| * | Fix bogus assumption that MAXALIGN is at least sizeof(pointer). | Tom Lane | 1999-05-12 | 1 | -9/+14 |
| * | Use MAXALIGN value found by configure instead of a | Tom Lane | 1999-04-04 | 1 | -2/+2 |
| * | Reversed out libpq protocol patch for Tom Lane. | Bruce Momjian | 1999-03-14 | 1 | -25/+4 |
| * | This is another example of why not allowing utility functions in SPI | Bruce Momjian | 1999-03-14 | 1 | -3/+4 |
| * | Hi, | Bruce Momjian | 1999-03-14 | 1 | -4/+24 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Add PQresStatus() function to avoid direct access to pgresStatus[] array, | Tom Lane | 1999-02-07 | 1 | -1/+10 |
| * | The libpq function PQfnumber does not handle case-insensitive | Bruce Momjian | 1999-02-03 | 1 | -2/+2 |
| * | Portability fix for old SunOS releases: realloc(NULL, ...) | Tom Lane | 1998-11-29 | 1 | -6/+12 |
| * | Performance improvement for libpq: avoid calling malloc separately | Tom Lane | 1998-11-18 | 1 | -100/+235 |
| * | Update libpq to store an error message in PGresult, per pgsq-interfaces discu... | Tom Lane | 1998-10-01 | 1 | -43/+132 |
| * | Fix for length in libpq from Tom Lane. | Bruce Momjian | 1998-09-10 | 1 | -2/+13 |
| * | libpgtcl cleanups for Tom Lane. | Bruce Momjian | 1998-09-04 | 1 | -7/+10 |
| * | Attached is a patch to remove the definitions of libpq's internal | Bruce Momjian | 1998-09-03 | 1 | -31/+137 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -117/+141 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -4/+4 |
| * | libpq's pqGetnchar() should not return a null-terminated value | Bruce Momjian | 1998-08-29 | 1 | -1/+2 |
| * | Date: Sun, 16 Aug 1998 14:56:48 -0400 | Marc G. Fournier | 1998-08-17 | 1 | -46/+65 |
| * | The attached patch implements some changes that were discussed a | Bruce Momjian | 1998-08-09 | 1 | -172/+113 |
| * | More updates for typmod int32 change. From Tom Lane. | Bruce Momjian | 1998-07-14 | 1 | -2/+2 |
| * | Inline function, rename libpq variablees, change lrel to lockrel. | Bruce Momjian | 1998-07-13 | 1 | -5/+5 |
| * | Rename libpq to use more normal field names. | Bruce Momjian | 1998-07-13 | 1 | -9/+9 |
| * | Fix libpq because it was reading from the backend as a short. | Bruce Momjian | 1998-07-13 | 1 | -3/+3 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -39/+11 |
| * | Hello! | Bruce Momjian | 1998-07-03 | 1 | -1/+4 |
| * | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 1 | -4/+3 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -15/+1 |
| * | Pass atttypmod to the frontend. | Bruce Momjian | 1998-05-14 | 1 | -6/+3 |
| * | It seems the regression tests don't cover copy in/out at all, so | Bruce Momjian | 1998-05-06 | 1 | -4/+8 |
| * | What I've done: | Bruce Momjian | 1998-05-06 | 1 | -1308/+904 |
| * | From: Oliver Elphick <olly@lfix.co.uk> | Marc G. Fournier | 1998-04-29 | 1 | -3/+17 |
| * | From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com> | Marc G. Fournier | 1998-03-15 | 1 | -1/+3 |