1. 12 Jun, 2007 1 commit
  2. 31 May, 2007 1 commit
  3. 08 Feb, 2007 2 commits
    • Tom Lane's avatar
      Add missing #define for mingw, per Magnus. · 4a30da1e
      Tom Lane authored
      4a30da1e
    • Bruce Momjian's avatar
      Win32 regression test fixes: · 6fea31b6
      Bruce Momjian authored
      For win32 in general, this makes it possible to run the regression tests
      as an admin user by using the same restricted token method that's used
      by pg_ctl and initdb.
      
      For vc++, it adds building of pg_regress.exe, adds a resultmap, and
      fixes how it runs the install.
      
      Magnus Hagander
      6fea31b6
  4. 07 Feb, 2007 1 commit
  5. 01 Feb, 2007 1 commit
    • Bruce Momjian's avatar
      Wording cleanup for error messages. Also change can't -> cannot. · 8b4ff8b6
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      8b4ff8b6
  6. 19 Jan, 2007 2 commits
  7. 05 Jan, 2007 2 commits
  8. 04 Oct, 2006 1 commit
  9. 24 Sep, 2006 1 commit
  10. 19 Sep, 2006 1 commit
  11. 13 Aug, 2006 1 commit
  12. 01 Aug, 2006 2 commits
  13. 30 Jul, 2006 1 commit
    • Bruce Momjian's avatar
      Fix WIN32 wait() return value macros to be accurate, particularly · 1a271f0c
      Bruce Momjian authored
      because they are used for testing the return value from system().
      (WIN32 doesn't overlay the return code with other failure conditions
      like Unix does, so they are just simple macros.)
      
      Fix regression checks to properly handle diff failures on Win32 using
      the new macros.
      1a271f0c
  14. 27 Jul, 2006 1 commit
  15. 25 Jul, 2006 2 commits
  16. 24 Jul, 2006 1 commit
  17. 22 Jul, 2006 1 commit
  18. 21 Jul, 2006 1 commit
    • Tom Lane's avatar
      Ah, I finally realize why Magnus wanted to add a --bindir option to · bc660c42
      Tom Lane authored
      pg_regress: there's no other way to cope with testing a relocated
      installation.  Seems better to call it --psqldir though, since the
      only thing we need to find in that case is psql.  It'd be better if
      we could use find_other_exec, but that's not happening unless we are
      willing to install pg_regress alongside psql, which seems unlikely
      to happen.
      bc660c42
  19. 20 Jul, 2006 5 commits
  20. 19 Jul, 2006 5 commits