1. 20 8月, 2007 1 次提交
  2. 05 8月, 2007 1 次提交
  3. 20 7月, 2007 1 次提交
  4. 14 7月, 2007 1 次提交
  5. 12 7月, 2007 2 次提交
  6. 11 7月, 2007 1 次提交
  7. 10 7月, 2007 1 次提交
  8. 30 6月, 2007 1 次提交
  9. 05 6月, 2007 1 次提交
  10. 04 5月, 2007 1 次提交
  11. 22 4月, 2007 2 次提交
  12. 15 4月, 2007 1 次提交
  13. 14 4月, 2007 1 次提交
    • A
      Enable building contrib/xml2 if configured using --with-libxml. · 6506a584
      Andrew Dunstan 提交于
      If this breaks things due to missing libxslt, then I'll have to
      revert it, but let's see if it breaks the buildfarm.
      
      Workarounds in case libxslt is missing include:
      . don't configure with libxml, or
      . don't build contrib modules from the contrib Makefile (use the individual module Makefiles instead), or
      . change the xml2 Makefile
      6506a584
  14. 06 4月, 2007 2 次提交
  15. 29 3月, 2007 1 次提交
  16. 27 3月, 2007 2 次提交
  17. 26 3月, 2007 1 次提交
  18. 21 3月, 2007 1 次提交
  19. 21 2月, 2007 1 次提交
  20. 07 2月, 2007 1 次提交
  21. 03 2月, 2007 1 次提交
  22. 28 1月, 2007 2 次提交
  23. 18 1月, 2007 1 次提交
  24. 08 1月, 2007 1 次提交
  25. 06 1月, 2007 1 次提交
  26. 03 1月, 2007 1 次提交
  27. 22 12月, 2006 1 次提交
  28. 15 12月, 2006 1 次提交
  29. 03 12月, 2006 1 次提交
  30. 02 12月, 2006 1 次提交
    • P
      · 2f52d726
      PostgreSQL Daemon 提交于
      v8.2.0 is now released ...
      2f52d726
  31. 30 11月, 2006 1 次提交
  32. 25 11月, 2006 1 次提交
  33. 08 11月, 2006 1 次提交
    • P
      · 9b3aee52
      PostgreSQL Daemon 提交于
      Tag as Beta3 ... two outstanding *known* bugs before RC1 ...
      9b3aee52
  34. 06 11月, 2006 1 次提交
    • T
      Revert to the pre-8.2 method of probing for libm, that is, always · 02f37bd8
      Tom Lane 提交于
      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
  35. 31 10月, 2006 1 次提交
    • P
      Code the unknown options check without using m4 diversions. Otherwise this · 0b9f93e6
      Peter Eisentraut 提交于
      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