1. 03 Jul, 1998 3 commits
    • Bruce Momjian's avatar
      Update flow chart · 3909e4d2
      Bruce Momjian authored
      3909e4d2
    • Bruce Momjian's avatar
      win32 cleanup · 9f9644d0
      Bruce Momjian authored
      9f9644d0
    • Bruce Momjian's avatar
      Hello! · c765b4b0
      Bruce Momjian authored
      Through some minor changes, I have been able to compile the libpq
      client libraries on the Win32 platform. Since the libpq communications
      part has been rewritten, this has become much easier. Enclosed is
      a patch that will allow at least Microsoft Visual C++ to compile
      libpq into both a static and a dynamic library.  I will take a look
      at porting the psql frontend as well, but I figured it was a good
      idea to send in these patches first - so no major changes are done
      to the files before it gets applied (if it does).
      
      Regards,
        Magnus Hagander
      c765b4b0
  2. 30 Jun, 1998 3 commits
  3. 28 Jun, 1998 5 commits
  4. 27 Jun, 1998 4 commits
  5. 26 Jun, 1998 2 commits
  6. 25 Jun, 1998 1 commit
  7. 24 Jun, 1998 4 commits
  8. 23 Jun, 1998 5 commits
  9. 22 Jun, 1998 1 commit
  10. 21 Jun, 1998 1 commit
  11. 20 Jun, 1998 2 commits
  12. 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
  13. 18 Jun, 1998 6 commits