1. 05 1月, 2018 1 次提交
  2. 04 1月, 2018 10 次提交
  3. 03 1月, 2018 6 次提交
  4. 02 1月, 2018 4 次提交
  5. 01 1月, 2018 12 次提交
  6. 31 12月, 2017 6 次提交
  7. 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