1. 11 Jul, 2001 16 commits
  2. 10 Jul, 2001 6 commits
  3. 09 Jul, 2001 11 commits
  4. 08 Jul, 2001 3 commits
    • Peter Eisentraut's avatar
      Show islossy for index. · 082e1c7b
      Peter Eisentraut authored
      082e1c7b
    • Peter Eisentraut's avatar
      b054fb3b
    • Peter Eisentraut's avatar
      Bring DatabaseMetaData feature tests up to date: · 2d9ee0fc
      Peter Eisentraut authored
      * NULLs are sorted differently in 7.2
      * table correlation names are supported
      * GROUP BY, ORDER BY unrelated is supported since 6.4
      * ESCAPE/LIKE only supported since 7.1
      * outer joins only since 7.1
      * preferred term for procedure is "function"
      * preferred term for catalog is "database"
      * supports SELECT for UPDATE since 6.5
      * supports subqueries
      * supports UNION; supports UNION ALL since 7.1
      * update some of the max lengths to match reality
      * rearrange some functions to match the order in the spec
        for easier maintenance
      2d9ee0fc
  5. 07 Jul, 2001 3 commits
  6. 06 Jul, 2001 1 commit
    • Peter Eisentraut's avatar
      Resolve a number of oddities in the Java build. First, remove the weird · af3ce5da
      Peter Eisentraut authored
      redirections between the build files, which didn't work completely.  Now
      you just go to the directory of your choice and run make.  Clean up the
      build files to have a logical order, fix the unnecessary rebuilds, prevent
      the deleting targets from removing files they're not responsible for.  Ant
      1.3 does not have a bug.  It deletes directories just fine if you follow
      the documentation.
      af3ce5da