Alexey Arno
|
b5c1932b8c
|
Merge
|
2015-04-10 20:51:39 +03:00 |
|
Andrey Mironov
|
26cfbd6e96
|
dbms: fix merge [#METR-15836]
|
2015-04-10 18:54:51 +03:00 |
|
Andrey Mironov
|
486568015e
|
Merge
|
2015-04-10 18:13:26 +03:00 |
|
Andrey Mironov
|
226b11b887
|
dbms: fix test reference and bring commentaries up-to-date [#METR-15913].
|
2015-04-10 13:02:57 +03:00 |
|
Alexey Milovidov
|
eaa412df2b
|
dbms: added setting 'strict_insert_defaults' (incomplete) [#METR-15913].
|
2015-04-10 03:43:08 +03:00 |
|
Andrey Mironov
|
6cde3424bc
|
Merge
|
2015-04-09 20:01:12 +03:00 |
|
Andrey Mironov
|
0aec8580b1
|
dbms: add rich commentary [#METR-15836]
|
2015-04-09 14:34:50 +03:00 |
|
Alexey Milovidov
|
7d4bf16d06
|
dbms: fixed Block::insertDefault method for elements of nested data structures (it is used in AddedDefaultsBlockInputStream, InterpreterInsertQuery) [#METR-15896].
|
2015-04-09 05:10:06 +03:00 |
|
Alexey Milovidov
|
543c4c92cb
|
dbms: removed dead code; healing corrupted nested columns [#METR-15896].
|
2015-04-09 03:37:08 +03:00 |
|
Andrey Mironov
|
e64fbdf250
|
dbms: addition to previous commit [#METR-15836]
|
2015-04-08 19:57:01 +03:00 |
|
Andrey Mironov
|
1e794acb87
|
Merge
|
2015-04-08 19:39:02 +03:00 |
|
Alexey Milovidov
|
e74b56c1d7
|
dbms: fixed deadlock [#METR-15843].
|
2015-04-08 00:24:05 +03:00 |
|
Alexey Milovidov
|
f1dc2f4775
|
dbms: fixed error [#METR-15387].
|
2015-04-03 19:16:02 +03:00 |
|
Andrey Mironov
|
e267ba87f0
|
dbms: rename isNan to isNaN [#METR-15731]
|
2015-04-03 17:52:33 +03:00 |
|
Andrey Mironov
|
4ed57ac566
|
dbms: add functions isFinite, isInfinite, isNan [#METR-METR-15731]
|
2015-04-03 16:30:51 +03:00 |
|
Andrey Mironov
|
2de6e4a51b
|
Merge
|
2015-04-03 13:10:38 +03:00 |
|
Andrey Mironov
|
ba2e06a6e6
|
propagate exception from dictionaries on server start, fix race condition
|
2015-04-02 19:37:05 +03:00 |
|
Andrey Mironov
|
ebd953e1b6
|
Merge
|
2015-04-02 19:37:05 +03:00 |
|
Andrey Mironov
|
ea9f5f2488
|
return old-fashioned code for calculation of total_rows
|
2015-04-02 12:36:40 +03:00 |
|
Alexey Milovidov
|
376087dd00
|
dbms: addition to prev. revision [#METR-15804].
|
2015-04-02 06:19:09 +03:00 |
|
Alexey Milovidov
|
f6600e38d4
|
Merge
|
2015-04-02 06:17:10 +03:00 |
|
Alexey Milovidov
|
edf7fdc58d
|
dbms: fixed error [#METR-15804].
|
2015-04-02 06:08:43 +03:00 |
|
Andrey Mironov
|
6dcee7e9a5
|
Merge
|
2015-04-01 14:45:01 +03:00 |
|
Andrey Mironov
|
c707bd3bc4
|
dbms: add FixedString support for function toFixedString
|
2015-04-01 14:45:01 +03:00 |
|
Andrey Mironov
|
4760f61f39
|
Merge
|
2015-04-01 14:45:01 +03:00 |
|
Alexey Milovidov
|
666c154e5d
|
dbms: fixed compiler, added test [#METR-2944].
|
2015-04-01 07:14:15 +03:00 |
|
Alexey Milovidov
|
7acee77529
|
dbms: improved performance [#METR-15790].
|
2015-04-01 05:55:52 +03:00 |
|
Alexey Milovidov
|
54397c6c7a
|
dbms: added support for parsing 10-digits unix timestamp as DateTime (in addition to YYYY-MM-DD hh:mm:ss format) [#METR-15790].
|
2015-04-01 00:09:19 +03:00 |
|
Alexey Milovidov
|
d3d3329d79
|
dbms: updated default setting for compiler [#METR-2944].
|
2015-03-29 12:20:28 +03:00 |
|
Alexey Milovidov
|
be630f9fae
|
dbms: better diagnostics of errors in TabSeparated format [#METR-15574].
|
2015-03-29 12:02:24 +03:00 |
|
Alexey Milovidov
|
3d80f45b71
|
dbms: better diagnostics of errors in TabSeparated format (development) [#METR-15574].
|
2015-03-29 11:44:04 +03:00 |
|
Alexey Milovidov
|
92c2a9ceaa
|
dbms: better diagnostics of errors in TabSeparated format (development) [#METR-15574].
|
2015-03-29 10:13:38 +03:00 |
|
Andrey Mironov
|
082620d054
|
dbms: do not attempt loading builtin dictionaries if config has no corresponding keys. [#METR-15691]
|
2015-03-27 18:44:52 +03:00 |
|
Andrey Mironov
|
edbe23ac1f
|
dbms: add dictionaries_lazy_load config parameter, defaults to true. [#METR-15691]
|
2015-03-27 16:11:31 +03:00 |
|
Andrey Mironov
|
fed50c4702
|
dbms: add tryLogCurrentException overload taking a pointer to Poco::Logger
|
2015-03-27 16:11:31 +03:00 |
|
Alexey Arno
|
1c9aa586ed
|
Merge
|
2015-03-27 13:51:33 +03:00 |
|
Alexey Milovidov
|
06c35e0faa
|
dbms: improvement [#METR-15484].
|
2015-03-27 06:37:46 +03:00 |
|
Alexey Milovidov
|
cfc5b313cc
|
dbms: fixed 'force_index_by_date' setting [#METR-15484].
|
2015-03-27 06:06:06 +03:00 |
|
Alexey Milovidov
|
048eed9424
|
dbms: improved performance of LIKE and regexp search [#METR-15690].
|
2015-03-27 05:12:45 +03:00 |
|
Alexey Arno
|
732a80d833
|
dbms: Server: Fixed race condition in PoolWithFailoverBase in a more elegant way. [#METR-15531]
|
2015-03-26 17:53:35 +03:00 |
|
Alexey Milovidov
|
f3f935e3d8
|
dbms: toDateTime: improvement [#METR-2944].
|
2015-03-26 05:54:16 +03:00 |
|
Alexey Milovidov
|
9cc2e52047
|
dbms: string search: improved performance in fallback case [#METR-15690].
|
2015-03-26 03:38:17 +03:00 |
|
Alexey Arno
|
00ca9c9b24
|
Merge
|
2015-03-25 19:46:54 +03:00 |
|
Alexey Arno
|
ae5fd4dbc9
|
dbms: Server: feature development. [#METR-15090]
|
2015-03-25 19:44:30 +03:00 |
|
Alexey Arno
|
8cdeeaa5a4
|
dbms: Server: feature development. [#METR-15090]
|
2015-03-25 17:58:23 +03:00 |
|
Andrey Mironov
|
8bc12dbbe4
|
dbms: system.dictionaries: add brief source description. [#METR-15569]
|
2015-03-25 13:10:35 +03:00 |
|
Andrey Mironov
|
6b605d10bb
|
dbms: correct load factor for FlatDictionary (based on capacity, not size). [#METR-15569]
|
2015-03-25 13:10:35 +03:00 |
|
Alexey Milovidov
|
7c74a112a0
|
dbms: tiny improvement [#METR-2944].
|
2015-03-25 04:45:42 +03:00 |
|
Andrey Mironov
|
e25783995c
|
dbms: system.dictionaries: hit-rate, element count and load-factor. [#METR-15569]
|
2015-03-24 20:04:03 +03:00 |
|
Andrey Mironov
|
8796aa8497
|
dbms: HashTable: grower getBufferSizeInCells
|
2015-03-24 20:04:03 +03:00 |
|