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. 22 4月, 2003 1 次提交
    • 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
  3. 19 4月, 2003 1 次提交
  4. 02 4月, 2003 1 次提交
  5. 05 9月, 2002 1 次提交
  6. 04 9月, 2002 1 次提交
  7. 29 8月, 2002 1 次提交
  8. 08 8月, 2002 1 次提交
  9. 21 6月, 2002 1 次提交
  10. 04 3月, 2002 1 次提交
  11. 05 12月, 2001 1 次提交
  12. 25 10月, 2001 1 次提交
  13. 16 4月, 2001 1 次提交
    • T
      Remove error report from pq_endmessage when pq_putmessage fails. The · 6ccb2af7
      Tom Lane 提交于
      only possible failure is in pq_flush, which will log a (better!) report
      anyway --- so pq_endmessage is just cluttering the log with a redundant
      entry.  This matters when a client crashes partway through a large query,
      since we will emit many broken-pipe reports before finishing the query
      and exiting.
      6ccb2af7
  14. 25 1月, 2001 1 次提交
  15. 13 7月, 2000 1 次提交
    • P
      Remove a bunch of unused configure tests, in particular cases where · cb292206
      Peter Eisentraut 提交于
      * the result is not recorded anywhere
      * the result is not used anywhere
      * the result is only used in some places, whereas others have been getting away with it
      * the result is used improperly
      
      Also make command line options handling a little better (e.g., --disable-locale,
      while redundant, should really still *dis*able).
      cb292206
  16. 08 7月, 2000 1 次提交
  17. 13 4月, 2000 1 次提交
  18. 26 1月, 2000 1 次提交
    • B
      Add: · 5c25d602
      Bruce Momjian 提交于
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  19. 23 10月, 1999 1 次提交
  20. 13 9月, 1999 1 次提交
    • M
      · 2b7777bf
      Marc G. Fournier 提交于
      cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h
      2b7777bf
  21. 12 9月, 1999 1 次提交
  22. 31 8月, 1999 1 次提交
  23. 18 7月, 1999 1 次提交
  24. 16 7月, 1999 2 次提交
  25. 26 5月, 1999 1 次提交
  26. 26 4月, 1999 2 次提交
  27. 25 4月, 1999 1 次提交