summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9911: NTILE must return an error when parameter is not stableDan Solodko2020-07-281-3/+8
* MDEV-12059: Assertion `precision > 0' failed with a window function or window...Varun Gupta2020-07-071-0/+1
* MDEV-18015: Assertion `global_status_var.global_memory_used == 0' failed when...Varun Gupta2019-06-041-8/+4
* MDEV-15204: lag/lead function order list mandatoryzhzhzoo2018-08-251-0/+2
* MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-3/+6
* MDEV-13358: FIRST_V throw SQL Fehler (1292): Incorrect datetime valueVicențiu Ciorbaru2017-09-191-9/+7
* MDEV-12851: Case with window functions query crashes serverVicențiu Ciorbaru2017-06-281-0/+11
* MDEV-11746: Wrong result upon using FIRST_VALUE with a window frameVicențiu Ciorbaru2017-02-141-12/+1
* Fixed bug mdev-10660.Igor Babaev2017-02-031-1/+1
* Fixed bug mdev-10868.Igor Babaev2016-09-301-1/+3
* Clean up nth_valueVicențiu Ciorbaru2016-09-241-27/+3
* Implement LEAD and LAG and NTH_VALUE functionsVicențiu Ciorbaru2016-09-241-15/+137
* Allow first/last value functions to have frame definitionsVicențiu Ciorbaru2016-09-241-1/+10
* Make first_value and last_value computation efficientVicențiu Ciorbaru2016-09-241-0/+2
* Implement first_value and last_value as window functionsVicențiu Ciorbaru2016-09-241-0/+71
* MDEV-10815: Window Function Expressions Wrong ResultsVicențiu Ciorbaru2016-09-241-0/+1
* Window functions fail with --ps-protocolVicențiu Ciorbaru2016-09-121-1/+6
* MDEV-10059: Compute window functions with same sorting criteria simultaneouslyVicențiu Ciorbaru2016-09-091-39/+51
* Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-1/+16
|\
| * The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-1/+16
* | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-301-1/+1
* | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-1/+1
* | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-1/+1
|/
* Make ntile use args[0] for it's argument.Vicențiu Ciorbaru2016-04-131-14/+2
* Fix another bug in dense_rank.Vicențiu Ciorbaru2016-04-131-2/+4
* Fix dense_rank returning minimum rank of 2 when using null columns.Vicențiu Ciorbaru2016-04-111-3/+27
* Window functions: make "ORDER BY window_func" workSergei Petrunia2016-04-081-0/+19
* Fix ntile to work with --ps-protocolVicențiu Ciorbaru2016-04-061-11/+11
* Convert ntile to work with expressions as parameters.Vicențiu Ciorbaru2016-04-041-3/+26
* Implement ntile window function.Vicențiu Ciorbaru2016-04-041-0/+63
* Remove no longer used Window_context class.Vicențiu Ciorbaru2016-04-041-89/+3
* Fix a problem in code for percent_rank().Igor Babaev2016-04-011-0/+1
* Implemented cume_dist function.Vicențiu Ciorbaru2016-03-281-5/+40
* Convert percent_rank to work with cursorsVicențiu Ciorbaru2016-03-281-41/+36
* Lay the groundwork for variable number of cursors.Vicențiu Ciorbaru2016-03-281-3/+3
* Encapsulate use of List<Cached_item> in a Group_bound_tracker.Sergei Petrunia2016-03-241-2/+2
* Code cleanupSergei Petrunia2016-03-241-8/+4
* Encapsulate the switching between different return values in Item_window_funcSergei Petrunia2016-03-241-13/+26
* Fix a PS re-execution problem and code cleanupSergei Petrunia2016-03-241-3/+67
* Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-211-21/+27
* For some window functions an order list must be present.Igor Babaev2016-03-181-0/+13
* Prohibit using window functions of some types withIgor Babaev2016-03-181-0/+15
* Fix 2 more bugs in item_windowfunc.Vicențiu Ciorbaru2016-03-161-2/+2
* Make sure to return the result value when calling Item_windowfunc::val_real()Vicențiu Ciorbaru2016-03-161-0/+1
* Continuation of "Implemented a counter within Item_sum_sum" a few commits beforeSergei Petrunia2016-03-161-13/+67
* Implement percent_rank window functionVicențiu Ciorbaru2016-03-031-29/+185
* Convert if statements to switch case.Vicențiu Ciorbaru2016-03-031-1/+0
* Remove comments that may be confusingSergei Petrunia2016-03-021-21/+0
* MDEV-9634: Window function produces incorrect valueSergei Petrunia2016-02-261-0/+2
* Fixed a problems in the parser.Igor Babaev2016-02-191-0/+3