Skip to content
Snippets Groups Projects
  1. Aug 15, 2016
  2. Jul 09, 2015
  3. Apr 23, 2015
    • Peter Eisentraut's avatar
      Improve speed of make check-world · dcae5fac
      Peter Eisentraut authored
      Before, make check-world would create a new temporary installation for
      each test suite, which is slow and wasteful.  Instead, we now create one
      test installation that is used by all test suites that are part of a
      make run.
      
      The management of the temporary installation is removed from pg_regress
      and handled in the makefiles.  This allows for better control, and
      unifies the code with that of test suites not run through pg_regress.
      
      review and msvc support by Michael Paquier <michael.paquier@gmail.com>
      
      more review by Fabien Coelho <coelho@cri.ensmp.fr>
      dcae5fac
  4. Mar 09, 2015
  5. Dec 18, 2014
  6. Oct 19, 2013
  7. Jul 10, 2013
  8. Mar 31, 2013
  9. Jan 23, 2013
  10. Jun 09, 2011
  11. Apr 19, 2011
  12. Mar 08, 2011
  13. Sep 22, 2010
Loading