1. 24 1月, 2008 1 次提交
  2. 06 11月, 2007 1 次提交
  3. 29 10月, 2007 1 次提交
  4. 24 10月, 2007 1 次提交
  5. 02 10月, 2007 1 次提交
  6. 21 9月, 2007 1 次提交
  7. 12 7月, 2007 2 次提交
  8. 11 7月, 2007 1 次提交
  9. 10 7月, 2007 1 次提交
  10. 04 5月, 2007 1 次提交
  11. 15 4月, 2007 1 次提交
  12. 06 4月, 2007 2 次提交
  13. 26 3月, 2007 1 次提交
  14. 21 2月, 2007 1 次提交
  15. 07 2月, 2007 1 次提交
  16. 28 1月, 2007 2 次提交
  17. 03 1月, 2007 1 次提交
  18. 22 12月, 2006 1 次提交
  19. 06 11月, 2006 1 次提交
    • T
      Revert to the pre-8.2 method of probing for libm, that is, always · 02f37bd8
      Tom Lane 提交于
      include it if it links properly.  It seems too risky to assume that
      standard functions like pow() are not special-cased by the compiler.
      Per report from Andreas Lange that build fails on Solaris cc compiler
      with -fast.  Even though we don't consider that a supported option,
      I'm worried that similar issues will arise with other compilers.
      02f37bd8
  20. 08 10月, 2006 1 次提交
  21. 05 10月, 2006 2 次提交
    • T
      Second try at fixing libedit configuration for Bob Friesenhahn. · 9e6c3582
      Tom Lane 提交于
      Buildfarm results from 'gazelle' show that there are indeed libedit
      versions for which history.h is a needed header, even though it's
      apparently been dropped entirely in other versions.  Grumble.
      9e6c3582
    • T
      Adjust configure's handling of libedit to not look for a history.h file. · bdef2bf2
      Tom Lane 提交于
      Per Bob Friesenhahn's report, this file is not supplied by some versions
      of libedit, and even when it is supplied it seems to be just a link to
      readline.h, so we don't need to include it anyway.
      Also, ensure that we won't try to use a too-old version of Bison.
      The previous coding would bleat but then use it anyway; better to invoke
      the 'missing' script if any grammar files need to be rebuilt.
      bdef2bf2
  22. 02 10月, 2006 1 次提交
  23. 28 9月, 2006 1 次提交
  24. 09 9月, 2006 1 次提交
  25. 25 7月, 2006 1 次提交
  26. 19 6月, 2006 1 次提交
    • T
      Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration · 1e8ae136
      Tom Lane 提交于
      for it.  Hopefully will fix core dump evidenced by some buildfarm members
      since fadvise patch went in.  The actual definition of the function is not
      ABI-compatible with compiler's default assumption in the absence of any
      declaration, so it's clearly unsafe to try to call it without seeing a
      declaration.
      1e8ae136
  27. 24 5月, 2006 1 次提交
  28. 30 4月, 2006 1 次提交
  29. 07 3月, 2006 1 次提交
  30. 01 3月, 2006 1 次提交
  31. 21 2月, 2006 1 次提交
  32. 04 2月, 2006 1 次提交
  33. 03 2月, 2006 1 次提交
  34. 18 1月, 2006 1 次提交
  35. 05 1月, 2006 1 次提交
  36. 06 12月, 2005 1 次提交