Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-13 | Remove postgresql jdbc files, per Peter. | Bruce Momjian | |
1999-09-14 | Patches for 6.5.2 | Peter Mount | |
1999-05-18 | Internationalisation of error messages | Peter Mount | |
1999-05-17 | Minor bug fixes. Replaced DateStyle support with ISO. | Peter Mount | |
1998-09-03 | New stuff from Peter Mount for jdbc. | Bruce Momjian | |
1998-02-02 | From: Peter T Mount <[email protected]> | Marc G. Fournier | |
[This is a repost - it supercedes the previous one. It fixes the patch so it doesn't bread aix port, plus there's a file missing out of the original post because difforig doesn't pick up new files. It's now attached. peter] This patch brings the JDBC driver up to the current protocol spec. Basically, the backend now tells the driver what authentication scheme to use. The patch also fixes a performance problem with large objects. In the buffer manager, each fastpath call was sending multiple Notifications to the backend (sometimes more data in the form of notifications were being sent than blob data!). | |||
1998-01-11 | Peter's Mega-Patch for JDBC... | Marc G. Fournier | |
see README_6.3 for list of changes | |||
1997-09-28 | From: CNT systemen BV <[email protected]> | Marc G. Fournier | |
I've found a problem in the Postgresql jdbc driver. "ReceiveInteger" shifts a received byte right instead of left. This means that only the least significant byte is read into the int. Reviewed by: Peter T Mount <[email protected]> | |||
1997-09-20 | Bring in Peter's changes...finally :( | Marc G. Fournier | |