]> granicus.if.org Git - postgresql/commit
Another attempt at 7.0
authorPeter Mount <peter@retep.org.uk>
Mon, 17 Apr 2000 20:07:56 +0000 (20:07 +0000)
committerPeter Mount <peter@retep.org.uk>
Mon, 17 Apr 2000 20:07:56 +0000 (20:07 +0000)
commit25dadc85140b1f688a4cf0c2de8b961a07b10f11
tree14c91b7e37ca13fba1a4880687cf02bd2dad2de2
parentaafff4af162dcf2be91fcd67db6881d6cf166565
Another attempt at 7.0
38 files changed:
src/interfaces/jdbc/org/postgresql/fastpath/Fastpath.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/fastpath/FastpathArg.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/geometric/PGbox.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/geometric/PGcircle.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/geometric/PGline.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/geometric/PGlseg.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/geometric/PGpath.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/geometric/PGpoint.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/geometric/PGpolygon.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/CallableStatement.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/Connection.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/DatabaseMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/PreparedStatement.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSetMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc1/Statement.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/CallableStatement.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSetMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/largeobject/LargeObject.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/largeobject/LargeObjectManager.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/largeobject/PGblob.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/util/PGmoney.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/util/PGobject.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/util/PSQLException.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/util/Serialize.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/util/UnixCrypt.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/xa/ClientConnection.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/xa/Test.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/xa/TwoPhaseConnection.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/xa/TxConnection.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java [new file with mode: 0644]
src/interfaces/jdbc/org/postgresql/xa/XADataSourceImpl.java [new file with mode: 0644]