summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* SQL: VIEW system fields propagation removed [fixes #393]Aleksey Midenkov2017-12-131-1/+2
* SQL: create..select revisited [closes #370]Aleksey Midenkov2017-12-121-1/+1
* System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-27/+272
|\
| * MDEV-11297: Add support for LIMIT clause in GROUP_CONCAT()Varun Gupta2017-12-081-4/+52
| * MDEV-7773: Aggregate stored functionsVarun Gupta2017-12-041-7/+51
| * Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-011-5/+19
| |\
| | * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-011-5/+19
| | |\
| | | * Fix a Bison warning about semantic type clash in default actionMarko Mäkelä2017-12-011-1/+1
| | | * MDEV-13384: "window" seems like a reserved column name but it's not listed as...Vicențiu Ciorbaru2017-11-291-5/+19
| * | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-11/+149
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-1/+21
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-1/+21
| | | |\
| | | | * MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-1/+21
| | * | | MDEV-14415 Add Oracle-style FOR loop to sql_mode=DEFAULTAlexander Barkov2017-11-161-7/+124
| | * | | MDEV-14404 Don't use LEX::check_exists in ALTER SEQUENCEAlexander Barkov2017-11-151-2/+2
* | | | | SQL: table with duplicate ROW START/END columns [fixes #369]Eugene Kosov2017-12-081-0/+10
* | | | | remove my_error_as and one unnecessary error messageSergei Golubchik2017-12-081-2/+2
* | | | | SQL: regression fix: make NOW a valid identifier again [#363]Sergei Golubchik2017-12-081-9/+28
* | | | | remove BOOLSergei Golubchik2017-12-051-3/+1
* | | | | Revert "Parser: no implicit NOT NULL for system fields [fixes #163]"Sergei Golubchik2017-12-051-14/+1
* | | | | Parser: unreserve keywordsSergei Golubchik2017-12-051-10/+12
* | | | | SQL: allow PERIOD as identifier [fixes #331]Eugene Kosov2017-11-271-2/+3
* | | | | Parser: disable SV for tmp tables [closes #344]Aleksey Midenkov2017-11-271-2/+14
* | | | | Cleanup: removed unused variable in sql_yaccMarko Mäkelä2017-11-271-3/+0
* | | | | SQL: ADD/DROP SYSTEM VERSIONING syntax for ALTER TABLEEugene Kosov2017-11-171-27/+17
* | | | | System Versioning pre1.0Aleksey Midenkov2017-11-131-12/+201
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' of github.com:MariaDB/server into 10.3Igor Babaev2017-11-011-1/+79
| |\ \ \ \
| | * | | | Only single element order-by list is allowed for percentile functionsVarun Gupta2017-11-011-1/+3
| | * | | | Added the median function to the parser , it should behave as a percentile_co...Varun Gupta2017-11-011-5/+29
| | * | | | Fixed indentation in the syntax rules for the sql_yacc.yy , also added the ru...Varun Gupta2017-11-011-7/+6
| | * | | | made changes according to the review, mostly removing unused code and fixing ...Varun Gupta2017-11-011-34/+41
| | * | | | Percentile class implemented, most of the functions have the same functionali...Varun Gupta2017-11-011-1/+3
| | * | | | MDEV-12985: support percentile and median window functionsVarun Gupta2017-11-011-14/+35
| | * | | | MDEV-12985: syntax added for the percentile_cont and percentile_disc functionsVarun Gupta2017-11-011-1/+24
| * | | | | Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-011-11/+122
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Mistakes corrected.Galina Shalygina2017-10-281-5/+21
| | * | | | Summarized results of two previous commits (26 July, 25 August)Galina Shalygina2017-08-291-7/+66
| | * | | | Mistakes corrected, test file corrected.Galina Shalygina2017-06-301-1/+3
| | * | | | New structure Table Value Constructor added in grammar.Galina Shalygina2017-06-291-3/+37
* | | | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-29/+395
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SQL: truncate syntax and privilege [closes #229]Eugene Kosov2017-09-081-10/+12
| * | | | | SQL: partitioning misc fixes [closes #242]Aleksey Midenkov2017-09-071-2/+2
| * | | | | SQL: pruning, derived, view fixes [fixes #244]Aleksey Midenkov2017-09-011-6/+10
| * | | | | SQL, IB: option to drop historical rows on ALTER [closes #249]Eugene Kosov2017-09-011-0/+6
| * | | | | SQL, Parser: system_time logic and syntax fixes [closes #237]Aleksey Midenkov2017-08-081-92/+69
| * | | | | Parser: moved 'for system_time' before aliasAleksey Midenkov2017-07-231-3/+3
| * | | | | Parser: syntax for query system_time [closes #230]Aleksey Midenkov2017-07-121-6/+5
| * | | | | SQL: ignore columns WITHOUT VERSIONING [fixes #220]Eugene Kosov2017-07-041-2/+2
| * | | | | SQL: revisit error messages [closes #217]Aleksey Midenkov2017-07-031-57/+71
| * | | | | SQL: start_end_t members as LEX_CSTRINGAleksey Midenkov2017-06-231-12/+6