1. 15 1月, 2018 3 次提交
  2. 14 1月, 2018 2 次提交
  3. 11 1月, 2018 5 次提交
  4. 10 1月, 2018 3 次提交
  5. 07 1月, 2018 6 次提交
  6. 05 1月, 2018 1 次提交
  7. 04 1月, 2018 4 次提交
  8. 01 1月, 2018 3 次提交
  9. 31 12月, 2017 1 次提交
  10. 30 12月, 2017 1 次提交
    • R
      Fix `cache_key` with a relation having distinct and order · 7fae88f7
      Ryuta Kamizono 提交于
      We can't replace existing SELECT list as long as having DISTINCT, it
      will cause incorrect result.
      
      And also, PostgreSQL has a limitation that ORDER BY expressions must
      appear in select list for SELECT DISTINCT.
      
      Therefore, we should not replace existing SELECT list when using
      DISTINCT.
      
      Fixes #29779.
      7fae88f7
  11. 29 12月, 2017 1 次提交
  12. 27 12月, 2017 1 次提交
  13. 26 12月, 2017 2 次提交
  14. 22 12月, 2017 1 次提交
  15. 20 12月, 2017 5 次提交
  16. 19 12月, 2017 1 次提交