Skip to content
Snippets Groups Projects
  1. Jun 10, 2009
  2. May 20, 2009
  3. May 15, 2009
  4. Apr 10, 2009
  5. Apr 08, 2009
  6. Apr 04, 2009
  7. 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
  8. Feb 12, 2009
  9. Feb 11, 2009
  10. Feb 03, 2009
  11. Jan 22, 2009
  12. 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
  13. Jan 14, 2009
  14. Jan 11, 2009
  15. Jan 07, 2009
  16. Jan 06, 2009
  17. Jan 05, 2009
  18. Jan 04, 2009
    • Peter Eisentraut's avatar
      Allow configure to deal with Python 3.0. Changes were: · a65ed83f
      Peter Eisentraut authored
      print foo --> print(foo)
      string.join(...) --> ' '.join(...)
      
      These changes are backward compatible.
      
      The actual plpython module appears to need significant updates to support
      Python 3.0, though.  This change just relieves interested developers from
      having to deal with Autoconf.
      a65ed83f
  19. Jan 01, 2009
  20. Dec 11, 2008
  21. Dec 07, 2008
  22. Dec 02, 2008
  23. Nov 26, 2008
  24. Nov 24, 2008
  25. Nov 18, 2008
  26. Nov 12, 2008
  27. Oct 30, 2008
  28. Oct 29, 2008
  29. Sep 05, 2008
  30. Aug 29, 2008
  31. Aug 21, 2008
  32. Aug 19, 2008
Loading