Skip to content
Snippets Groups Projects
  1. Apr 27, 2006
  2. Apr 22, 2006
  3. Apr 19, 2006
    • Tom Lane's avatar
      Remove use of lorder and tsort while building static libraries. There's · 04ca4caa
      Tom Lane authored
      no evidence that any currently-supported platform needs this, and good
      reason to think that any platform that did need it couldn't use the static
      libraries anyway --- libpq, at least, has circular references.  Removing
      the code shuts up tsort warnings about the circular references on some
      platforms.
      04ca4caa
  4. Apr 07, 2006
    • Andrew Dunstan's avatar
      · 39ec43a2
      Andrew Dunstan authored
      Revert getaddrinfo configure changes until we get a solution that is
      properly tested on Tru64 - pre recent discussion (or lack thereof) on -hackers.
      39ec43a2
  5. Mar 06, 2006
  6. Mar 05, 2006
  7. Feb 28, 2006
  8. Feb 21, 2006
  9. Feb 15, 2006
  10. Feb 10, 2006
  11. Feb 07, 2006
  12. Feb 04, 2006
  13. Feb 03, 2006
  14. Jan 18, 2006
  15. Jan 12, 2006
    • Tom Lane's avatar
      Use a more bulletproof test for whether finite() and isinf() are present. · db0558c1
      Tom Lane authored
      It seems that recent gcc versions can optimize away calls to these functions
      even when the functions do not exist on the platform, resulting in a bogus
      positive result.  Avoid this by using a non-constant argument and ensuring
      that the function result is not simply discarded.  Per report from
      François Laupretre.
      db0558c1
  16. Jan 05, 2006
  17. Dec 17, 2005
  18. Dec 08, 2005
  19. Dec 06, 2005
  20. Dec 04, 2005
  21. Nov 05, 2005
  22. Oct 30, 2005
  23. Oct 23, 2005
  24. Oct 13, 2005
  25. Oct 12, 2005
  26. Oct 05, 2005
  27. Sep 26, 2005
  28. Sep 16, 2005
  29. Aug 29, 2005
  30. Aug 25, 2005
  31. Aug 24, 2005
Loading