summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian2003-06-241-2/+2
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-237-79/+70
* Remove crypt.h from fe-connect.c --- not needed, and caused problems onBruce Momjian2003-06-231-4/+1
* Added missing terminating '\0' char for data put into char *.Michael Meskes2003-06-222-2/+6
* Get rid of extraneous newline in PQendcopy error output (was causingTom Lane2003-06-212-7/+30
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-219-368/+1324
* Synced with backend.Michael Meskes2003-06-202-10/+11
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-207-5/+36
* Sorry, missed a file.Michael Meskes2003-06-201-2/+2
* Allow constants in using clauses.Michael Meskes2003-06-207-8/+38
* We neglected to set conn->raddr.salen, leading to breakage of CANCELTom Lane2003-06-201-2/+3
* Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes2003-06-195-86/+85
* Add missing file to clean target.Peter Eisentraut2003-06-171-3/+2
* Fixed several more parsing bugs.Michael Meskes2003-06-174-18/+22
* Fixed two small bugs.Michael Meskes2003-06-162-9/+9
* Typo in version number.Michael Meskes2003-06-151-2/+2
* Some minor changes for new version numbering.Michael Meskes2003-06-153-14/+19
* Ecpg cleanups for prototypes.Bruce Momjian2003-06-152-8/+14
* Make ecpg thread safe.Bruce Momjian2003-06-1513-127/+260
* Handle threading in two more gethostbyname calls.Bruce Momjian2003-06-141-2/+11
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-148-63/+106
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-141-3/+7
* - Enable FETCH without INTO.Michael Meskes2003-06-1310-30/+123
* Add thread-enable compile variables into libpq.Bruce Momjian2003-06-121-3/+3
* Install all header files.Michael Meskes2003-06-121-1/+1
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-126-9/+67
* Back out patch that got bundled into another patch.Bruce Momjian2003-06-126-59/+9
* New patch with corrected README attached.Bruce Momjian2003-06-126-9/+59
* IPv6 cleanups.Bruce Momjian2003-06-122-30/+46
* I succeeded by fixing up setup.py:Bruce Momjian2003-06-121-2/+2
* I found the libpq function PGunescapeBytea a little slow. It was taking aBruce Momjian2003-06-121-76/+43
* Make sure a variable is no longer referenced when it is removed.Michael Meskes2003-06-113-12/+38
* Fixed some bugs.Michael Meskes2003-06-103-74/+110
* freeaddrinfo2() does need two parameters after all, per comment byTom Lane2003-06-092-5/+7
* libpq can now talk to either 3.0 or 2.0 protocol servers. It first triesTom Lane2003-06-0810-1527/+3306
* Fixed segfault in forward definition parsing.Michael Meskes2003-06-022-3/+7
* Create a real prototype function for describe.Michael Meskes2003-05-305-18/+32
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-306-114/+163
* one more change to correctly support the removeall of autocommitBarry Lind2003-05-291-3/+14
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-299-159/+121
* Parse forward definiton of structs.Michael Meskes2003-05-296-139/+163
* Applied patch from Fernando Nasser to fix up small type errorBarry Lind2003-05-292-4/+4
* Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa...Barry Lind2003-05-292-4/+4
* clean up warnings produced by EclipseBarry Lind2003-05-2929-115/+118
* Adding .cvsignore files for Eclipse IDEBarry Lind2003-05-292-0/+7
* Up the build number to reflect the changes for V3 protocol supportBarry Lind2003-05-291-2/+2
* Initial attempt to integrate in V3 protocol support. This is still a work inBarry Lind2003-05-2914-82/+841
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-2/+2
* Allow input from stdin and output to stdout.Michael Meskes2003-05-273-44/+59
* Fixed incorrect output for some structs.Michael Meskes2003-05-272-4/+10