Skip to content
Snippets Groups Projects
  1. May 03, 2008
  2. May 02, 2008
  3. Apr 29, 2008
  4. Apr 21, 2008
    • Tom Lane's avatar
      Allow float8, int8, and related datatypes to be passed by value on machines · 8472bf7a
      Tom Lane authored
      where Datum is 8 bytes wide.  Since this will break old-style C functions
      (those still using version 0 calling convention) that have arguments or
      results of these types, provide a configure option to disable it and retain
      the old pass-by-reference behavior.  Likewise, provide a configure option
      to disable the recently-committed float4 pass-by-value change.
      
      Zoltan Boszormenyi, plus configurability stuff by me.
      8472bf7a
  5. Mar 30, 2008
  6. Mar 10, 2008
    • Tom Lane's avatar
      Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. · fe83a3fd
      Tom Lane authored
      This prevents compiler optimizations that assume overflow won't occur, which
      breaks numerous overflow tests that we need to have working.  It is known
      that gcc 4.3 causes problems and possible that 4.1 does.  Per my proposal
      of some time ago and a recent report from Kris Jurka.
      
      Backpatch as far as 8.0, which is as far as the patch conveniently goes.
      7.x was pretty short of overflow tests anyway, so it may not matter there,
      even assuming that anyone cares whether 7.x builds on recent gcc.
      fe83a3fd
    • Tom Lane's avatar
      Provide a build-time option to store large relations as single files, rather · f0828b2f
      Tom Lane authored
      than dividing them into 1GB segments as has been our longtime practice.  This
      requires working support for large files in the operating system; at least for
      the time being, it won't be the default.
      
      Zdenek Kotala
      f0828b2f
  7. Feb 24, 2008
  8. Feb 19, 2008
  9. Feb 18, 2008
  10. 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
  11. Feb 13, 2008
  12. Feb 01, 2008
  13. Jan 24, 2008
  14. Jan 18, 2008
  15. Jan 03, 2008
  16. Jan 01, 2008
  17. Dec 31, 2007
  18. Dec 03, 2007
  19. Nov 26, 2007
  20. Nov 16, 2007
  21. Nov 13, 2007
  22. Nov 05, 2007
  23. Nov 04, 2007
  24. Oct 29, 2007
  25. Oct 27, 2007
  26. Oct 23, 2007
  27. Oct 05, 2007
  28. Oct 02, 2007
  29. Sep 21, 2007
  30. Sep 12, 2007
  31. Sep 11, 2007
  32. Aug 20, 2007
  33. Aug 05, 2007
  34. Jul 19, 2007
  35. Jul 14, 2007
Loading