]> granicus.if.org Git - postgresql/history - src/interfaces
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / interfaces /
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-03 Barry LindPatch to fix up LONGVARBINARY support submitted by...
2003-05-02 Michael MeskesFixed double definition of ecpg_compat_mode.
2003-05-01 Michael MeskesAdded an option to force ecpg to also parse files inclu...
2003-04-28 Tom LaneMissed some corner cases (PGSERVICE mostly)...
2003-04-28 Tom LaneOkay, I've had it with PQsetdbLogin having slightly...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-25 Bruce MomjianAdd new versions DLL lists, from Karl Waclawek
2003-04-25 Bruce MomjianFix typo in DLL list.
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-24 Bruce MomjianAdd PQunescapeBytea() and PQfeeMem() to the Win32 DLL...
2003-04-22 Bruce MomjianRemove Win32 special rename/unlink from libpq.
2003-04-22 Bruce MomjianAdd dirmod to libpq Makefile.
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-17 Barry LindApplied patches from Kris Jurka fixing a string tokeniz...
2003-04-16 Tom LaneFix some problems exposed by building outside the sourc...
2003-04-14 Tom Lanepath.c needs to be included in libpq; per Joe Conway.
2003-04-14 Dave Cramerexposed the addDataType method to the PGConnection...
2003-04-13 Barry LindApplied patch submitted by Nic Ferrier with some cleanu...
2003-04-10 Tom LaneFix error recovery for SSL_read/SSL_write calls.
2003-04-10 Michael MeskesInformix fixes.
2003-04-08 Tom LaneGet rid of inappropriate flags in CPPFLAGS override...
2003-04-08 Michael MeskesAdded some more informix compatibility functions.
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-04-03 Bruce MomjianAdd prototype for toupper/tolower().
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-04-01 Michael MeskesMore patches for informix compatibility.
2003-03-30 Michael MeskesForgot two new files and one that was moved.
2003-03-30 Michael MeskesMoved Informix stuff to its own compat library. Interva...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-03-27 Bruce MomjianAdd <stdlib> to add calloc() prototype.
2003-03-27 Michael MeskesMore changes to pgtypeslib and set optimization to...
2003-03-25 Dave Cramerpatch to notify listeners on error from Csaba Nagy
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-25 Dave Crameradded DISTINCT to the query to get cross reference...
2003-03-25 Dave Cramerfixed problem where information from previous updates...
2003-03-24 Barry LindNew build number
2003-03-24 Barry LindFix bug in reading acls (didn't treat null acl as meani...
2003-03-22 Bruce MomjianRemove ecpg #warning with approval from Michael.
2003-03-22 Bruce MomjianAdd missing #include for calloc in ecpg.
2003-03-22 Bruce MomjianAdd PQfreemem() call for Win32.
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-03-21 Michael MeskesDo not free prepares statements at the end of a transac...
2003-03-21 Michael MeskesChanges to the parser to accept new datatypes.
2003-03-20 Michael MeskesStarted adding date and timestamp.
2003-03-20 Bruce MomjianPGRES_POLLING_ACTIVE is unused, keep for backward compa...
2003-03-19 Peter EisentrautAvoid mysterious warning about possibly uninitialized...
2003-03-19 Barry LindApplied patch to work around server bug.
2003-03-18 Peter EisentrautImprove error message.
2003-03-18 Michael MeskesSome bugfixes for numerical library.
2003-03-18 Barry LindApplied updated translation patch
2003-03-17 Bruce MomjianReorder crypt.h include for SunOS compile problem.
2003-03-16 Michael MeskesForgot some files...
2003-03-16 Michael MeskesStarted working on a seperate pgtypes library. First...
2003-03-14 Barry LindFixed parsing to handle \n for updateable result sets...
2003-03-14 Barry LindImproved error message and added some log messages...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-08 Barry LindApplied patch from Paul Sorenson to correctly handle...
2003-03-07 Barry LindCleanup and reorganization.
2003-03-06 Tom LaneUse poll(2) in preference to select(2), if available...
2003-02-27 Barry Lindup build number to 202 for a new development build
2003-02-27 Barry LindA little cleanup. Removing an unnecessary method.
2003-02-27 Barry LindAdded support for SSL in the jdbc driver
2003-02-26 D'Arcy J.M. CainThe quote function should return a string suitable...
2003-02-25 Michael MeskesAllow SET CONNECTION to be followed by connection objec...
2003-02-21 Michael MeskesForgot to commit Makefile change.
2003-02-19 Tatsuo IshiiFix for GUC client_encoding variable not being handled
2003-02-19 Michael MeskesAdded DATABASE command as alias to CONNECT TO.
2003-02-19 Bruce MomjianAllow PQcmdTuples to return row counts for MOVE and...
2003-02-17 Michael MeskesAdded Informix "database" command.
2003-02-14 Michael MeskesIn Informix mode ecpg should still be able to parse...
2003-02-14 Michael Meskes- Synced parser and keyword file.
2003-02-14 Tom LaneFix some of the breakage from the IPV6 patch.
2003-02-13 Michael MeskesJust intermediate results for backup reasons.
2003-02-13 Tom LaneSuppress gcc warning.
2003-02-13 Michael Meskes- Applied error reporting patch by Matthew Vanecek
2003-02-12 Barry LindApplied patch to update translation file, submitted...
2003-02-12 Barry LindPatch to messages file from Holger Klawitter to add...
2003-02-09 Barry Lindupped build# to 201
2003-02-09 Barry LindBetter error message on character set mismatches during...
2003-02-07 Dave Cramerapplied Kris Jurka's patch for numeric
2003-02-05 Dave Cramerpatch from Oliver Jowett to implement some of the jdbc3...
2003-02-04 Dave CramerApplied Kris Jurkas patch to fix rollback and SQLException
2003-02-04 Dave Cramerapplied patch from Oliver Jowett
2003-02-04 Barry LindTwo patches from Kris Jurka. One fixes a problem with...
2003-02-04 Barry LindPatch from Nic Ferrier to add support for result sets...
2003-02-03 Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-02-03 Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-02-01 Tom LanePrevent core dump from calling Tcl_DontCallWhenDeleted...
2003-02-01 Tom LaneApply ljb's patch to prevent both memory leak and core...
2003-01-30 Tom LaneFix regression in .pgpass support. From Neil Conway.
2003-01-29 Tom LaneGuard against array overrun, per report from Yichen...
2003-01-23 Dave Crameradded fix from Joel Hock to get the inserted row into...
2003-01-21 Michael MeskesSynced parser.
2003-01-14 Barry LindBumped up build number to 200
next