1. 15 8月, 2017 3 次提交
  2. 14 8月, 2017 2 次提交
    • N
      resgroup: support memory limit & shared quota alteration. · b6d0dc37
      Ning Yu 提交于
      Now we support the resgroup memory_limit memory_shared_quota alteration
      in below syntax:
      
      	ALTER RESOURCE GROUP <group> SET MEMORY_SHARED_QUOTA <value>;
      	ALTER RESOURCE GROUP <group> SET MEMORY_LIMIT <value>;
      
      The new value may take effect immediately if the actual shared memory
      usage is lower than the new value; otherwise it will delay the effect.
      Signed-off-by: NHaisheng Yuan <hyuan@pivotal.io>
      b6d0dc37
    • N
      Make ICW pass when resgroup is enabled. · e1eed831
      Ning Yu 提交于
      * resgroup: increase max slots for isolation tests.
      * ICW: ignore resgroup related warnings.
      * ICW: try to load resgroup variant of answers when resgroup enabled.
      * ICW: provide resgroup variant of answers.
      * ICW: check whether resqueue is enabled in UDF.
      * ICR: substitude usrname in gpconfig output.
      * ICR: explicitly set max_connections.
      * isolation2: increase resgroup concurrency for max_concurrency tests.
      e1eed831
  3. 12 8月, 2017 8 次提交
  4. 11 8月, 2017 17 次提交
  5. 10 8月, 2017 10 次提交