1. 22 3月, 2016 1 次提交
  2. 21 3月, 2016 1 次提交
  3. 17 3月, 2016 1 次提交
  4. 19 3月, 2016 8 次提交
  5. 18 3月, 2016 5 次提交
  6. 16 3月, 2016 5 次提交
  7. 15 3月, 2016 3 次提交
    • C
      Update and add test for gpdbrestore AO/CO stat update · 0914d764
      Chris Hajas 提交于
      * Fix stat check for older behave test:
          Used to rely on gp_restore to do the stat update, but is now on
          python.
      * Fix the tests to indiviudally check the statistics for each
      partition table as the top level table does not gather statistics from its
      subpartitions.
      * Add specific gpdbrestore -T stat update check
      * Add specific gpdbrestore -S stat update check
      
      Add unit tests for generating the correct tables to restore.
      
      Authors: Marbin Tan & Chris Hajas
      0914d764
    • M
      Fix gp_update_ao_master_stats for gpdbrestore with full backup. · 3fb6ca82
      Marbin Tan 提交于
      When doing a restore of a specific table or a specific schema (-T or -S)
      with a full backup, it will update all statistics for all AO/CO tables; it should
      update only the specified table/schema.
      
      Moved gp_update_ao_master_stats from the C side to the python code.
      gpdbrestore -T and -S will now update AO/CO stats through the python code
      
      Authors: Marbin Tan & Chris Hajas
      3fb6ca82
    • C
      Fixes NoneType error where schema tries to iterate through empty dump · c992c450
      Christopher Hajas 提交于
      file.
      
      Authors: Marbin Tan, Chris Hajas and Pencheng Tang
      c992c450
  8. 14 3月, 2016 4 次提交
  9. 12 3月, 2016 7 次提交
  10. 11 3月, 2016 5 次提交