2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Here's an easy patch for todays snapshot to sort the result of the
tester_123
as Bruce Momjian
More... about 23 years ago
jdbc2 implementation of getImportedKeys.
tester_123
as Bruce Momjian
More... about 23 years ago
The current implementation of BlobInputStream does not properly handle 8-bit unsigned data as it blindly casts the byte to an int, which java most helpfully promotes to a signed type. This causes problems when you can only return -1 to indicated EOF.
tester_123
as Bruce Momjian
More... about 23 years ago
Stamp CVS as 7.2. Update all interface version numbers. This is the time to do it, not during beta because people are using this stuff in production sometimes.
tester_123
as Bruce Momjian
More... about 23 years ago
that's just me again, here's normal patch for KOI8_U to jdbc/Connection.java
tester_123
as Bruce Momjian
More... about 23 years ago
Mention new jdbc mailing list instead of interfaces list.
tester_123
as Bruce Momjian
More... about 23 years ago
Fix paren typo in java.
tester_123
as Bruce Momjian
More... about 23 years ago
Update Peter Mount's email address in README.
tester_123
as Bruce Momjian
More... about 23 years ago
We're way past 6.3 ... More... over 23 years ago
Update. Things are now build through 'make'. More... over 23 years ago
Add uninstall target to Java build. Respect default port setting in JDBC driver. Pick up version number from Makefile.global. Change installation directory to share/java/. Document. More... over 23 years ago
Tue Mar 06 12:05:00 GMT 2001 [email protected] - Removed org.postgresql.xa.Test from the JDBC EE driver as it's an old test class and prevented it from compiling. More... over 23 years ago
Ok, I've split todays commit into three, the first two already done had some bits in JDBC & the first set of tools into contrib. More... over 23 years ago
Minor fixes... More... over 23 years ago
Some more updates... More... over 23 years ago
Web Feb 14 17:29:00 GMT 2001 [email protected] - Fixed bug in LargeObject & BlobOutputStream where the stream's output was not flushed when either the stream or the blob were closed. - Fixed PreparedStatement.setBinaryStream() where it ignored the length More... over 23 years ago
Some more including the patch to DatabaseMetaData backed out by Bruce. More... over 23 years ago
Remove postgresql jdbc files, per Peter.
tester_123
as Bruce Momjian
More... over 23 years ago
Remove postgresql jdbc files, per Peter Mount.
tester_123
as Bruce Momjian
More... over 23 years ago
Back out *inv* changes for this file. Peter want to handle it.
tester_123
as Bruce Momjian
More... over 23 years ago
Remove last code that assumed xinv/xinx are large object files.
tester_123
as Bruce Momjian
More... over 23 years ago
Some updates prior to retrieving a fresh cvs copy: More... over 23 years ago
Wed Jan 31 08:46:00 GMT 2001 [email protected] - Some minor additions to Statement to make our own extensions more portable. - Statement.close() will now call ResultSet.close() rather than just dissasociating with it. More... over 23 years ago
Tue Jan 30 22:24:00 GMT 2001 [email protected] - Fixed bug where Statement.setMaxRows() was a global setting. Now limited to just itself. - Changed LargeObject.read(byte[],int,int) to return the actual number of bytes read (used to be void). - LargeObject now supports InputStream's! - PreparedStatement.setBinaryStream() now works! - ResultSet.getBinaryStream() now returns an InputStream that doesn't copy the blob into memory first! - Connection.isClosed() now tests to see if the connection is still alive rather than if it thinks it's alive. More... over 23 years ago
Added an alternative constructor to PGSQLException so that debugging some more osteric bugs is easier. If only 1 arg is supplied and it's of type Exception, then that Exception's stacktrace is now included. More... over 23 years ago
This patch fixes an arrayindexoutofbounds exception that was just introduced into the code. The fix is a fix to org.postgresql.core.ByteArrayDim1.java.
tester_123
as Bruce Momjian
More... over 23 years ago
Attached is a revised patch that removes the static SimpleDateFormat objects that Thomas pointed out might be a problem.
tester_123
as Bruce Momjian
More... over 23 years ago
Removed the 8k row limit reported by DatabaseMetaData More... over 23 years ago
Fri Jan 19 08:47:00 GMT 2001 [email protected] - Applied patch submitted by John Schutz <[email protected]> that fixed a bug with ANT's SQL functions (not needed for building but nice to have fixed). More... over 23 years ago
Forgot to cvs add UpdateableResultSet.java ;-) More... over 23 years ago