1. 27 Aug, 2011 7 commits
  2. 26 Aug, 2011 18 commits
  3. 25 Aug, 2011 11 commits
  4. 24 Aug, 2011 4 commits
    • Alvaro Herrera's avatar
      Update FK alternative test output to new whitespace rules · f18795e7
      Alvaro Herrera authored
      With these changes, the isolation tests pass again on isolation levels
      serializable and repeatable read.
      
      Author: Kevin Grittner
      f18795e7
    • Tom Lane's avatar
      Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. · d1d38860
      Tom Lane authored
      The previous coding resulted in contrib modules unintentionally overriding
      the use of CONTRIB_TESTDB.  There seems no particularly good reason to
      allow that (after all, the makefile can set CONTRIB_TESTDB if that's really
      what it intends).
      
      In passing, document REGRESS_OPTS where the other pgxs.mk options are
      documented.
      
      Back-patch to 9.1 --- in prior versions, there were no cases of contrib
      modules setting REGRESS_OPTS without including the --dbname switch, so
      while the coding was fragile there was no actual bug.
      d1d38860
    • Peter Eisentraut's avatar
      Build src/ before contrib/ in make world · 4803de6f
      Peter Eisentraut authored
      This fixes failures under parallel make when contrib modules use a
      generated backend header file (such as errcodes.h).
      4803de6f
    • Tom Lane's avatar
      Avoid locale dependency in expected output. · ba69b419
      Tom Lane authored
      We'll have to settle for just listing the extensions' data types,
      since function arguments seem to sort differently in different locales.
      Per buildfarm results.
      ba69b419