1. 27 Jun, 1998 3 commits
  2. 26 Jun, 1998 2 commits
  3. 25 Jun, 1998 1 commit
  4. 24 Jun, 1998 4 commits
  5. 23 Jun, 1998 5 commits
  6. 22 Jun, 1998 1 commit
  7. 21 Jun, 1998 1 commit
  8. 20 Jun, 1998 2 commits
  9. 19 Jun, 1998 3 commits
    • Marc G. Fournier's avatar
      · 5fdefbc7
      Marc G. Fournier authored
      From: t-ishii@sra.co.jp
      
      As mentioned around line 1153 in backend/commands/copy.c, the method
      of array checking is not perfect.
      
      test=> create table t1 (i text);
      test=> insert into t1 values('{\\.}');
      INSERT 2645600 1
      test=> select * from t1;
      i
      -----
      {\\.}
      (2 rows)
      test=> copy t1 to '/tmp/aaa';
      test=> copy t1 from '/tmp/aaa';
      ERROR:  CopyReadAttribute - end of record marker corrupted
      
      Copy cannot read data produced by itself!
      5fdefbc7
    • Bruce Momjian's avatar
      Port name cleanup · 7a7770e6
      Bruce Momjian authored
      7a7770e6
    • Bruce Momjian's avatar
      Solaris cleanup. · 8ed5918f
      Bruce Momjian authored
      8ed5918f
  10. 18 Jun, 1998 7 commits
  11. 17 Jun, 1998 2 commits
  12. 16 Jun, 1998 9 commits