summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-05-06Added rfmtlong compatibility function.Michael Meskes
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-05-03Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind
2003-05-02Fixed double definition of ecpg_compat_mode.Michael Meskes
2003-05-01Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes
2003-04-28Missed some corner cases (PGSERVICE mostly)...Tom Lane
2003-04-28Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane
2003-04-26Add transaction status field to ReadyForQuery messages, and make roomTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-25Add new versions DLL lists, from Karl WaclawekBruce Momjian
2003-04-25Fix typo in DLL list.Bruce Momjian
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-24Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list.Bruce Momjian
2003-04-22Remove Win32 special rename/unlink from libpq.Bruce Momjian
2003-04-22Add dirmod to libpq Makefile.Bruce Momjian
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-04-17Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind
2003-04-16Fix some problems exposed by building outside the source tree.Tom Lane
2003-04-14path.c needs to be included in libpq; per Joe Conway.Tom Lane
2003-04-14exposed the addDataType method to the PGConnection, allows users to add datat...Dave Cramer
2003-04-13Applied patch submitted by Nic Ferrier with some cleanups of his previousBarry Lind
2003-04-10Fix error recovery for SSL_read/SSL_write calls.Tom Lane
2003-04-10Informix fixes.Michael Meskes
2003-04-08Get rid of inappropriate flags in CPPFLAGS override --- these breakTom Lane
2003-04-08Added some more informix compatibility functions.Michael Meskes
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