Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 27, 2009
  3. Jun 23, 2009
  4. Jun 12, 2009
  5. Jun 11, 2009
  6. Jun 10, 2009
  7. May 20, 2009
  8. May 15, 2009
  9. Apr 10, 2009
  10. Apr 08, 2009
  11. Apr 04, 2009
  12. 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
  13. Feb 12, 2009
  14. Feb 11, 2009
  15. Jan 22, 2009
  16. 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
  17. Jan 14, 2009
  18. Jan 11, 2009
  19. Jan 07, 2009
  20. Jan 06, 2009
  21. Jan 05, 2009
  22. Jan 01, 2009
  23. Dec 11, 2008
  24. Dec 07, 2008
  25. Dec 02, 2008
  26. Nov 26, 2008
  27. Nov 24, 2008
  28. Nov 18, 2008
  29. Oct 30, 2008
  30. Oct 29, 2008
  31. Sep 05, 2008
  32. Aug 29, 2008
Loading