summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-exec.c
AgeCommit message (Expand)Author
1999-07-19Enable WIN32 compilation of libpq.Bruce Momjian
1999-07-19Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-05-28When closure of the backend connection is detected during pqFlush,Tom Lane
1999-05-25pgindent run over code.Bruce Momjian
1999-05-12Fix bogus assumption that MAXALIGN is at least sizeof(pointer).Tom Lane
1999-04-04Use MAXALIGN value found by configure instead of aTom Lane
1999-03-14Reversed out libpq protocol patch for Tom Lane.Bruce Momjian
1999-03-14This is another example of why not allowing utility functions in SPIBruce Momjian
1999-03-14Hi,Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-07Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane
1999-02-03The libpq function PQfnumber does not handle case-insensitiveBruce Momjian
1998-11-29Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane
1998-11-18Performance improvement for libpq: avoid calling malloc separatelyTom Lane
1998-10-01Update libpq to store an error message in PGresult, per pgsq-interfaces discu...Tom Lane
1998-09-10Fix for length in libpq from Tom Lane.Bruce Momjian
1998-09-04libpgtcl cleanups for Tom Lane.Bruce Momjian
1998-09-03Attached is a patch to remove the definitions of libpq's internalBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-29libpq's pqGetnchar() should not return a null-terminated valueBruce Momjian
1998-08-17Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier
1998-08-09The attached patch implements some changes that were discussed aBruce Momjian
1998-07-14More updates for typmod int32 change. From Tom Lane.Bruce Momjian
1998-07-13Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian
1998-07-13Rename libpq to use more normal field names.Bruce Momjian
1998-07-13Fix libpq because it was reading from the backend as a short.Bruce Momjian
1998-07-09From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier
1998-07-03Hello!Bruce Momjian
1998-06-16Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-05-14Pass atttypmod to the frontend.Bruce Momjian
1998-05-06It seems the regression tests don't cover copy in/out at all, soBruce Momjian
1998-05-06What I've done:Bruce Momjian
1998-04-29From: Oliver Elphick <olly@lfix.co.uk>Marc G. Fournier
1998-03-15From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>Marc G. Fournier
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-26From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1997-12-23Add newline/tab to middle of long failure message to pretty it up a bit.Thomas G. Lockhart
1997-12-05Fix tolower loops to go in proper direction for cache.Bruce Momjian
1997-12-04Run through toupper() conversion in the forward direction.Thomas G. Lockhart
1997-12-01Fix pg_dump, and libpq changes.Bruce Momjian
1997-12-01Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian
1997-11-10Fix case issues with quotes.Bruce Momjian
1997-11-03Add paging for \d, and fix \i.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-05Add // comments.Bruce Momjian