1. 29 9月, 2020 1 次提交
    • J
      Format ORCA and GPOPT. · 219fe0c4
      Jesse Zhang 提交于
      The canonical config file is in src/backend/gpopt/.clang-format (instead
      of under the non-existent src/backend/gporca), I've created one (instead
      of two) symlink, for GPOPT headers. Care has been taken to repoint the
      symlink to the canonical config under gpopt, instead of gpopt as it is
      under HEAD.
      
      This is spiritually a cherry-pick of commit 2f7dd76c.
      (cherry picked from commit 2f7dd76c)
      219fe0c4
  2. 20 9月, 2019 1 次提交
  3. 01 6月, 2019 1 次提交
  4. 16 8月, 2018 1 次提交
  5. 19 9月, 2017 1 次提交
    • B
      Map GPOS severity level to GPDB Severity Levels · 4f58a079
      Bhuvnesh Chaudhary 提交于
      GPOS raises exception with different severity level, but
      they were being logged to GPDB logs at LOG severity level.
      This disabled users to not turn off logging for GPOS exceptions, unless
      GPDB log setting was changed higher than LOG severity level.
      
      This is the initial commit which introduces the functionality. If an
      exception is created without the GPDB severity level, it will default to
      LOG severity level in GPDB.
      Signed-off-by: NJemish Patel <jpatel@pivotal.io>
      4f58a079
  6. 26 4月, 2017 1 次提交
  7. 18 11月, 2016 1 次提交
  8. 01 11月, 2016 1 次提交
    • K
      Fix ORCA error message and make it same as with Planner.(Closes #1247) · 4eb5db7a
      Karthikeyan Jambu Rajaramn 提交于
      - In ORCA, due to the way exception handled previously we do warning first
      and then later print error referring that message. In this commit, we
      enhanced the exception handling so we just print a single error message.
      - Also, we removed 'PQO unable to generate a plan' or 'Aborting PQO plan
      generation' message and make the error message as close as the planner.
      - Updated error message with filename and line number from where the exception
      is raised.
      4eb5db7a
  9. 20 8月, 2016 1 次提交
  10. 04 8月, 2016 1 次提交
  11. 16 7月, 2016 1 次提交
  12. 13 7月, 2016 1 次提交
    • F
      Populate canSetTag of PlannedStmt from Query object (#934) · f01bb84b
      foyzur 提交于
      * Preventing multiple ResLockPortal calls for the same portal when running multiple queries via PortalRunMulti by correctly populating canSetTag in PlannedStmt from Query object during DXL to PlannedStmt translation.
      
      * ICG tests for checking if ORCA correctly populates canSetTag.
      f01bb84b
  13. 18 5月, 2016 1 次提交
  14. 10 5月, 2016 1 次提交
  15. 28 10月, 2015 1 次提交