summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Added Informix "database" command.Michael Meskes2003-02-173-5/+15
* In Informix mode ecpg should still be able to parse preprocessor directives.Michael Meskes2003-02-141-4/+142
* - Synced parser and keyword file.Michael Meskes2003-02-1410-97/+142
* Fix some of the breakage from the IPV6 patch.Tom Lane2003-02-141-51/+87
* Just intermediate results for backup reasons.Michael Meskes2003-02-132-16/+117
* Suppress gcc warning.Tom Lane2003-02-132-3/+5
* - Applied error reporting patch by Matthew VanecekMichael Meskes2003-02-139-26/+116
* Applied patch to update translation file, submitted by Zhenbang WeiBarry Lind2003-02-121-70/+72
* Patch to messages file from Holger Klawitter to add a missing message.Barry Lind2003-02-123-8/+10
* upped build# to 201Barry Lind2003-02-091-1/+1
* Better error message on character set mismatches during conversion to unicode.Barry Lind2003-02-093-33/+43
* applied Kris Jurka's patch for numericDave Cramer2003-02-071-1/+1
* patch from Oliver Jowett to implement some of the jdbc3 methodsDave Cramer2003-02-051-1/+51
* Applied Kris Jurkas patch to fix rollback and SQLExceptionDave Cramer2003-02-041-4/+6
* applied patch from Oliver JowettDave Cramer2003-02-041-5/+5
* Two patches from Kris Jurka. One fixes a problem with incorrect type for doubleBarry Lind2003-02-041-4/+7
* Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind2003-02-0426-231/+428
* #ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane2003-02-031-1/+5
* Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian2003-02-032-1/+18
* Prevent core dump from calling Tcl_DontCallWhenDeleted() with a nullTom Lane2003-02-011-3/+4
* Apply ljb's patch to prevent both memory leak and core dump duringTom Lane2003-02-011-9/+11
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-301-19/+28
* Guard against array overrun, per report from Yichen Xie. This caseTom Lane2003-01-291-1/+12
* added fix from Joel Hock to get the inserted row into the current bufferDave Cramer2003-01-231-1/+2
* Synced parser.Michael Meskes2003-01-212-36/+70
* Bumped up build number to 200Barry Lind2003-01-141-1/+1
* Patch from Florian Wunderlich to correctly support java Timestamps. PreviouslyBarry Lind2003-01-142-35/+83
* Patch from Aaron Mulder to have pooled connections implement PGConnectionBarry Lind2003-01-142-4/+24
* Patch from Kris Jurka to improve the performance of getImportedKeys().Barry Lind2003-01-142-117/+56
* Clean ip.c.Peter Eisentraut2003-01-101-2/+2
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-081-1/+3
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-081-2/+2
* Fix pgpass to work with PQconnectDB().Bruce Momjian2003-01-081-4/+4
* Only set the database name if we find a match in the services file.Bruce Momjian2003-01-081-8/+12
* Correction to last patch. As per the DB-API spec, we need to return NoneD'Arcy J.M. Cain2003-01-081-1/+1
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-072-6/+6
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-071-7/+4
* Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian2003-01-061-4/+3
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-062-77/+160
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-304-95/+105
* Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian2002-12-303-0/+244
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-301-2/+2
* Add missing slash to python install path.Bruce Momjian2002-12-301-1/+1
* case sensitive updates by Kris JurkaDave Cramer2002-12-231-4/+17
* mike beachy's patch for statement handlingDave Cramer2002-12-202-4/+82
* patch for null table in getPrimaryKeysDave Cramer2002-12-201-3/+5
* pgindent fe-connect.c --- done to make IPv6 patch easier to apply.Bruce Momjian2002-12-191-109/+118
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-181-2/+2
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-131-3/+3
* Protect from null param on ecpg disconnect, verified by Roland KarchBruce Momjian2002-12-131-84/+85