Andrey Mironov
|
529674ce6a
|
detect cycles, deduce and check types. [#METR-12739]
|
2014-09-29 17:36:30 +04:00 |
|
Andrey Mironov
|
1d04061a0e
|
implement type-deduction and type-enforcing. [#METR-12739]
|
2014-09-25 19:01:09 +04:00 |
|
Andrey Mironov
|
cee035439e
|
add makeASTFunction factory-function. #[NETR-12739]
|
2014-09-25 19:00:12 +04:00 |
|
Andrey Mironov
|
142d0a49c0
|
add ASTColumnDeclaration, corresponding formatAST, modify Interpreters. [#METR-12739]
|
2014-09-25 17:40:26 +04:00 |
|
Andrey Mironov
|
58dd0cbe50
|
extend parser for default column declaration support. [#METR-12739]
|
2014-09-24 18:44:57 +04:00 |
|
Andrey Mironov
|
f77ef5f84d
|
rename evaluateDatabaseName function and header, add comments
|
2014-09-24 15:53:41 +04:00 |
|
Andrey Mironov
|
0a4e3f1280
|
add function currentDatabase(), allow string-expressions in place of database name
|
2014-09-24 15:53:41 +04:00 |
|
Andrey Mironov
|
c6048522d2
|
Merge
|
2014-09-23 21:24:39 +04:00 |
|
Andrey Mironov
|
9c5f8eadb3
|
Merge
|
2014-09-23 21:00:57 +04:00 |
|
Andrey Mironov
|
f9afc661d1
|
Merge
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
bc1587a192
|
Merge
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
0f0c10a62d
|
move single condition from WHERE to PREWHERE, refactor. [#METR-11900]
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
13870f5ba5
|
transform of non-good conditions, refactor. [#METR-11900]
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
78aeb03095
|
Merge
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
8579036446
|
refactor, fix comment meaning. [#METR-11900]
|
2014-09-23 15:36:02 +04:00 |
|
Andrey Mironov
|
86beda3111
|
Merge
|
2014-09-23 15:36:01 +04:00 |
|
Andrey Mironov
|
0fb1912d7c
|
WHERE condition recognition. [#METR-11900]
|
2014-09-23 15:36:01 +04:00 |
|
Alexey Milovidov
|
a81b5d7df9
|
dbms: additions to prev. revision [#METR-12857].
|
2014-09-23 03:21:15 +04:00 |
|
Alexey Milovidov
|
41d2b30992
|
dbms: added function regionToDistrict [#METR-12826].
|
2014-09-19 22:51:24 +04:00 |
|
Alexey Milovidov
|
81c268177b
|
dbms: probably fixed error when writeSuffix method wasn't called when writing to table [#METR-12767].
|
2014-09-18 23:49:31 +04:00 |
|
Alexey Milovidov
|
658ab39d41
|
dbms: removed misleading comment [#METR-12795].
|
2014-09-18 22:12:07 +04:00 |
|
Andrey Mironov
|
e954fa6d00
|
add elapsed and progress rows to system.merges. [#METR-12574]
Fix data-race introduced due to misconception of atomic instructions on integers.
|
2014-09-18 14:23:12 +04:00 |
|
Alexey Milovidov
|
f2c0ba3ba2
|
dbms: fixed error with merges [#METR-12767].
|
2014-09-18 03:57:25 +04:00 |
|
Alexey Milovidov
|
8505c84c23
|
dbms: throttling INSERTs early [#METR-12767].
|
2014-09-18 02:57:02 +04:00 |
|
Alexey Milovidov
|
bd8d56512e
|
dbms: FunctionsArithmetic: style [#METR-12575].
|
2014-09-18 00:18:52 +04:00 |
|
Alexey Milovidov
|
eca407e61a
|
Revert "dbms: fixed high CPU usage on failed INSERTs [#METR-12726]."
This reverts commit 49cf3bbd0d8af92a756b46039a7a52fa81992765.
|
2014-09-17 06:36:32 +04:00 |
|
Alexey Milovidov
|
587820aab9
|
dbms: fixed high CPU usage on failed INSERTs [#METR-12726].
|
2014-09-17 05:38:08 +04:00 |
|
Andrey Mironov
|
f6f7004684
|
Merge
|
2014-09-16 14:24:33 +04:00 |
|
Alexey Milovidov
|
4d01c0c7d0
|
dbms: addition to prev. revision [#METR-12715].
|
2014-09-13 22:59:12 +04:00 |
|
Alexey Milovidov
|
40d6f26ed7
|
dbms: improved performance with very small INSERTs [#METR-12715].
|
2014-09-13 22:34:08 +04:00 |
|
Alexey Milovidov
|
ef7ccff421
|
dbms: added missing modification [#METR-12715].
|
2014-09-13 16:11:14 +04:00 |
|
Andrey Mironov
|
09a570ffc0
|
Merge
|
2014-09-12 20:05:29 +04:00 |
|
Alexey Milovidov
|
4a664351c1
|
dbms: fixed error in ProfileEvent name [#METR-12725].
|
2014-09-12 19:24:33 +04:00 |
|
Andrey Mironov
|
13a77ffaa1
|
fix DB::ProcessList::Element::Update
|
2014-09-12 16:50:18 +04:00 |
|
Alexey Milovidov
|
887f4d052f
|
dbms: fixed error [#METR-12729].
|
2014-09-12 05:06:38 +04:00 |
|
Alexey Milovidov
|
0ea4691107
|
Merge
|
2014-09-12 04:32:27 +04:00 |
|
Alexey Milovidov
|
1af0c1a524
|
dbms: instrumenting ZooKeeper [#METR-12725].
|
2014-09-12 00:34:41 +04:00 |
|
Pavel Kartavyy
|
1a73e77463
|
dbms: fixed exception in TinyLog when it is empty [#METR-12532]
|
2014-09-10 20:49:18 +04:00 |
|
Andrey Mironov
|
e3d8e4e48b
|
initial implementation. [#METR-12574]
|
2014-09-10 15:34:26 +04:00 |
|
Andrey Mironov
|
1212cfd170
|
Merge
|
2014-09-08 19:50:00 +04:00 |
|
Andrey Mironov
|
e92c71eb18
|
leverage substitution failure power. [#METR-12575]
|
2014-09-08 17:37:25 +04:00 |
|
Andrey Mironov
|
bb5fc8c1e1
|
initial implementation. [#METR-12575]
|
2014-09-08 14:46:30 +04:00 |
|
Alexey Milovidov
|
d6d163b5dc
|
dbms: replication: writers don't block ZK session restart [#METR-12572].
|
2014-09-05 00:26:14 +04:00 |
|
Andrey Mironov
|
f8e5ae8a02
|
implement today(), yesterday() [#METR-12575]
|
2014-09-04 15:48:07 +04:00 |
|
Alexey Milovidov
|
8cda8c9190
|
dbms: probably fixed error [#METR-12572].
|
2014-09-03 06:32:23 +04:00 |
|
Andrey Mironov
|
aa19c0fd48
|
Merge
|
2014-09-02 20:23:10 +04:00 |
|
Andrey Mironov
|
35b7a941dd
|
ColumnString::filter: manual vectorization
|
2014-09-02 19:18:04 +04:00 |
|
Pavel Kartavyy
|
9508cb93cf
|
FileChecker migrated to boost::propertytree
|
2014-08-28 20:10:46 +04:00 |
|
Pavel Kartavyy
|
f53a889cc6
|
Revert "dbms: FileChecker migrated to json [#METR-11709]"
This reverts commit ab0aa4022f738334d15ad4522775c1343dd25fe9.
|
2014-08-28 20:10:46 +04:00 |
|
Andrey Mironov
|
771dada9c0
|
+PODArray::resize_assume_reserved
|
2014-08-28 15:59:41 +04:00 |
|