Skip to content
Snippets Groups Projects
  1. Apr 06, 2007
  2. Mar 29, 2007
  3. Mar 26, 2007
  4. Mar 21, 2007
  5. Feb 21, 2007
  6. Feb 07, 2007
  7. Feb 03, 2007
  8. Jan 28, 2007
  9. Jan 18, 2007
  10. Jan 07, 2007
  11. Jan 05, 2007
  12. Jan 02, 2007
  13. Dec 21, 2006
  14. Dec 14, 2006
  15. Dec 02, 2006
  16. Nov 29, 2006
  17. Nov 25, 2006
  18. Nov 07, 2006
  19. Nov 06, 2006
    • Tom Lane's avatar
      Revert to the pre-8.2 method of probing for libm, that is, always · 02f37bd8
      Tom Lane authored
      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. Oct 30, 2006
    • Peter Eisentraut's avatar
      Code the unknown options check without using m4 diversions. Otherwise this · 0b9f93e6
      Peter Eisentraut authored
      code relies on the checking macro actually being called at the end, or the
      automatic undiversion will produce garbage.  These sort of implicit
      side-effects undermine the modularity of the macros and happen to break the
      ODBC driver which makes use of them.
      
      Also put the warnings at the very end of configure, so there is an even
      better chance of seeing them.
      0b9f93e6
  21. Oct 24, 2006
  22. Oct 16, 2006
  23. Oct 07, 2006
  24. Oct 05, 2006
    • Tom Lane's avatar
      Second try at fixing libedit configuration for Bob Friesenhahn. · 9e6c3582
      Tom Lane authored
      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
    • Tom Lane's avatar
      Adjust configure's handling of libedit to not look for a history.h file. · bdef2bf2
      Tom Lane authored
      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
  25. Oct 04, 2006
    • Tom Lane's avatar
      Switch over to using our own qsort() all the time, as has been proposed · 6edd2b4a
      Tom Lane authored
      repeatedly.  Now that we don't have to worry about memory leaks from
      glibc's qsort, we can safely put CHECK_FOR_INTERRUPTS into the tuplesort
      comparators, as was requested a couple months ago.  Also, get rid of
      non-reentrancy and an extra level of function call in tuplesort.c by
      providing a variant qsort_arg() API that passes an extra void * argument
      through to the comparison routine.  (We might want to use that in other
      places too, I didn't look yet.)
      6edd2b4a
  26. Oct 02, 2006
  27. Sep 27, 2006
  28. Sep 23, 2006
  29. Sep 09, 2006
  30. Aug 23, 2006
  31. Aug 17, 2006
  32. Aug 04, 2006
  33. Jul 27, 2006
Loading