1. 17 Aug, 2003 20 commits
  2. 16 Aug, 2003 3 commits
  3. 15 Aug, 2003 4 commits
  4. 14 Aug, 2003 11 commits
  5. 13 Aug, 2003 2 commits
    • Bruce Momjian's avatar
      Adjust for compiler options for compiler bug. · a4a31d39
      Bruce Momjian authored
      Larry Rosenman
      a4a31d39
    • Tom Lane's avatar
      libpq failed to cope with COPY FROM STDIN if the command was issued · c01641f8
      Tom Lane authored
      via extended query protocol, because it sends Sync right after Execute
      without realizing that the command to be executed is COPY.  There seems
      to be no reasonable way for it to realize that, either, so the best fix
      seems to be to make the backend ignore Sync during copy-in mode.  Bit of
      a wart on the protocol, but little alternative.  Also, libpq must send
      another Sync after terminating the COPY, if the command was issued via
      Execute.
      c01641f8