1. 17 8月, 2017 8 次提交
    • H
      Remove unusued Plan.plan_parent_node_id field. · 5c155847
      Heikki Linnakangas 提交于
      This allows removing all the code in CTranslatorDXLToPlStmt that tracked
      the parent of each call.
      
      I found the plan node IDs awkward, when I was hacking on
      CTranslatorDXLToPlStmt. I tried to make a change where a function would
      construct a child Plan node first, and a Result node on top of that, but
      only if necessary, depending on the kind of child plan. The parent plan
      node IDs made it impossible to construct a part of Plan tree like that, in
      a bottom-up fashion, because you always had to pass the parent's ID when
      constructing a child node. Now that is possible.
      5c155847
    • A
      Update gpcopy test cases · cf5bfd6f
      Adam Lee 提交于
      1, remove unnecessary web tables
      2, add various distribution with `ON SEGMENT` tests
      3, add zero column with `ON SEGMENT` tests
      cf5bfd6f
    • D
      relocating home navigation to top of subnav (#2970) · c4c0fc84
      David Yozie 提交于
      c4c0fc84
    • L
    • N
      Change makefile naming to be consistent for gpMgmt/bin · 6268ba99
      Nadeem Ghani 提交于
      Previously, the "all" target was used only by gpMgmt/bin/Makefile in
      place of the "install" target used elsewhere. The underlying reason was
      because python doesn't need a compile phase (the "all" target).
      
      However, this is inconsistent. Change to use the standard "install"
      target, which is also the default on the gpMgmt/bin/Makefile.
      Signed-off-by: NLarry Hamel <lhamel@pivotal.io>
      6268ba99
    • D
      Update coverity job to run daily · 8144fab1
      Divya Bhargov 提交于
      Signed-off-by: NJingyi Mei <jmei@pivotal.io>
      8144fab1
    • T
      Teach libpq to decode server version correctly from future servers. · a7dc09b8
      Tom Lane 提交于
      Beginning with the next development cycle, PG servers will report two-part
      not three-part version numbers.  Fix libpq so that it will compute the
      correct numeric representation of such server versions for reporting by
      PQserverVersion().  It's desirable to get this into the field and
      back-patched ASAP, so that older clients are more likely to understand the
      new server version numbering by the time any such servers are in the wild.
      
      (The results with an old client would probably not be catastrophic anyway
      for a released server; for example "10.1" would be interpreted as 100100
      which would be wrong in detail but would not likely cause an old client to
      misbehave badly.  But "10devel" or "10beta1" would result in sversion==0
      which at best would result in disabling all use of modern features.)
      
      Extracted from a patch by Peter Eisentraut; comments added by me
      
      Patch: <802ec140-635d-ad86-5fdf-d3af0e260c22@2ndquadrant.com>
      a7dc09b8
    • J
      Add typarray entry (#2960) · 774f124b
      Jane Beckman 提交于
      774f124b
  2. 16 8月, 2017 23 次提交
  3. 15 8月, 2017 9 次提交