summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-04-03Add prototype for toupper/tolower().Bruce Momjian
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-04-01More patches for informix compatibility.Michael Meskes
2003-03-30Forgot two new files and one that was moved.Michael Meskes
2003-03-30Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-03-27Add <stdlib> to add calloc() prototype.Bruce Momjian
2003-03-27More changes to pgtypeslib and set optimization to -O1.Michael Meskes
2003-03-25patch to notify listeners on error from Csaba NagyDave Cramer
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2003-03-25added DISTINCT to the query to get cross reference. This is required when two...Dave Cramer
2003-03-25fixed problem where information from previous updates was leaking into subseq...Dave Cramer
2003-03-24New build numberBarry Lind
2003-03-24Fix bug in reading acls (didn't treat null acl as meaning the table owner hadBarry Lind
2003-03-22Remove ecpg #warning with approval from Michael.Bruce Momjian
2003-03-22Add missing #include for calloc in ecpg.Bruce Momjian
2003-03-22Add PQfreemem() call for Win32.Bruce Momjian
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-03-21Do not free prepares statements at the end of a transaction.Michael Meskes
2003-03-21Changes to the parser to accept new datatypes.Michael Meskes
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