1. 29 4月, 2008 1 次提交
  2. 21 4月, 2008 1 次提交
    • T
      Allow float8, int8, and related datatypes to be passed by value on machines · 8472bf7a
      Tom Lane 提交于
      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
  3. 30 3月, 2008 1 次提交
  4. 11 3月, 2008 2 次提交
    • T
      Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. · fe83a3fd
      Tom Lane 提交于
      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
    • T
      Provide a build-time option to store large relations as single files, rather · f0828b2f
      Tom Lane 提交于
      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
  5. 24 2月, 2008 1 次提交
  6. 19 2月, 2008 3 次提交
  7. 18 2月, 2008 1 次提交
    • P
      Upgrade to Autoconf 2.61: · b1203823
      Peter Eisentraut 提交于
      - 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
  8. 13 2月, 2008 1 次提交
  9. 01 2月, 2008 1 次提交
    • M
      · 9e647a13
      Marc G. Fournier 提交于
      configure tag'd 8.3.0 and built witih autoconf 2.59
      9e647a13
  10. 24 1月, 2008 1 次提交
  11. 18 1月, 2008 1 次提交
    • M
      · aeeef411
      Marc G. Fournier 提交于
      must commit after autoconf ... and yes, I used the right autoconf
      aeeef411
  12. 04 1月, 2008 1 次提交
    • T
      Stamp release 8.3RC1. · 2bf121e4
      Tom Lane 提交于
      Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
      2bf121e4
  13. 02 1月, 2008 1 次提交
  14. 01 1月, 2008 2 次提交
  15. 03 12月, 2007 1 次提交
  16. 26 11月, 2007 1 次提交
  17. 16 11月, 2007 1 次提交
    • M
      · 2a174e45
      Marc G. Fournier 提交于
      update files for beta3
      2a174e45
  18. 13 11月, 2007 1 次提交
  19. 06 11月, 2007 1 次提交
  20. 05 11月, 2007 2 次提交
  21. 29 10月, 2007 1 次提交
  22. 27 10月, 2007 1 次提交
  23. 24 10月, 2007 1 次提交
  24. 05 10月, 2007 1 次提交
    • M
      · 18cb6f7d
      Marc G. Fournier 提交于
      tag it 8.3beta1 ... the beta cycle begins
      18cb6f7d
  25. 02 10月, 2007 1 次提交
  26. 21 9月, 2007 1 次提交
  27. 12 9月, 2007 2 次提交
  28. 20 8月, 2007 1 次提交
  29. 05 8月, 2007 1 次提交
  30. 20 7月, 2007 1 次提交
  31. 14 7月, 2007 1 次提交
  32. 12 7月, 2007 2 次提交
  33. 11 7月, 2007 1 次提交