summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql
AgeCommit message (Expand)Author
2003-08-24Applied patches from Oliver Jowett to fix the following bugs:Barry Lind
2003-08-15Updated the blob regression test to actually use the getBlob/getClob methodsBarry Lind
2003-08-15Fixed improper message length for the connection termination message 'X' whenBarry Lind
2003-08-11Applied patch from Oliver Jowett to clean up the jdbc regression test buildBarry Lind
2003-08-11Applied patch from Oliver Jowett to better handle invalid input for getArrayBarry Lind
2003-08-11Applied patch from Oliver Jewett to clean up the testing README fileBarry Lind
2003-08-11Applied patch by Oliver Jowett to clean up some exception handlingBarry Lind
2003-08-11Applied patch from Oliver Jowett to improve a buffer sizing.Barry Lind
2003-08-11Applied patch from Kim Ho to fix a regression against a 7.4 server. The resultBarry Lind
2003-08-07Sometimes the third time is the charm. Third try to fix the sql injectionBarry Lind
2003-08-06Applied patch from kho@redhat.com to fix a problem with trying to use a fetchBarry Lind
2003-07-24Fixes additional sql injection vulnerabilities reported by Oliver JowettBarry Lind
2003-07-22Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)Barry Lind
2003-07-21Applied patch from dmitry@openratings.com to fix parsing of array valuesBarry Lind
2003-07-09Applied patch from Kim Ho @ redhat.com to make support for setObject() moreBarry Lind
2003-06-30patches by Kim Ho to fixDave Cramer
2003-06-30Patches applied:Barry Lind
2003-05-29one more change to correctly support the removeall of autocommitBarry Lind
2003-05-29Applied patch from Fernando Nasser to fix up small type errorBarry Lind
2003-05-29Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa...Barry Lind
2003-05-29clean up warnings produced by EclipseBarry Lind
2003-05-29Adding .cvsignore files for Eclipse IDEBarry Lind
2003-05-29Up the build number to reflect the changes for V3 protocol supportBarry Lind
2003-05-29Initial attempt to integrate in V3 protocol support. This is still a work inBarry Lind
2003-05-07Fixed bug with Warnings. Warnings are not added to the Statement instead ofBarry Lind
2003-05-03Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind
2003-04-17Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind
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-03-25patch to notify listeners on error from Csaba NagyDave 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-24Fix bug in reading acls (didn't treat null acl as meaning the table owner hadBarry Lind
2003-03-19Applied patch to work around server bug.Barry Lind
2003-03-18Applied updated translation patchBarry Lind
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-08Applied patch from Paul Sorenson to correctly handle schema names in updateab...Barry Lind
2003-03-07Cleanup and reorganization.Barry Lind
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-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