Skip to content
Snippets Groups Projects
  1. Nov 13, 2007
  2. Nov 10, 2007
  3. Aug 09, 2007
  4. Jul 19, 2007
  5. Nov 30, 2006
  6. 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
  7. Oct 16, 2006
  8. Oct 13, 2006
  9. Oct 07, 2006
  10. Aug 11, 2006
  11. May 30, 2006
  12. May 23, 2006
  13. Mar 11, 2006
  14. Dec 09, 2005
  15. Dec 04, 2005
  16. Oct 13, 2005
  17. Sep 26, 2005
  18. Aug 29, 2005
  19. Jul 01, 2005
  20. Feb 24, 2005
  21. Feb 22, 2005
    • Bruce Momjian's avatar
      Add support to port/snprintf.c for position parameter specification: · b4feafb6
      Bruce Momjian authored
      + # Determine if printf supports %1$ argument selection, e.g. %5$ selects
      + # the fifth argument after the printf print string.
      + # This is not in the C99 standard, but in the Single Unix Specification (SUS).
      + # It is used in our langauge translation strings.
      
      Nicolai Tufar with configure changes by Bruce.
      b4feafb6
  22. Jan 08, 2005
  23. Dec 16, 2004
  24. Dec 14, 2004
  25. Dec 02, 2004
  26. Nov 30, 2004
    • Tom Lane's avatar
      Fix readline/libedit selection code to prefer readline over libedit · aef2d0d8
      Tom Lane authored
      reliably (ie, regardless of which libraries they depend on).  Also
      make sure that we don't select headers that obviously belong to the
      wrong one of the two libraries.  This was discussed back around 4-Sep
      but seems to have slipped through the cracks.  The header selection
      could be checked more closely, perhaps, but let's see if this is good
      enough.
      aef2d0d8
  27. Oct 24, 2004
    • Tom Lane's avatar
      If we're going to test for switch validity by observing whether the · 9b3fc492
      Tom Lane authored
      compiler emits any warnings, the test program had better be 100%
      correct, not only 90% correct.  The recent addition of -Wold-style-definition
      broke thread-safety detection on every platform that has that switch,
      because the test program used an old-style definition.
      9b3fc492
  28. Oct 20, 2004
    • Neil Conway's avatar
      When using GCC, change the default CFLAGS to: · 857e210e
      Neil Conway authored
        -O2 -Wall -Wmissing-prototypes -Wpointer-arith
      
      Check whether the version of GCC we are using supports any of:
      
        -Wdeclaration-after-statement
        -Wendif-labels
        -Wold-style-definition
      
      And add the supported flags to CFLAGS.
      857e210e
  29. Oct 11, 2004
    • Tom Lane's avatar
      Another try at making plpython autoconfiguration work correctly. Use a · 669ca7af
      Tom Lane authored
      -L spec rather than assuming libpython is in the standard search path
      (this returns to the way 7.4 did it).  But check the distutils output
      to see if it looks like Python has built a shared library, and if so
      link with that instead of the probably-not-shared library found in
      configdir.
      669ca7af
  30. Oct 10, 2004
  31. Oct 06, 2004
  32. Oct 04, 2004
  33. Sep 18, 2004
  34. Sep 17, 2004
  35. Sep 11, 2004
  36. Sep 08, 2004
  37. Sep 02, 2004
Loading