1. 03 8月, 2019 1 次提交
  2. 02 8月, 2019 1 次提交
  3. 27 7月, 2019 2 次提交
  4. 24 7月, 2019 1 次提交
    • A
      GPDB changes for supporting equi- full merge joins in ORCA (#7814) · 452a463f
      Ashuka Xue 提交于
      This commit corresponds with ORCA commit "Implement Full Merge Join in ORCA".
      It also bumps ORCA version to v3.59.0.
      
      This commit includes the following changes to support merge join in
      ORCA:
      1. Update optimizer_expand_fulljoin guc to use traceflags instead of
      disabling the transform.
      2. Translator changes for Merge Join.
      3. Add IsOpMergeJoinable() and GetMergeJoinOpFamilies() wrappers.
      4. Introduces the guc optimizer_enable_mergejoin.
      452a463f
  5. 18 7月, 2019 1 次提交
  6. 17 7月, 2019 1 次提交
  7. 09 7月, 2019 2 次提交
  8. 02 7月, 2019 1 次提交
  9. 27 6月, 2019 1 次提交
  10. 25 6月, 2019 1 次提交
  11. 19 6月, 2019 1 次提交
  12. 15 6月, 2019 1 次提交
  13. 07 6月, 2019 1 次提交
  14. 04 6月, 2019 1 次提交
    • S
      Create an ArrayExpr from an array of constants · 4230dd4d
      Sambitesh Dash 提交于
      Earlier we didn't bother converting an in list of constants into an ArrayExpr
      when then number of elements was larger than array_expansion_threshold.
      
      We still should create an ArrayExpr because it can be useful in deriving stats
      on filters even if we are not deriving constraints on it.
      
      Bump ORCA version to v3.47.0
      4230dd4d
  15. 01 6月, 2019 1 次提交
  16. 31 5月, 2019 1 次提交
  17. 21 5月, 2019 2 次提交
  18. 13 5月, 2019 2 次提交
  19. 09 5月, 2019 1 次提交
  20. 07 5月, 2019 1 次提交
  21. 03 5月, 2019 2 次提交
  22. 02 5月, 2019 1 次提交
  23. 19 4月, 2019 1 次提交
  24. 18 4月, 2019 1 次提交
    • A
      Remove the --enable-testutils config option and code. · ba66a4a9
      Ashwin Agrawal 提交于
      Compilation with --enable-testutils seems to has been broken long time
      as `MaxDynamicLWLock` is no more defined. Given no one complained
      seems this is unused config option and code. Hence, instead of fixing
      the compilation ripping out this code.
      ba66a4a9
  25. 13 4月, 2019 1 次提交
  26. 11 4月, 2019 1 次提交
  27. 10 4月, 2019 1 次提交
  28. 29 3月, 2019 1 次提交
  29. 28 3月, 2019 1 次提交
  30. 21 3月, 2019 1 次提交
  31. 16 3月, 2019 1 次提交
  32. 13 3月, 2019 1 次提交
    • T
      Build necessary extensions for release (#7057) · 35a71407
      Tingfang Bao 提交于
      * Build necessary extensions for release
      
      * Add new  '--enable-debug-extensions' configure option, if provide the option,
        the extensions include:
      
            gp_distribution_policy
            gp_internal_tools
            gp_sparse_vector
            gp_replica_check
            gp_inject_fault
            gp_debug_numsegments
      
      * Rename configure_flags to configure_flags_with_extensions
      
        The configure_flags_with_extensions SHOULD BE set to
      
            configure_flags_with_extensions: "--enable-cassert --enable-debug-extensions"
      
          in these secrets files
      
             secrets/gpdb_master-ci-secrets.dev.yml
             secrets/gpdb_master-ci-secrets.prod.yml
      Co-authored-by: NBob Bao <bbao@pivotal.io>
      Co-authored-by: NNing Fu <nfu@pivotal.io>
      35a71407
  33. 12 3月, 2019 1 次提交
  34. 27 2月, 2019 1 次提交
  35. 16 2月, 2019 1 次提交