1. 06 Oct, 2003 2 commits
    • Tom Lane's avatar
      Modify COPY FROM to match the null-value string against the column value · 0eceaaf9
      Tom Lane authored
      before it is de-backslashed, not after.  This allows the null string \N
      to be reliably distinguished from the data value \N (which must be
      represented as \\N).  Per bug report from Manfred Koizar ... but it's
      amazing this hasn't been reported before ...
      Also, be consistent about encoding conversion for null string: the form
      specified in the command is in the server encoding, but what is sent
      to/from client must be in client encoding.  This never worked quite
      right before either.
      0eceaaf9
    • Tom Lane's avatar
      Fix order of operations within SendQuery() so that the time spent in · 351adb8d
      Tom Lane authored
      data transfer during COPY is included in the \timing display.  Also
      avoid portability problems if tv_usec is unsigned on some platform.
      351adb8d
  2. 05 Oct, 2003 7 commits
  3. 04 Oct, 2003 13 commits
  4. 03 Oct, 2003 7 commits
  5. 02 Oct, 2003 9 commits
  6. 01 Oct, 2003 2 commits