1. 26 8月, 2000 1 次提交
  2. 25 8月, 2000 7 次提交
  3. 24 8月, 2000 1 次提交
  4. 23 8月, 2000 4 次提交
  5. 22 8月, 2000 9 次提交
  6. 21 8月, 2000 2 次提交
  7. 20 8月, 2000 5 次提交
  8. 13 8月, 2000 1 次提交
    • T
      Clean up handling of variable-free qual clauses. System now does the · 37168b8d
      Tom Lane 提交于
      right thing with variable-free clauses that contain noncachable functions,
      such as 'WHERE random() < 0.5' --- these are evaluated once per
      potential output tuple.  Expressions that contain only Params are
      now candidates to be indexscan quals --- for example, 'var = ($1 + 1)'
      can now be indexed.  Cope with RelabelType nodes atop potential indexscan
      variables --- this oversight prevents 7.0.* from recognizing some
      potentially indexscanable situations.
      37168b8d
  9. 12 8月, 2000 6 次提交
  10. 10 8月, 2000 1 次提交
  11. 09 8月, 2000 1 次提交
  12. 08 8月, 2000 2 次提交