summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-4/+3
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-3/+3
* ! * Users doing non-blocking connections need to handle the resetBruce Momjian2000-05-251-2/+10
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-92/+108
* Repair unintentional damage to MULTIBYTE code.Tom Lane2000-03-141-1/+6
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-111-19/+29
* Tweak libpq so that if a backend ERROR message arrives while libpqTom Lane2000-02-241-18/+37
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-13/+13
* Add:Bruce Momjian2000-01-261-2/+3
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-241-37/+2
* Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian2000-01-181-11/+175
* In the spirit of TODO itemBruce Momjian1999-11-111-59/+60
* Update frontend libpq to remove limits on query lengths,Tom Lane1999-08-311-146/+252
* Enable WIN32 compilation of libpq.Bruce Momjian1999-07-191-2/+3
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-191-8/+6
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* When closure of the backend connection is detected during pqFlush,Tom Lane1999-05-281-11/+60
* pgindent run over code.Bruce Momjian1999-05-251-68/+80
* Fix bogus assumption that MAXALIGN is at least sizeof(pointer).Tom Lane1999-05-121-9/+14
* Use MAXALIGN value found by configure instead of aTom Lane1999-04-041-2/+2
* Reversed out libpq protocol patch for Tom Lane.Bruce Momjian1999-03-141-25/+4
* This is another example of why not allowing utility functions in SPIBruce Momjian1999-03-141-3/+4
* Hi,Bruce Momjian1999-03-141-4/+24
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-071-1/+10
* The libpq function PQfnumber does not handle case-insensitiveBruce Momjian1999-02-031-2/+2
* Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane1998-11-291-6/+12
* Performance improvement for libpq: avoid calling malloc separatelyTom Lane1998-11-181-100/+235
* Update libpq to store an error message in PGresult, per pgsq-interfaces discu...Tom Lane1998-10-011-43/+132
* Fix for length in libpq from Tom Lane.Bruce Momjian1998-09-101-2/+13
* libpgtcl cleanups for Tom Lane.Bruce Momjian1998-09-041-7/+10
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-031-31/+137
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-117/+141
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* libpq's pqGetnchar() should not return a null-terminated valueBruce Momjian1998-08-291-1/+2
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-171-46/+65
* The attached patch implements some changes that were discussed aBruce Momjian1998-08-091-172/+113
* More updates for typmod int32 change. From Tom Lane.Bruce Momjian1998-07-141-2/+2
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-131-5/+5
* Rename libpq to use more normal field names.Bruce Momjian1998-07-131-9/+9
* Fix libpq because it was reading from the backend as a short.Bruce Momjian1998-07-131-3/+3
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-39/+11
* Hello!Bruce Momjian1998-07-031-1/+4
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-4/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-15/+1
* Pass atttypmod to the frontend.Bruce Momjian1998-05-141-6/+3
* It seems the regression tests don't cover copy in/out at all, soBruce Momjian1998-05-061-4/+8
* What I've done:Bruce Momjian1998-05-061-1308/+904
* From: Oliver Elphick <olly@lfix.co.uk>Marc G. Fournier1998-04-291-3/+17
* From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>Marc G. Fournier1998-03-151-1/+3