summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-8/+9
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-4/+4
* Add newline/tab to middle of long failure message to pretty it up a bit.Thomas G. Lockhart1997-12-231-9/+6
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-051-2/+2
* Run through toupper() conversion in the forward direction.Thomas G. Lockhart1997-12-041-2/+2
* Fix pg_dump, and libpq changes.Bruce Momjian1997-12-011-2/+2
* Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian1997-12-011-2/+2
* Fix case issues with quotes.Bruce Momjian1997-11-101-3/+21
* Add paging for \d, and fix \i.Bruce Momjian1997-11-031-3/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-49/+49
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-323/+323
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1387/+1627
* Add // comments.Bruce Momjian1997-09-051-6/+6
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-271-11/+63
* Change char to int as used in EOF compare, GerhardBruce Momjian1997-07-121-2/+2
* From: Igor <igor@sba.miami.edu>Marc G. Fournier1997-06-011-16/+19
* Added \n to error message.Bruce Momjian1997-06-011-2/+2
* Escape newline in select output, from A. Duursma.Bruce Momjian1997-06-011-2/+2
* Added fcvt() prot for bsdi.Bruce Momjian1997-05-201-3/+3