1. 09 2月, 2021 1 次提交
  2. 05 2月, 2021 1 次提交
  3. 02 2月, 2021 1 次提交
  4. 28 1月, 2021 1 次提交
  5. 26 1月, 2021 1 次提交
  6. 25 1月, 2021 3 次提交
  7. 23 1月, 2021 1 次提交
  8. 22 1月, 2021 1 次提交
  9. 21 1月, 2021 2 次提交
  10. 20 1月, 2021 1 次提交
  11. 19 1月, 2021 1 次提交
  12. 18 1月, 2021 1 次提交
  13. 17 1月, 2021 1 次提交
  14. 14 1月, 2021 1 次提交
  15. 12 1月, 2021 2 次提交
  16. 11 1月, 2021 5 次提交
  17. 09 1月, 2021 1 次提交
    • B
      fix(pgwire): Rust postgres client support (#756) · ad874c08
      Brian Thomas Smith 提交于
      * fix(pgwire): improve handling of column format codes
      
      * fix(pgwire): improve handling of binary types
      
      * fix(pgwire): fix DotNet client and test. Also added "DISCARD" SQL to ignore list
      
      * fix(pgwire): add test for rust example with parameterized query, prepared statement and select statement
      ad874c08
  18. 08 1月, 2021 2 次提交
  19. 07 1月, 2021 1 次提交
  20. 06 1月, 2021 1 次提交
  21. 05 1月, 2021 3 次提交
  22. 31 12月, 2020 1 次提交
  23. 23 12月, 2020 1 次提交
  24. 22 12月, 2020 3 次提交
  25. 18 12月, 2020 1 次提交
  26. 09 12月, 2020 1 次提交
    • X
      fix(std/IntList): avoid a complete scan of the list in the binarySearch (#724) · 2f18e470
      Xavier Grand 提交于
      * fix(std/IntList): avoid a complete scan of the list in the binarySearch
      
      When the `binarySearch` function reaches a range smaller than 65 elements, the function `scanSearch` is called to scan sequentially the elements which is fast than continuing the binary search.
      But the scanSearch doesn't take in account the current range considered [low, high[ and completely scan the list which defeat the purpose of the binary search algorithm
      
      * fix(DirectLongList): apply the same performance optimization for binarySearch
      2f18e470
  27. 30 11月, 2020 1 次提交