1. 22 Apr, 2003 1 commit
    • Tom Lane's avatar
      Another round of protocol changes. Backend-to-frontend messages now all · 5ed27e35
      Tom Lane authored
      have length words.  COPY OUT reimplemented per new protocol: it doesn't
      need \. anymore, thank goodness.  COPY BINARY to/from frontend works,
      at least as far as the backend is concerned --- libpq's PQgetline API
      is not up to snuff, and will have to be replaced with something that is
      null-safe.  libpq uses message length words for performance improvement
      (no cycles wasted rescanning long messages), but not yet for error
      recovery.
      5ed27e35
  2. 21 Apr, 2003 3 commits
  3. 20 Apr, 2003 4 commits
  4. 19 Apr, 2003 4 commits
  5. 18 Apr, 2003 2 commits
  6. 17 Apr, 2003 4 commits
  7. 16 Apr, 2003 4 commits
  8. 15 Apr, 2003 6 commits
  9. 14 Apr, 2003 7 commits
  10. 13 Apr, 2003 5 commits