summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2006-01-05Stamp release 7.3.13.Bruce Momjian
2005-12-13Remove unused HAVE_STRUCT_SOCKCRED code, which was causing a duplicate-Tom Lane
2005-12-09Stamp 7.3.12.REL7_3_12Tom Lane
2005-10-03Stamp release 7.3.11.REL7_3_11Tom Lane
2005-07-14Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.Tom Lane
2005-07-13Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane
2005-07-08Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane
2005-05-05Stamp release 7.3.10.Tom Lane
2005-01-30Stamp release 7.3.9.Tom Lane
2004-10-22Stamp release 7.3.8.REL7_3_8Tom Lane
2004-08-15Stamp 7.3.7.Tom Lane
2004-04-05Translation updatesPeter Eisentraut
2004-03-02Brand 7.3.6.REL7_3_6Tom Lane
2003-12-02Brand 7.3.5.REL7_3_5Tom Lane
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-10-31Back-patch removal of unnecessary inclusion of <crypt.h>, so thatTom Lane
2003-08-22Sigh, I'm an idiot ... SSL_ERROR_WANT_READ isn't an error conditionTom Lane
2003-08-07Backport to 7.3. Third try to fix the sql injectionBarry Lind
2003-08-04Fix some more problems with testing error returns from SSL.Tom Lane
2003-07-23Patch to fix additional SQL injection vulnerabilities reported by Oliver JowettBarry Lind
2003-07-23Stamp 7.3.4 release.Bruce Momjian
2003-07-22Fix to prevent SQL injection attacks when calling setObject(int,Object,int)Barry Lind
2003-05-22Brand 7.3.3.Tom Lane
2003-05-19Upped JDBC build number to 110 for the 7.3.3 releaseBarry Lind
2003-05-18Small translation updates for 7.3.3 release.Peter Eisentraut
2003-04-17Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind
2003-04-10Fix error recovery for SSL_read/SSL_write calls.Tom Lane
2003-04-08added addDataType to the interfaceDave Cramer
2003-03-25fixed problem where information from previous updates was leaking into subseq...Dave Cramer
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-24Backport fix for parsing acls (didn't correctly interpret null acl to meanBarry Lind
2003-03-19Backport patch to work around a server bug. Server incorrectly handles theBarry Lind
2003-03-18Applied translation fixesBarry Lind
2003-03-14Backport fix for parsing \n in updateable result sets to 7.3 branchBarry Lind
2003-03-14Backport batch update error message improvements to 7.3 branchBarry Lind
2003-03-08Back ported patches from head to 7.3 branch (fixes for NPE in result set abso...Barry Lind
2003-02-27Back patch bug fix to quote function.D'Arcy J.M. Cain
2003-02-24Backport a fix from 7.4 to 7.3 to better handle case in updateable result sets.Barry Lind
2003-02-12Applied patch to update translation file, submitted by Zhenbang WeiBarry Lind
2003-02-12Backport patch from Fernando Nasser and Harald Krake to fix an invalid dataty...Barry Lind
2003-02-12Backport a patch from Kris Jurka to 7.3. Allows getTables() method to workBarry Lind
2003-02-09up build # to 108Barry Lind
2003-02-09Merge changes from head to 7.3 branch: better error message on character set ...Barry Lind
2003-02-04Fix for rollback SQLException from Kris JurkaDave Cramer
2003-02-02Brand 7.3.2.Tom Lane
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