Commit Graph

8157 Commits

Author SHA1 Message Date
Alexey Milovidov
f5f38e1e50 Better support for tuples, arrays in SELECT DISTINCT [#METR-22035]. 2016-07-10 18:58:58 +03:00
Alexey Milovidov
a01534e6ab Added syntactic sugar for count(DISTINCT ...) and 'count_distinct_implementation' setting [#METR-22035]. 2016-07-10 18:52:35 +03:00
Alexey Milovidov
7f7838c989 Added half-way support (for orantius) for tuples in subquery result in right hand side of IN [#METR-18149]. 2016-07-10 14:49:33 +03:00
alexey-milovidov
e4c62935c3 Merge pull request #49 from yandex/METR-18844
Metr 18844
2016-07-10 12:43:19 +03:00
Alexey Milovidov
ff558b9a10 Added test [#METR-18149]. 2016-07-10 10:41:03 +03:00
Alexey Milovidov
9d2e8a4636 Fixed test [#METR-18149]. 2016-07-10 10:36:37 +03:00
Alexey Milovidov
003d63023b Fixed error [#METR-18149]. 2016-07-10 10:24:24 +03:00
Alexey Milovidov
b10177ed69 Additions [#METR-18149]. 2016-07-10 08:50:09 +03:00
Alexey Milovidov
402a4933e3 Fixed errors with tuples [#METR-18149]. 2016-07-10 07:09:59 +03:00
Alexey Milovidov
9208a72b5a Working out tuples [#METR-18149]. 2016-07-10 05:51:13 +03:00
Alexey Milovidov
e6e6953bf3 Miscellaneous modifications [#METR-2944]. 2016-07-10 05:33:50 +03:00
Alexey Milovidov
df7215487a Fixed error [#METR-18149]. 2016-07-10 05:14:23 +03:00
Alexey Milovidov
03ed8fc58e Addition to prev. revision [#METR-2944]. 2016-07-10 02:40:15 +03:00
Alexey Milovidov
3a6208c6d0 Translated few comments [#METR-2944]. 2016-07-10 02:37:29 +03:00
Alexey Milovidov
fbc7c1f40a Fixed parsing of tuple element expression [#METR-18149]. 2016-07-09 09:51:30 +03:00
Alexey Milovidov
f08a5aba80 Improved performance of array function for non-constant arguments [#METR-22034]. 2016-07-09 09:33:44 +03:00
Alexey Milovidov
8af48d9dfc Partially fixed bad code [#METR-22034]. 2016-07-09 08:11:54 +03:00
Alexey Milovidov
e1181f2175 Added support for arbitary nested type of arrays for function has [#METR-18149]. 2016-07-09 07:39:57 +03:00
Alexey Milovidov
27360b8166 Added support for tuple arguments of function if [#METR-22033]. 2016-07-09 06:54:57 +03:00
Alexey Milovidov
fb3a28f646 Added test [#METR-22032]. 2016-07-09 03:20:44 +03:00
Alexey Milovidov
6aa533ace4 doc: Clarifications about distributed subqueries [#METR-2944]. 2016-07-09 03:12:09 +03:00
Alexey Milovidov
943c056b02 Better [#METR-22032]. 2016-07-09 02:47:58 +03:00
Alexey Milovidov
33d324b8d6 Probably fixed error [#METR-22032]. 2016-07-09 00:47:54 +03:00
Alexey Milovidov
777f6bd05c Added miscellaneous function 'rowNumberInAllBlocks' [#METR-21993]. 2016-07-09 00:46:18 +03:00
Alexey Milovidov
595d0c8ace doc: same addition to 'ru' version [#METR-2944]. 2016-07-08 22:48:34 +03:00
Alexey Milovidov
3ca3d31b98 doc: Clarification of 'read' and 'write' wording [#METR-2944]. 2016-07-08 22:43:32 +03:00
Alexey Arno
a2e3c88dee dbms: Server: Fixes. Fix for PODArray::swap(). [#METR-18844] 2016-07-08 19:08:32 +03:00
Alexey Arno
b1079964da dbms: Server: Fixes. Fix for PODArray::swap(). [#METR-18844] 2016-07-08 18:30:57 +03:00
Alexey Arno
be56cabd51 dbms: Server: Fixes. Fix for PODArray::swap(). [#METR-18844] 2016-07-08 18:10:47 +03:00
Alexey Arno
7d4691c271 dbms: Server: Fixes. Fix for PODArray::swap(). [#METR-18844] 2016-07-08 17:53:00 +03:00
Alexey Milovidov
3b34b0a84c Addition to prev. revision [#METR-22008]. 2016-07-08 07:22:23 +03:00
Alexey Milovidov
ea0b6b3669 Implemented function arrayElement for generic case; partially removed bad code [#METR-22008]. 2016-07-08 07:16:30 +03:00
Alexey Arno
9725ce95d0 dbms: Server: Fixes. Fix for PODArray::swap() in progress. [#METR-18844] 2016-07-08 01:49:38 +03:00
Alexey Arno
f30a954526 dbms: Server: in PODArray, fixed move constructor, move operator, and swap method when using AllocatorWithStackMemory. [#METR-18844] 2016-07-07 20:57:49 +03:00
Alexey Arno
e3dcf89f2d dbms: Server: in PODArray, fixed move constructor, move operator, and swap method when using AllocatorWithStackMemory. [#METR-18844] 2016-07-07 20:57:03 +03:00
Alexey Arno
078924ea13 dbms: Server: in PODArray, fixed move constructor, move operator, and swap method when using AllocatorWithStackMemory. [#METR-18844] 2016-07-07 19:59:01 +03:00
Alexey Arno
aa41a18fc5 dbms: Server: in PODArray, fixed move constructor, move operator, and swap method when using AllocatorWithStackMemory. [#METR-18844] 2016-07-07 19:56:49 +03:00
Alexey Arno
99a437c0d5 dbms: Server: in PODArray, fixed move constructor, move operator, and swap method when using AllocatorWithStackMemory. [#METR-18844] 2016-07-07 19:45:27 +03:00
Alexey Arno
fdfba69a46 dbms: Server: Merged with master. [#METR-18844] 2016-07-07 19:44:05 +03:00
Alexey Milovidov
f8243864a2 Fixed test [#METR-21877]. 2016-07-07 08:13:08 +03:00
Alexey Milovidov
c2929666fd Fixed error [#METR-21877]. 2016-07-07 04:57:48 +03:00
Alexey Milovidov
77f178e046 Squashing transforms: development [#METR-21877]. 2016-07-07 00:50:16 +03:00
Alexey Milovidov
5f81c096f6 Squashing transforms: development [#METR-21877]. 2016-07-07 00:48:11 +03:00
Alexey Milovidov
01b1503faa Added test [#METR-21995]. 2016-07-06 23:39:32 +03:00
Alexey Milovidov
f304053832 Added support for little more escape sequences (while parsing) [#METR-21995]. 2016-07-06 22:20:22 +03:00
Alexey Milovidov
2906679e38 Temporarily removed squashing blocks on INSERT [#METR-21877]. 2016-07-06 19:25:15 +03:00
Alexey Milovidov
fa5e66c1fc Fixed warning in Poco when asserts are off [#METR-2944]. 2016-07-06 02:40:02 +03:00
Alexey Milovidov
1417f19d7c Client: allowed to override compression from command line [#METR-21944]. 2016-07-05 00:03:23 +03:00
Alexey Arno
09ec76ebb2 dbms: Server: Fixed bug. Currently the move constructor and assignement operator of PODArray behave incorrectly if used with AllocatorWithStackMemory. Anyway here no move operation is needed to achieve what we want to do. [#METR-18844] 2016-07-04 20:31:51 +03:00
Alexey Milovidov
a4849fe15b Added more test [#METR-21877]. 2016-07-02 00:25:14 +03:00