| Commit message (Expand) | Author | Age | Files | Lines |
* | SQL: VIEW system fields propagation removed [fixes #393] | Aleksey Midenkov | 2017-12-13 | 1 | -1/+2 |
* | SQL: create..select revisited [closes #370] | Aleksey Midenkov | 2017-12-12 | 1 | -1/+1 |
* | System Versioning 1.0 pre3 | Aleksey Midenkov | 2017-12-11 | 1 | -27/+272 |
|\ |
|
| * | MDEV-11297: Add support for LIMIT clause in GROUP_CONCAT() | Varun Gupta | 2017-12-08 | 1 | -4/+52 |
| * | MDEV-7773: Aggregate stored functions | Varun Gupta | 2017-12-04 | 1 | -7/+51 |
| * | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-12-01 | 1 | -5/+19 |
| |\ |
|
| | * | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-12-01 | 1 | -5/+19 |
| | |\ |
|
| | | * | Fix a Bison warning about semantic type clash in default action | Marko Mäkelä | 2017-12-01 | 1 | -1/+1 |
| | | * | MDEV-13384: "window" seems like a reserved column name but it's not listed as... | Vicențiu Ciorbaru | 2017-11-29 | 1 | -5/+19 |
| * | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-30 | 1 | -11/+149 |
| |\ \ \
| | |/ / |
|
| | * | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-11-29 | 1 | -1/+21 |
| | |\ \
| | | |/ |
|
| | | * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-11-21 | 1 | -1/+21 |
| | | |\ |
|
| | | | * | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain ID | Andrei Elkin | 2017-11-15 | 1 | -1/+21 |
| | * | | | MDEV-14415 Add Oracle-style FOR loop to sql_mode=DEFAULT | Alexander Barkov | 2017-11-16 | 1 | -7/+124 |
| | * | | | MDEV-14404 Don't use LEX::check_exists in ALTER SEQUENCE | Alexander Barkov | 2017-11-15 | 1 | -2/+2 |
* | | | | | SQL: table with duplicate ROW START/END columns [fixes #369] | Eugene Kosov | 2017-12-08 | 1 | -0/+10 |
* | | | | | remove my_error_as and one unnecessary error message | Sergei Golubchik | 2017-12-08 | 1 | -2/+2 |
* | | | | | SQL: regression fix: make NOW a valid identifier again [#363] | Sergei Golubchik | 2017-12-08 | 1 | -9/+28 |
* | | | | | remove BOOL | Sergei Golubchik | 2017-12-05 | 1 | -3/+1 |
* | | | | | Revert "Parser: no implicit NOT NULL for system fields [fixes #163]" | Sergei Golubchik | 2017-12-05 | 1 | -14/+1 |
* | | | | | Parser: unreserve keywords | Sergei Golubchik | 2017-12-05 | 1 | -10/+12 |
* | | | | | SQL: allow PERIOD as identifier [fixes #331] | Eugene Kosov | 2017-11-27 | 1 | -2/+3 |
* | | | | | Parser: disable SV for tmp tables [closes #344] | Aleksey Midenkov | 2017-11-27 | 1 | -2/+14 |
* | | | | | Cleanup: removed unused variable in sql_yacc | Marko Mäkelä | 2017-11-27 | 1 | -3/+0 |
* | | | | | SQL: ADD/DROP SYSTEM VERSIONING syntax for ALTER TABLE | Eugene Kosov | 2017-11-17 | 1 | -27/+17 |
* | | | | | System Versioning pre1.0 | Aleksey Midenkov | 2017-11-13 | 1 | -12/+201 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge branch '10.3' of github.com:MariaDB/server into 10.3 | Igor Babaev | 2017-11-01 | 1 | -1/+79 |
| |\ \ \ \ |
|
| | * | | | | Only single element order-by list is allowed for percentile functions | Varun Gupta | 2017-11-01 | 1 | -1/+3 |
| | * | | | | Added the median function to the parser , it should behave as a percentile_co... | Varun Gupta | 2017-11-01 | 1 | -5/+29 |
| | * | | | | Fixed indentation in the syntax rules for the sql_yacc.yy , also added the ru... | Varun Gupta | 2017-11-01 | 1 | -7/+6 |
| | * | | | | made changes according to the review, mostly removing unused code and fixing ... | Varun Gupta | 2017-11-01 | 1 | -34/+41 |
| | * | | | | Percentile class implemented, most of the functions have the same functionali... | Varun Gupta | 2017-11-01 | 1 | -1/+3 |
| | * | | | | MDEV-12985: support percentile and median window functions | Varun Gupta | 2017-11-01 | 1 | -14/+35 |
| | * | | | | MDEV-12985: syntax added for the percentile_cont and percentile_disc functions | Varun Gupta | 2017-11-01 | 1 | -1/+24 |
| * | | | | | Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3 | Igor Babaev | 2017-11-01 | 1 | -11/+122 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | Mistakes corrected. | Galina Shalygina | 2017-10-28 | 1 | -5/+21 |
| | * | | | | Summarized results of two previous commits (26 July, 25 August) | Galina Shalygina | 2017-08-29 | 1 | -7/+66 |
| | * | | | | Mistakes corrected, test file corrected. | Galina Shalygina | 2017-06-30 | 1 | -1/+3 |
| | * | | | | New structure Table Value Constructor added in grammar. | Galina Shalygina | 2017-06-29 | 1 | -3/+37 |
* | | | | | | System Versioning pre0.12 | Aleksey Midenkov | 2017-11-07 | 1 | -29/+395 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | SQL: truncate syntax and privilege [closes #229] | Eugene Kosov | 2017-09-08 | 1 | -10/+12 |
| * | | | | | SQL: partitioning misc fixes [closes #242] | Aleksey Midenkov | 2017-09-07 | 1 | -2/+2 |
| * | | | | | SQL: pruning, derived, view fixes [fixes #244] | Aleksey Midenkov | 2017-09-01 | 1 | -6/+10 |
| * | | | | | SQL, IB: option to drop historical rows on ALTER [closes #249] | Eugene Kosov | 2017-09-01 | 1 | -0/+6 |
| * | | | | | SQL, Parser: system_time logic and syntax fixes [closes #237] | Aleksey Midenkov | 2017-08-08 | 1 | -92/+69 |
| * | | | | | Parser: moved 'for system_time' before alias | Aleksey Midenkov | 2017-07-23 | 1 | -3/+3 |
| * | | | | | Parser: syntax for query system_time [closes #230] | Aleksey Midenkov | 2017-07-12 | 1 | -6/+5 |
| * | | | | | SQL: ignore columns WITHOUT VERSIONING [fixes #220] | Eugene Kosov | 2017-07-04 | 1 | -2/+2 |
| * | | | | | SQL: revisit error messages [closes #217] | Aleksey Midenkov | 2017-07-03 | 1 | -57/+71 |
| * | | | | | SQL: start_end_t members as LEX_CSTRING | Aleksey Midenkov | 2017-06-23 | 1 | -12/+6 |