1. 12 Aug, 2005 8 commits
  2. 11 Aug, 2005 7 commits
  3. 10 Aug, 2005 4 commits
  4. 09 Aug, 2005 10 commits
  5. 08 Aug, 2005 6 commits
  6. 07 Aug, 2005 2 commits
  7. 06 Aug, 2005 1 commit
    • Tom Lane's avatar
      COPY performance improvements. Avoid calling CopyGetData for each input · 9b29f9f3
      Tom Lane authored
      character, tighten the inner loops of CopyReadLine and CopyReadAttribute,
      arrange to parse out all the attributes of a line in just one call instead
      of one CopyReadAttribute call per attribute, be smarter about which client
      encodings require slow pg_encoding_mblen() loops.  Also, clean up the
      mishmash of static variables and overly-long parameter lists in favor of
      passing around a single CopyState struct containing all the state data.
      Original patch by Alon Goldshuv, reworked by Tom Lane.
      9b29f9f3
  8. 05 Aug, 2005 2 commits