summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix another bug in dense_rank.Vicențiu Ciorbaru2016-04-131-1/+4
* Encapsulate use of List<Cached_item> in a Group_bound_tracker.Sergei Petrunia2016-03-241-11/+4
* Encapsulate the switching between different return values in Item_window_funcSergei Petrunia2016-03-241-2/+1
* Fix a PS re-execution problem and code cleanupSergei Petrunia2016-03-241-19/+7
* Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-211-10/+43
* For some window functions an order list must be present.Igor Babaev2016-03-181-0/+5
* Prohibit using window functions of some types withIgor Babaev2016-03-181-0/+6
* Fixed bug mdev-9754.Igor Babaev2016-03-171-1/+7
* The class Window_spec now has pointers to the partition and order listsIgor Babaev2016-03-161-4/+4
* Continuation of "Implemented a counter within Item_sum_sum" a few commits beforeSergei Petrunia2016-03-161-0/+1
* Implement percent_rank window functionVicențiu Ciorbaru2016-03-031-0/+26
* MDEV-9634: Window function produces incorrect valueSergei Petrunia2016-02-261-0/+36
* Fixed a problems in the parser.Igor Babaev2016-02-191-2/+40
* MDEV-9526: Compute Aggregate functions as window functionsSergei Petrunia2016-02-181-3/+9
* Fix review comments.Vicențiu Ciorbaru2016-02-161-5/+8
* Implement DENSE_RANK function.Vicențiu Ciorbaru2016-02-161-0/+18
* Post-merge fixes. win.test passes but further cleanup is needed.Sergei Petrunia2016-02-141-0/+1
* Initial implementation of RANK() window functionSergei Petrunia2016-02-141-0/+25
* Got sort-and-read single-pass window function computation to workSergei Petrunia2016-02-141-0/+36
* Added commentsSergei Petrunia2016-02-141-0/+6
* Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-0/+13