summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/utils
Commit message (Collapse)AuthorAgeFilesLines
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-203-144/+0
| | | | | | | | | | | | Also removed some unused files and fixed the which needed a small change after the previous patch to build.xml. Modified Files: jdbc/Makefile jdbc/org/postgresql/core/Encoding.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java Removed Files: jdbc/utils/CheckVersion.java jdbc/utils/buildDriver jdbc/utils/changelog.pl
* More jdbc comment cleanups. Code looks very nice now.Bruce Momjian2001-11-191-3/+3
|
* pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian2001-10-251-56/+62
|
* Finished build.xml and updated Driver.java.in and buildDriver to match how ↵Peter Mount2000-12-201-5/+5
| | | | Makefile and ANT operate.
* Finally created ant build.xml filePeter Mount2000-12-191-6/+6
|
* Major update part I involving delayed patches, reworked Makefile, and howPeter Mount2000-10-123-0/+138
the versioning works. There's also a new utils directory used by Makefile