1. 03 12月, 2006 1 次提交
  2. 02 12月, 2006 1 次提交
    • P
      · 2f52d726
      PostgreSQL Daemon 提交于
      v8.2.0 is now released ...
      2f52d726
  3. 30 11月, 2006 1 次提交
  4. 25 11月, 2006 1 次提交
  5. 08 11月, 2006 1 次提交
    • P
      · 9b3aee52
      PostgreSQL Daemon 提交于
      Tag as Beta3 ... two outstanding *known* bugs before RC1 ...
      9b3aee52
  6. 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
  7. 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
  8. 24 10月, 2006 1 次提交
  9. 17 10月, 2006 1 次提交
  10. 08 10月, 2006 1 次提交
  11. 05 10月, 2006 2 次提交
    • T
      Second try at fixing libedit configuration for Bob Friesenhahn. · 9e6c3582
      Tom Lane 提交于
      Buildfarm results from 'gazelle' show that there are indeed libedit
      versions for which history.h is a needed header, even though it's
      apparently been dropped entirely in other versions.  Grumble.
      9e6c3582
    • T
      Adjust configure's handling of libedit to not look for a history.h file. · bdef2bf2
      Tom Lane 提交于
      Per Bob Friesenhahn's report, this file is not supplied by some versions
      of libedit, and even when it is supplied it seems to be just a link to
      readline.h, so we don't need to include it anyway.
      Also, ensure that we won't try to use a too-old version of Bison.
      The previous coding would bleat but then use it anyway; better to invoke
      the 'missing' script if any grammar files need to be rebuilt.
      bdef2bf2
  12. 04 10月, 2006 1 次提交
    • T
      Switch over to using our own qsort() all the time, as has been proposed · 6edd2b4a
      Tom Lane 提交于
      repeatedly.  Now that we don't have to worry about memory leaks from
      glibc's qsort, we can safely put CHECK_FOR_INTERRUPTS into the tuplesort
      comparators, as was requested a couple months ago.  Also, get rid of
      non-reentrancy and an extra level of function call in tuplesort.c by
      providing a variant qsort_arg() API that passes an extra void * argument
      through to the comparison routine.  (We might want to use that in other
      places too, I didn't look yet.)
      6edd2b4a
  13. 02 10月, 2006 2 次提交
  14. 28 9月, 2006 1 次提交
  15. 23 9月, 2006 1 次提交
  16. 09 9月, 2006 1 次提交
  17. 23 8月, 2006 1 次提交
  18. 18 8月, 2006 1 次提交
  19. 04 8月, 2006 1 次提交
  20. 27 7月, 2006 1 次提交
  21. 25 7月, 2006 1 次提交
  22. 12 7月, 2006 1 次提交
  23. 19 6月, 2006 1 次提交
    • T
      Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration · 1e8ae136
      Tom Lane 提交于
      for it.  Hopefully will fix core dump evidenced by some buildfarm members
      since fadvise patch went in.  The actual definition of the function is not
      ABI-compatible with compiler's default assumption in the absence of any
      declaration, so it's clearly unsafe to try to call it without seeing a
      declaration.
      1e8ae136
  24. 08 6月, 2006 1 次提交
    • B
      Prepare code to be built by MSVC: · 399a36a7
      Bruce Momjian 提交于
      	o  remove many WIN32_CLIENT_ONLY defines
      	o  add WIN32_ONLY_COMPILER define
      	o  add 3rd argument to open() for portability
      	o  add include/port/win32_msvc directory for
      	   system includes
      
      Magnus Hagander
      399a36a7
  25. 30 5月, 2006 1 次提交
  26. 30 4月, 2006 2 次提交
  27. 29 4月, 2006 1 次提交
  28. 27 4月, 2006 1 次提交
  29. 22 4月, 2006 3 次提交
  30. 20 4月, 2006 1 次提交
    • T
      Remove use of lorder and tsort while building static libraries. There's · 04ca4caa
      Tom Lane 提交于
      no evidence that any currently-supported platform needs this, and good
      reason to think that any platform that did need it couldn't use the static
      libraries anyway --- libpq, at least, has circular references.  Removing
      the code shuts up tsort warnings about the circular references on some
      platforms.
      04ca4caa
  31. 08 4月, 2006 1 次提交
    • A
      · 39ec43a2
      Andrew Dunstan 提交于
      Revert getaddrinfo configure changes until we get a solution that is
      properly tested on Tru64 - pre recent discussion (or lack thereof) on -hackers.
      39ec43a2
  32. 07 3月, 2006 1 次提交
  33. 05 3月, 2006 1 次提交
  34. 01 3月, 2006 2 次提交