Skip to content
Snippets Groups Projects
  1. Jul 24, 2009
  2. Jul 16, 2009
    • Tom Lane's avatar
      Add erand48() to the set of functions supported by our src/port/ library, · c43feefa
      Tom Lane authored
      and extend configure to test for it properly instead of hard-wiring
      an assumption that everybody but Windows has the rand48 functions.
      (We do cheat to the extent of assuming that probing for erand48 will do
      for the entire rand48 family.)
      
      erand48() is unused as of this commit, but a followon patch will cause
      GEQO to depend on it.
      
      Andres Freund, additional hacking by Tom
      c43feefa
  3. Jul 02, 2009
    • Peter Eisentraut's avatar
      Upgrade to Autoconf 2.63 · 7cc514ac
      Peter Eisentraut authored
      This upgrades the configure infrastructure to the latest Autoconf version.
      Some notable news are:
       - The workaround for the broken fseeko() test is gone.
       - Checking for unknown options is now provided by Autoconf itself.
       - Fixes for Mac OS X
      7cc514ac
    • Tom Lane's avatar
      Stamp HEAD as 8.5devel. · f4ab0b03
      Tom Lane authored
      f4ab0b03
  4. Jun 27, 2009
  5. Jun 23, 2009
  6. Jun 12, 2009
  7. Jun 11, 2009
  8. Jun 10, 2009
  9. May 20, 2009
  10. May 15, 2009
  11. Apr 10, 2009
  12. Apr 08, 2009
  13. Apr 04, 2009
  14. Mar 27, 2009
    • Tom Lane's avatar
      On Solaris, we should only force use of our own getopt(); it's okay to use · 3da36407
      Tom Lane authored
      the system's getopt_long().  The previous coding was the result of a sloppy
      discussion that failed to draw this distinction.  The result was that PG
      programs don't handle options as users of that platform expect.  Per
      gripe from Chuck McDevitt.
      
      Although this is a pre-existing bug, I'm not backpatching since I think we
      could do with a bit of beta testing before concluding this is really OK.
      3da36407
  15. Feb 12, 2009
  16. Feb 11, 2009
  17. Jan 22, 2009
  18. Jan 21, 2009
    • Magnus Hagander's avatar
      Make win32 builds always do SetEnvironmentVariable() when doing putenv(). · 01543450
      Magnus Hagander authored
      Also, if linked against other versions than the default MSVCRT library
      (for example the MSVC build which links against MSVCRT80), also update
      the cache in the default MSVCRT at the same time.
      
      This should fix the issues with setting LC_MESSAGES on the MSVC build.
      
      Original patch from Hiroshi Inoue and Hiroshi Saito, much rewritten
      by me.
      01543450
  19. Jan 14, 2009
  20. Jan 11, 2009
  21. Jan 07, 2009
  22. Jan 06, 2009
  23. Jan 05, 2009
  24. Jan 01, 2009
  25. Dec 11, 2008
  26. Dec 07, 2008
  27. Dec 02, 2008
  28. Nov 26, 2008
  29. Nov 24, 2008
  30. Nov 18, 2008
  31. Oct 30, 2008
  32. Oct 29, 2008
  33. Sep 05, 2008
Loading