1. 09 5月, 2003 1 次提交
    • T
      Update 3.0 protocol support to match recent agreements about how to · c0a8c3ac
      Tom Lane 提交于
      handle multiple 'formats' for data I/O.  Restructure CommandDest and
      DestReceiver stuff one more time (it's finally starting to look a bit
      clean though).  Code now matches latest 3.0 protocol document as far
      as message formats go --- but there is no support for binary I/O yet.
      c0a8c3ac
  2. 25 4月, 2003 3 次提交
  3. 22 4月, 2003 2 次提交
    • T
      getaddrinfo has no business doing unlink(). · 8a703496
      Tom Lane 提交于
      8a703496
    • T
      Another round of protocol changes. Backend-to-frontend messages now all · 5ed27e35
      Tom Lane 提交于
      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
  4. 19 4月, 2003 1 次提交
  5. 18 4月, 2003 1 次提交
  6. 13 4月, 2003 2 次提交
  7. 11 4月, 2003 1 次提交
  8. 04 4月, 2003 2 次提交
  9. 03 4月, 2003 1 次提交
  10. 02 4月, 2003 1 次提交
  11. 29 3月, 2003 3 次提交
  12. 20 3月, 2003 1 次提交
  13. 16 3月, 2003 1 次提交
  14. 14 2月, 2003 2 次提交
  15. 04 2月, 2003 1 次提交
  16. 03 2月, 2003 1 次提交
  17. 25 1月, 2003 1 次提交
  18. 15 1月, 2003 1 次提交
  19. 09 1月, 2003 4 次提交
  20. 08 1月, 2003 1 次提交
  21. 06 1月, 2003 2 次提交
  22. 24 12月, 2002 1 次提交
  23. 18 12月, 2002 1 次提交
    • P
      · 750a0e67
      PostgreSQL Daemon 提交于
      From the SSL_CTX_new man page:
      
      "SSLv23_method(void), SSLv23_server_method(void), SSLv23_client_method(void)
      
       A TLS/SSL connection established with these methods will understand the SSLv2,
       SSLv3, and TLSv1 protocol. A client will send out SSLv2 client hello messages
       and will indicate that it also understands SSLv3 and TLSv1. A server will
       understand SSLv2, SSLv3, and TLSv1 client hello messages. This is the best
       choice when compatibility is a concern."
      
      This will maintain backwards compatibility for those us that don't use
      TLS connections ...
      750a0e67
  24. 15 12月, 2002 2 次提交
  25. 13 12月, 2002 2 次提交
  26. 12 12月, 2002 1 次提交