Skip to content
Snippets Groups Projects
  1. Nov 26, 2008
  2. Nov 12, 2008
  3. Oct 29, 2008
  4. Sep 05, 2008
  5. Aug 29, 2008
  6. Aug 21, 2008
  7. Aug 01, 2008
  8. Jul 23, 2008
  9. Jun 27, 2008
  10. May 28, 2008
  11. May 20, 2008
  12. May 18, 2008
    • Tom Lane's avatar
      Make another try at using -Wl,--as-needed to suppress linking of unnecessary · 2dad10f4
      Tom Lane authored
      shared libraries.  We've tried this before and had problems with libreadline
      not linking properly on some platforms, but that seems to be a libreadline
      bug that may have been fixed by now.  In any case, it's early enough in the
      8.4 devel cycle that we can afford to have some transient breakage while
      we work out any portability problems.
      
      On Darwin, we try -Wl,-dead_strip_dylibs, which seems to be the equivalent
      incantation there.
      2dad10f4
  13. Apr 18, 2008
    • Alvaro Herrera's avatar
      Modify the float4 datatype to be pass-by-val. Along the way, remove the last · 7861d72e
      Alvaro Herrera authored
      uses of the long-deprecated float32 in contrib/seg; the definitions themselves
      are still there, but no longer used.  fmgr/README updated to match.
      
      I added a CREATE FUNCTION to account for existing seg_center() code in seg.c
      too, and some tests for it and the neighbor functions.  At the same time,
      remove checks for NULL which are not needed (because the functions are declared
      STRICT).
      
      I had to do some adjustments to contrib's btree_gist too.  The choices for
      representation there are not ideal for changing the underlying types :-(
      
      Original patch by Zoltan Boszormenyi, with some adjustments by me.
      7861d72e
  14. Feb 19, 2008
  15. Feb 17, 2008
    • Peter Eisentraut's avatar
      Upgrade to Autoconf 2.61: · b1203823
      Peter Eisentraut authored
      - Change configure.in to use Autoconf 2.61 and update generated files.
      - Update build system and documentation to support now directory variables
        offered by Autoconf 2.61.
      - Replace usages of PGAC_CHECK_ALIGNOF by AC_CHECK_ALIGNOF, now available
        in Autoconf 2.61.
      - Drop our patched version of AC_C_INLINE, as Autoconf now has the change.
      b1203823
  16. Nov 15, 2007
  17. Nov 13, 2007
  18. Nov 10, 2007
  19. Aug 09, 2007
  20. Jul 19, 2007
  21. Nov 30, 2006
  22. 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
  23. Oct 16, 2006
  24. Oct 13, 2006
  25. Oct 07, 2006
  26. Aug 11, 2006
  27. May 30, 2006
  28. May 23, 2006
  29. Mar 11, 2006
  30. Dec 09, 2005
  31. Dec 04, 2005
  32. Oct 13, 2005
  33. Sep 26, 2005
  34. Aug 29, 2005
  35. Jul 01, 2005
  36. Feb 24, 2005
  37. 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
  38. Jan 08, 2005
Loading