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