summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1
Commit message (Expand)AuthorAgeFilesLines
...
* YQL-20095: Enable misc-redundant-expressionvitya-smirnov2026-02-021-1/+1
* YQL-20868: separate typecheck at fastchecklukashevich842026-02-021-1/+0
* YQL-20095: Enable misc-definitions-in-headersvitya-smirnov2026-01-302-3/+7
* Intermediate changesrobot-piglet2026-01-294-54/+58
* YQL-20837: Respect original newlines at formatterlukashevich842026-01-262-13/+110
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-2315-30/+40
* YDB fultext indexes: fulltext_plain & fulltext_relevanceazevaykin2026-01-223-7/+14
* support streaming disposition in streaming queriesgrigoriypisar2026-01-219-102/+201
* add fulltext builtin functions KIKIMR-24587gvit2026-01-201-0/+6
* YQL-13448: Introduce window RANGE logicatarasov52026-01-196-6/+19
* Support DROP ... IF EXISTS & CREATE ... IF NOT EXISTS features.Anton Romanov2026-01-162-8/+57
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-1310-75/+75
* YQL-20530: Fix a fatal table alias ending with '/'vitya-smirnov2025-12-302-2/+50
* YQL-20436: Fix free names on YqlSelect named nodevitya-smirnov2025-12-304-6/+25
* YQL-20436: Support Named Nodes on YqlSelectvitya-smirnov2025-12-2712-98/+464
* multihopping: add FarFuture statistics and limitsyumkam72025-12-263-17/+163
* YQL-20436: Support trailing comma at VALUES and ASvitya-smirnov2025-12-263-5/+24
* YQL-20436: Set top-level column order on YqlSelectvitya-smirnov2025-12-231-0/+34
* YQL-20436: Support anonymous table on YqlSelectvitya-smirnov2025-12-234-8/+47
* YQL-20436: Fix column disambiguation on YqlSelectvitya-smirnov2025-12-222-6/+29
* YQL-20436: Fix column name on YqlSelect CROSS JOINvitya-smirnov2025-12-192-1/+21
* Add transfer metrics_level optionkomels2025-12-172-0/+102
* YQL-20349: Improve errors for ALTER TABLE and CREATE TABLE IF NOT EXISTSlucius2025-12-152-12/+32
* YQL-20436: Support Agg(DISTINCT x) for YqlSelectvitya-smirnov2025-12-145-3/+36
* YQL-20436: Fix IN on a tuple on YqlSelectvitya-smirnov2025-12-133-2/+27
* YQL-20436: Check for a mandatory AS on YqlSelectvitya-smirnov2025-12-132-7/+61
* YQL-20436: Fix CAST (x AS T) on YqlSelectvitya-smirnov2025-12-132-10/+22
* Add warnings for invalid placed DISCARDsanely-d2025-12-124-4/+106
* Require 2025.05 for YT DROP VIEWaneporada2025-12-101-0/+8
* YQL-19017: Remove TTranslationSettings::Antlr4Parservitya-smirnov2025-12-1026-269/+222
* Require 2025.05 for YT CREATE VIEWaneporada2025-12-103-12/+59
* YQL-20436: Translate HAVING to YqlSelectvitya-smirnov2025-12-104-2/+53
* YQL-20436: Translate COMMA/LEFT JOINs to YqlSelectvitya-smirnov2025-12-087-21/+228
* YQL-20436: Translate GROUP BY to YqlSelectvitya-smirnov2025-12-0823-318/+770
* Rename Upsert to Replacempereskokova2025-12-063-27/+18
* YQL-20519: Fix multiline ID_QUOTED highlightingvitya-smirnov2025-12-031-1/+5
* YQL-20728 new lang vervvvv2025-12-031-2/+2
* New statement TRUNCATE TABLEflown4qqqq2025-12-0210-1/+168
* KIKIMR-24294: Use TablePrefixPath at ALTER EXTERNAL DATA SOURCEyurikiselev2025-12-022-1/+41
* YQL-20436: Fix YqlSelect LangVersionvitya-smirnov2025-12-014-30/+43
* YQL-20714 linting for available udf functionsvvvv2025-11-281-0/+15
* YQL-20713 better FlattenMembersvvvv2025-11-271-2/+4
* KIKIMR-24294: Add new (*_PATH) settings for secrets in SQL commandsyurikiselev2025-11-277-172/+871
* YQL-20664: Improve Udf error messagevitya-smirnov2025-11-262-4/+4
* YQL-20436: Support YqlSelect subqueriesvitya-smirnov2025-11-268-63/+427
* Fix "alter topic reset"qyryq2025-11-261-1/+1
* YQL-20086: Enable arcadia and bugprone checksvitya-smirnov2025-11-256-10/+10
* YQL-20436: Fix YqlSelect anon sourcevitya-smirnov2025-11-241-2/+3
* YQL-20666: Fix failed sql/v1 buildvitya-smirnov2025-11-211-2/+2
* YQL-20436: Use std::expected at sql_expressionvitya-smirnov2025-11-2117-392/+615