Vitaly Baranov
|
18e3f1f60d
|
Split SettingsCollection.h into 3 files: SettingsFields.h, SettingsEnums.h, SettingsCollection.h
|
2020-07-31 19:11:27 +03:00 |
|
Denis Glazachev
|
9effacfbc1
|
Merge branch 'master' into ldap-per-user-authentication
* master: (1102 commits)
Update README.md
Update README.md
Update README.md
Update index.md
[docs] add intrdocution for statements page (#12189)
Revert "Run perf tests with memory sampling (for allocations >1M)"
Sanitize LINK_LIBRARIES property for the directories (#12160)
[docs] refactor Domains overview (#12186)
DOCS-647: toStartOfSecond (#12190)
[docs] add intrdocution for commercial page (#12187)
DOCSUP-1348 Russian translation for new functions (#133) (#12194)
changelog fixes
Update index.md (#12191)
Update zh kafka.md title (#12192)
Added test for #3767
style fix for #12152
Tests for fixed issues #10846 and #7347
changelog fixes
[docs] introduction for special table engines (#12170)
[docs] introduction for third-party interfaces (#12175)
...
# Conflicts:
# src/Access/ya.make
# src/Common/ErrorCodes.cpp
|
2020-07-08 00:42:09 +04:00 |
|
Alexey Milovidov
|
176a7f2f72
|
Normalize "pid" file handling #3501
|
2020-07-04 16:54:24 +03:00 |
|
Andrew Onyshchuk
|
9d984c73a7
|
clickhouse-local: use std::filesystem::equivalent
|
2020-06-28 18:41:55 -05:00 |
|
Andrew Onyshchuk
|
c22350a937
|
clickhouse-local: logging flags fixes
|
2020-06-28 18:40:43 -05:00 |
|
Alexander Kuzmenkov
|
579b13ab71
|
fixpu
|
2020-06-25 01:07:01 +03:00 |
|
Alexander Kuzmenkov
|
c678708c0c
|
Put clickhouse-local data to /tmp by default
This fixes https://github.com/ClickHouse/ClickHouse/issues/9848
Also fixes https://github.com/ClickHouse/ClickHouse/issues/11926
|
2020-06-24 22:03:28 +03:00 |
|
Denis Glazachev
|
848330b37a
|
Expect <ldap_servers> in main config.xml
|
2020-06-11 02:48:15 +04:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexander Tokmakov
|
3cff070f89
|
add context to IDatabase methods
|
2020-05-28 23:10:45 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
ee4ffbc332
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/'
|
2020-05-23 19:47:56 +03:00 |
|
Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
Azat Khuzhin
|
d93b9a57f6
|
Forward declaration for Context as much as possible.
Now after changing Context.h 488 modules will be recompiled instead of 582.
|
2020-05-21 01:53:18 +03:00 |
|
Alexey Milovidov
|
f4ac1eec04
|
Merge branch 'master' into quota-key-in-client
|
2020-05-17 08:15:13 +03:00 |
|
Alexey Milovidov
|
1d885b3ff9
|
Merge branch 'master' into quota-key-in-client
|
2020-04-20 02:15:37 +03:00 |
|
Nikolai Kochetov
|
e970203ab2
|
Try fix test.
|
2020-04-17 23:56:38 +03:00 |
|
Nikolai Kochetov
|
84faa9af26
|
Merge branch 'master' into shared-context-lifetime
|
2020-04-17 19:13:13 +03:00 |
|
Nikolai Kochetov
|
d51a9c551b
|
Remove shared_ptr to SharedContext from Context.
|
2020-04-17 12:47:40 +03:00 |
|
Alexey Milovidov
|
cdeda4ab91
|
Fix usage of max_parser_depth setting; remove harmful default function arguments
|
2020-04-16 04:06:10 +03:00 |
|
Alexey Milovidov
|
fe59524481
|
Implemented in a different way
|
2020-04-15 04:59:14 +03:00 |
|
Ivan
|
97f2a2213e
|
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
|
2020-04-02 02:51:21 +03:00 |
|