1. 23 9月, 2020 1 次提交
  2. 05 9月, 2020 1 次提交
  3. 26 8月, 2020 1 次提交
  4. 21 8月, 2020 1 次提交
    • V
      feat(griffin): added count(string), count(symbol) and count(long256). Also... · cbba81d0
      Vlad Ilyushchenko 提交于
      feat(griffin): added count(string), count(symbol) and count(long256). Also added rnd_long256(count) (#556)
      
      Fixed "mask" values in all of hash tables. This was casing keys to be poorly distributed across arrays forcing high number of key collisions. I also created Long256HashSet and fixed a bug in SelectedRecord to do with addressing long256 column. All of that is tested.
      cbba81d0
  5. 14 8月, 2020 1 次提交
    • J
      fix(cutlass): pg-wire improvements. Fixes #450 (#544) · 5fad98cf
      Joan Augsburger 提交于
      This change deals with issues around protocol mechanics, in particular our responses to messages from the client on simple and extended mode.
      
      For example:
      
      - we now wait for sync message to send reply back, therefore grouping replies. This means that if client sends messages: P/B/D/E/S, we now send one reply back with 1/2/T/D/C/Z. This means that there is less chatter on the wire because 1. we are sending less messages and 2. the client does not get confused and therefore send less messages.
      - for each message sent by client, we send an acknowledgement back
      - stop sending spurious messages
      - named prepared statements are cached on parse and we correctly bind parameters when receiving named statement on the Bind and Describe messages
      - when executing 'select', we now send back the number of returned rows
      - when executing 'set', we now send correct query tag (SET)
      - for empty queries, we reply back with correct message type
      - for queries with no data, we reply back with 'no data' message type
      - row description now includes column number
      - row descriptions attempts to populate type size and type modifier
      5fad98cf
  6. 03 8月, 2020 1 次提交
  7. 24 7月, 2020 1 次提交
  8. 15 7月, 2020 1 次提交
  9. 08 7月, 2020 1 次提交
  10. 03 7月, 2020 1 次提交
  11. 29 6月, 2020 2 次提交
  12. 23 6月, 2020 1 次提交
  13. 20 6月, 2020 1 次提交
  14. 17 6月, 2020 1 次提交
  15. 15 6月, 2020 1 次提交
  16. 08 6月, 2020 1 次提交
  17. 28 5月, 2020 1 次提交
  18. 26 5月, 2020 1 次提交
  19. 19 5月, 2020 1 次提交
  20. 11 5月, 2020 1 次提交