summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-03-20Started adding date and timestamp.Michael Meskes
2003-03-20PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian
2003-03-19Avoid mysterious warning about possibly uninitialized variable.Peter Eisentraut
2003-03-19Applied patch to work around server bug.Barry Lind
2003-03-18Improve error message.Peter Eisentraut
2003-03-18Some bugfixes for numerical library.Michael Meskes
2003-03-18Applied updated translation patchBarry Lind
2003-03-17Reorder crypt.h include for SunOS compile problem.Bruce Momjian
2003-03-16Forgot some files...Michael Meskes
2003-03-16Started working on a seperate pgtypes library. First test work. PLEASE test c...Michael Meskes
2003-03-14Fixed parsing to handle \n for updateable result sets. Bug reported by Rich ...Barry Lind
2003-03-14Improved error message and added some log messages in batch update functionalityBarry Lind
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-03-08Applied patch from Paul Sorenson to correctly handle schema names in updateab...Barry Lind
2003-03-07Cleanup and reorganization.Barry Lind
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