1. 17 Apr, 2003 1 commit
    • Barry Lind's avatar
      Applied patches from Kris Jurka fixing a string tokenizing problem and · 0b88b637
      Barry Lind authored
      fixing an order by problem for index metadata results.
      Also includes removing some unused code as well as a fix to the toString
      method on statement.
      
       Modified Files:
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
       	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
      0b88b637
  2. 16 Apr, 2003 4 commits
  3. 15 Apr, 2003 6 commits
  4. 14 Apr, 2003 7 commits
  5. 13 Apr, 2003 5 commits
  6. 12 Apr, 2003 3 commits
  7. 11 Apr, 2003 2 commits
  8. 10 Apr, 2003 4 commits
  9. 08 Apr, 2003 5 commits
  10. 07 Apr, 2003 3 commits
    • Jan Wieck's avatar
      Avoid primary key lookup (and lock) if foreign key does not change · cd203f33
      Jan Wieck authored
      on UPDATE.
      
      This get's rid of the long standing annoyance that updating a row
      that has foreign keys locks all the referenced rows even if the
      foreign key values do not change.
      
      The trick is to actually do a check identical to NO ACTION after an
      eventually done UPDATE in the SET DEFAULT case. Since a SET DEFAULT
      operation should have moved referencing rows to a new "home", a following
      NO ACTION check can only fail if the column defaults of the referencing
      table resulted in the key we actually deleted. Thanks to Stephan.
      
      Jan
      cd203f33
    • Tom Lane's avatar
      Remove unnecessary dt2local() call. · afe1185c
      Tom Lane authored
      afe1185c
    • Peter Eisentraut's avatar
      General editing · a8cb3368
      Peter Eisentraut authored
      a8cb3368