1. 19 Jan, 2000 8 commits
  2. 18 Jan, 2000 18 commits
  3. 17 Jan, 2000 13 commits
  4. 16 Jan, 2000 1 commit
    • Tom Lane's avatar
      Rearrange coding in COPY so that expansible string buffer for data being · e0bd6017
      Tom Lane authored
      read is reused for successive attributes, instead of being deleted and
      recreated from scratch for each value read in.  This reduces palloc/pfree
      overhead a lot.  COPY IN still seems to be noticeably slower than it was
      in 6.5 --- we need to figure out why.  This change takes care of the only
      major performance loss I can see in copy.c itself, so the performance
      problem is at a lower level somewhere.
      e0bd6017