1. 24 12月, 2003 1 次提交
  2. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  3. 28 11月, 2003 2 次提交
  4. 25 11月, 2003 1 次提交
  5. 24 11月, 2003 2 次提交
  6. 03 11月, 2003 2 次提交
  7. 02 11月, 2003 1 次提交
  8. 29 10月, 2003 1 次提交
  9. 25 10月, 2003 1 次提交
  10. 22 10月, 2003 1 次提交
    • P
      · 7533e455
      PostgreSQL Daemon 提交于
      up configure to beta5
      7533e455
  11. 16 10月, 2003 1 次提交
  12. 14 10月, 2003 1 次提交
  13. 09 10月, 2003 1 次提交
  14. 03 10月, 2003 1 次提交
  15. 28 9月, 2003 1 次提交
  16. 27 9月, 2003 1 次提交
  17. 15 9月, 2003 1 次提交
    • P
      · baba02a8
      PostgreSQL Daemon 提交于
      tag her for beta3, as announced on Friday  ...
      baba02a8
  18. 14 9月, 2003 1 次提交
  19. 13 9月, 2003 2 次提交
  20. 08 9月, 2003 1 次提交
  21. 07 9月, 2003 2 次提交
  22. 02 9月, 2003 1 次提交
  23. 27 8月, 2003 1 次提交
  24. 16 8月, 2003 1 次提交
  25. 12 8月, 2003 1 次提交
  26. 08 8月, 2003 2 次提交
  27. 05 8月, 2003 3 次提交
  28. 04 8月, 2003 2 次提交
  29. 02 8月, 2003 1 次提交
    • T
      Since HPUX now exists for Itanium, we should decouple the assumption · 13ac54d1
      Tom Lane 提交于
      that OS=hpux is the same as CPU=hppa.  First steps at doing this.
      With these patches, we still work on hppa with either gcc or HP's cc.
      We might work on hpux/itanium with gcc, but I can't test it.  Definitely
      will not work on hpux/itanium with non-gcc compiler, for lack of spinlock
      code.
      13ac54d1
  30. 01 8月, 2003 1 次提交
  31. 24 7月, 2003 1 次提交
    • T
      Have a go at fixing various outstanding portability issues in code that · df63503d
      Tom Lane 提交于
      was modified for IPv6.  Use a robust definition of struct sockaddr_storage,
      do a proper configure test to see if ss_len exists, don't assume that
      getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to
      return the protocol we ask for, etc.  This incorporates several outstanding
      patches from Kurt Roeckx, but I'm to blame for anything that doesn't
      work ...
      df63503d