1. 24 6月, 2016 7 次提交
  2. 23 6月, 2016 4 次提交
  3. 22 6月, 2016 8 次提交
  4. 21 6月, 2016 6 次提交
  5. 20 6月, 2016 4 次提交
  6. 19 6月, 2016 5 次提交
    • D
      33fa579f
    • D
      Fix spurious whitespace in the mapred code · 14b9ea1c
      Daniel Gustafsson 提交于
      No functional changes are included in this diff, only trailing
      whitespace cleanup.
      14b9ea1c
    • D
      Extend mapred reduce function test with builtin reducer · 61320c92
      Daniel Gustafsson 提交于
      The agebracket.yml mapred test case is testing the reduction with
      a simple reducer summing the values. GPMapred has a builtin SUM
      reducer however which will yield the same result, extend the test
      with a copy of the agebracket.yml test using the builtin ensuring
      that the output is identical.
      61320c92
    • H
      Fix crash if an EXPLAIN statement is passed to gp_dump_query_oids() · 754d0cc4
      Heikki Linnakangas 提交于
      I was alerted to this by a compiler warning, which this also fixes. Was
      broken by the 8.3 merge.
      754d0cc4
    • H
      Backport 8.4 changes to text search pg_*_is_visible() functions. · a800eb33
      Heikki Linnakangas 提交于
      We had backported similar changes to the other pg_*_is_visible()
      functions earlier, so for consistency, do the same for the new functions
      we got from the 8.3 merge.
      
      The related upstream commit was:
      
      commit 66bb74db
      Author: Tom Lane <tgl@sss.pgh.pa.us>
      Date:   Mon Dec 15 18:09:41 2008 +0000
      
          Arrange for the pg_foo_is_visible and has_foo_privilege families of functions
          to return NULL, instead of erroring out, if the target object is specified by
          OID and we can't find that OID in the catalogs.  Since these functions operate
          internally on SnapshotNow rules, there is a race condition when using them
          in user queries: the query's MVCC snapshot might "see" a catalog row that's
          already committed dead, leading to a failure when the inquiry function is
          applied.  Returning NULL should generally provide more convenient behavior.
          This issue has been complained of before, and in particular we are now seeing
          it in the regression tests due to another recent patch.
      a800eb33
  7. 18 6月, 2016 4 次提交
  8. 17 6月, 2016 2 次提交