1. 13 Oct, 2001 9 commits
  2. 12 Oct, 2001 20 commits
  3. 11 Oct, 2001 8 commits
  4. 10 Oct, 2001 1 commit
  5. 09 Oct, 2001 2 commits
    • Peter Eisentraut's avatar
      Allow optional () after current_user, session_user, user, current_time, · ec5c6287
      Peter Eisentraut authored
      current_timestamp, current_date for ODBC compatibility.
      
      Add more functions to odbc.sql catalog extension, use new CREATE OR
      REPLACE FUNCTION.
      
      Document iODBC/unixODBC build options.
      ec5c6287
    • Barry Lind's avatar
      This patch fixes a bug introduced in the jdbc bytea support patch. · 839b9bc0
      Barry Lind authored
      That patch broke the ability to read data from binary cursors.
      --Barry Lind
       Modified Files:
       	pgsql/src/interfaces/jdbc/org/postgresql/Connection.java
       	pgsql/src/interfaces/jdbc/org/postgresql/ResultSet.java
       	pgsql/src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Connection.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/UpdateableResultSet.java
      839b9bc0