1. 28 1月, 2016 1 次提交
  2. 25 1月, 2016 3 次提交
  3. 22 1月, 2016 2 次提交
  4. 21 1月, 2016 1 次提交
  5. 20 1月, 2016 5 次提交
  6. 19 1月, 2016 1 次提交
  7. 15 1月, 2016 1 次提交
  8. 14 1月, 2016 7 次提交
  9. 13 1月, 2016 7 次提交
  10. 12 1月, 2016 1 次提交
  11. 09 1月, 2016 1 次提交
  12. 08 1月, 2016 7 次提交
  13. 07 1月, 2016 1 次提交
    • Y
      Sort by ID when sorting using "Recently created" · 9dacc3bc
      Yorick Peterse 提交于
      Sorting by "id" has the same effect as sorting by created_at while
      performing far better and without the need of an extra index (in case
      one wanted to speed up sorting by "created_at").
      
      Sorting by "Recently updated" still uses the physical "updated_at"
      column as there's no way to use the "id" column for this instead.
      9dacc3bc
  14. 06 1月, 2016 2 次提交