1. 04 Apr, 2016 3 commits
  2. 01 Apr, 2016 3 commits
    • Igor Babaev's avatar
      Fix a problem in code for percent_rank(). · 162ea7c0
      Igor Babaev authored
      The problem popped up when running win_percent_cume.test
      with --ps-protocol.
      162ea7c0
    • Igor Babaev's avatar
      Fixed a problem with --ps-protocol. · 0b89c614
      Igor Babaev authored
      Window names has to be resolved only once.
      0b89c614
    • Igor Babaev's avatar
      The implementation of the template bubble_sort assumed · 2e4bd440
      Igor Babaev authored
      that the call-back comparison function returns a positive
      number when arg1 < arg2, and a negative number when arg1 > arg2.
      This is not in line with other implementation of sorting
      algorithm.
      Changed bubble_sort: now a negative result from the comparison
      function means that arg1 < arg2, and positive result means
      that arg1 > arg2.
      Changed accordingly all call-back functions that are used as
      parameters in the call of bubble_sort.
      
      Added a test case to check the proper sorting of window functions.
      2e4bd440
  3. 30 Mar, 2016 4 commits
  4. 28 Mar, 2016 10 commits
  5. 27 Mar, 2016 5 commits
  6. 25 Mar, 2016 3 commits
  7. 24 Mar, 2016 7 commits
  8. 23 Mar, 2016 5 commits