summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-03-06Use poll(2) in preference to select(2), if available. This solvesTom Lane
2003-02-27up build number to 202 for a new development buildBarry Lind
2003-02-27A little cleanup. Removing an unnecessary method.Barry Lind
2003-02-27Added support for SSL in the jdbc driverBarry Lind
2003-02-26The quote function should return a string suitable for dropping into aD'Arcy J.M. Cain
2003-02-25Allow SET CONNECTION to be followed by connection object without leading "TO"...Michael Meskes
2003-02-21Forgot to commit Makefile change.Michael Meskes
2003-02-19Fix for GUC client_encoding variable not being handledTatsuo Ishii
2003-02-19Added DATABASE command as alias to CONNECT TO.Michael Meskes
2003-02-19Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian
2003-02-17Added Informix "database" command.Michael Meskes
2003-02-14In Informix mode ecpg should still be able to parse preprocessor directives.Michael Meskes
2003-02-14- Synced parser and keyword file.Michael Meskes
2003-02-14Fix some of the breakage from the IPV6 patch.Tom Lane
2003-02-13Just intermediate results for backup reasons.Michael Meskes
2003-02-13Suppress gcc warning.Tom Lane
2003-02-13- Applied error reporting patch by Matthew VanecekMichael Meskes
2003-02-12Applied patch to update translation file, submitted by Zhenbang WeiBarry Lind
2003-02-12Patch to messages file from Holger Klawitter to add a missing message.Barry Lind
2003-02-09upped build# to 201Barry Lind
2003-02-09Better error message on character set mismatches during conversion to unicode.Barry Lind
2003-02-07applied Kris Jurka's patch for numericDave Cramer
2003-02-05patch from Oliver Jowett to implement some of the jdbc3 methodsDave Cramer
2003-02-04Applied Kris Jurkas patch to fix rollback and SQLExceptionDave Cramer
2003-02-04applied patch from Oliver JowettDave Cramer
2003-02-04Two patches from Kris Jurka. One fixes a problem with incorrect type for doubleBarry Lind
2003-02-04Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind
2003-02-03#ifdef out stuff that shouldn't be compiled when not USE_SSL.Tom Lane
2003-02-03Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian
2003-02-01Prevent core dump from calling Tcl_DontCallWhenDeleted() with a nullTom Lane
2003-02-01Apply ljb's patch to prevent both memory leak and core dump duringTom Lane
2003-01-30Fix regression in .pgpass support. From Neil Conway.Tom Lane
2003-01-29Guard against array overrun, per report from Yichen Xie. This caseTom Lane
2003-01-23added fix from Joel Hock to get the inserted row into the current bufferDave Cramer
2003-01-21Synced parser.Michael Meskes
2003-01-14Bumped up build number to 200Barry Lind
2003-01-14Patch from Florian Wunderlich to correctly support java Timestamps. PreviouslyBarry Lind
2003-01-14Patch from Aaron Mulder to have pooled connections implement PGConnectionBarry Lind
2003-01-14Patch from Kris Jurka to improve the performance of getImportedKeys().Barry Lind
2003-01-10Clean ip.c.Peter Eisentraut
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2003-01-08Fix pgpass to work with PQconnectDB().Bruce Momjian
2003-01-08Only set the database name if we find a match in the services file.Bruce Momjian
2003-01-08Correction to last patch. As per the DB-API spec, we need to return NoneD'Arcy J.M. Cain
2003-01-07Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane
2003-01-07Document libpq service capability, and add sample file.Bruce Momjian
2003-01-06Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane