1. 11 1月, 2021 4 次提交
  2. 10 1月, 2021 1 次提交
  3. 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
  4. 08 1月, 2021 3 次提交
  5. 07 1月, 2021 1 次提交
  6. 06 1月, 2021 6 次提交
  7. 05 1月, 2021 3 次提交
  8. 31 12月, 2020 1 次提交
  9. 23 12月, 2020 1 次提交
  10. 22 12月, 2020 3 次提交
  11. 18 12月, 2020 1 次提交
  12. 17 12月, 2020 1 次提交
  13. 13 12月, 2020 1 次提交
  14. 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
  15. 02 12月, 2020 1 次提交
  16. 30 11月, 2020 5 次提交
  17. 26 11月, 2020 3 次提交
  18. 21 11月, 2020 1 次提交
  19. 18 11月, 2020 2 次提交