1. 13 10月, 2017 6 次提交
  2. 12 10月, 2017 15 次提交
  3. 11 10月, 2017 6 次提交
    • H
      Fix crash with a ROLLUP query. · 281ad5e9
      Heikki Linnakangas 提交于
      This was broken by commit 7e268107, which refactored the code that deals
      with path keys and sorts in plangroupext.c. The new function
      make_sort_from_pathkeys_and_groupingcol(), which replaced the old
      make_sort_from_reordered_groupcols() function, didn't work quite the same
      as the old function. I'm not sure what exactly went wrong there, but the
      caller already has the column number and operator information at hand, so
      we can use it to construct the Sort directly, without trying to re-find the
      original target list entries of the sort columns.
      
      Commit 7e268107 also neglected the comments in
      make_sort_from_pathkeys_and_groupingcol(), but this commit removes the whole
      function.
      
      Fixes github issue #3447.
      281ad5e9
    • X
      copy from on segment should not check random distributing policy · f5e6e79a
      Xiaoran Wang 提交于
      copy from on segment will not check distributing policy
      when the table is distributed randomly.
      Signed-off-by: NXiaoran Wang <xiwang@pivotal.io>
      f5e6e79a
    • K
      Reorganize pipelines to reduce syncronized job starts · 258931be
      Kris Macoskey 提交于
      The GPDB5 deployment in the gpdb5-pipeline AWS account has a week of
      instability, and to the best of our knowledge this appears to be due to
      the "fan out" pattern that is manifested in our pipeline.  After the
      compile steps are completed, many, many jobs are kicked off
      simultaneaously.  This structure, combined with the many copies of the
      master pipeline cause such a large simulaneous workload that concourse
      resources like volume creation can not keep up with the demand.
      
      We do not contend that this structure is the correct structure, and we
      welcome collaboration on what jobs should live where.  Hopefully this
      will keep the deployment humming for the near future.
      Signed-off-by: NDivya Bhargov <dbhargov@pivotal.io>
      258931be
    • T
      Adds missing clean target for gpmapreduce · ffbe5ec6
      Taylor Vesely 提交于
      ffbe5ec6
    • M
      docs: fixes to ALTER EXTERNAL TABLE (#3445) · 545e34fd
      Mel Kiyama 提交于
      * docs: fixes to ALTER EXTERNAL TABLE
      
      see https://github.com/greenplum-db/gpdb/issues/3338
      
      * updates based on review comments.
      --updated command syntax
      --reorganized information
      --added parameter definition USING expression
      545e34fd
    • L
      docs - remove max_resource_groups guc (#3414) · 4dd667a4
      Lisa Owen 提交于
      4dd667a4
  4. 10 10月, 2017 13 次提交