vdimir
|
70ae994e77
|
Merge pull request #54935 from ucasfl/hamming-distance
Add several string distance functions
|
2023-09-25 17:06:16 +02:00 |
|
zvonand
|
2ab38761d7
|
added docs
|
2023-09-24 13:01:23 +02:00 |
|
flynn
|
0a701ba7e9
|
fix spell
|
2023-09-23 17:50:02 +00:00 |
|
flynn
|
661ba85865
|
add more functions
|
2023-09-23 17:17:35 +00:00 |
|
flynn
|
c264bb5fad
|
fix
|
2023-09-23 04:11:20 +00:00 |
|
robot-ch-test-poll3
|
1334202af4
|
Merge pull request #54863 from zvonand/zvonand-refactor-globs
Refactor and simplify multi-directory globs
|
2023-09-22 23:09:05 +02:00 |
|
Robert Schulze
|
ec09fd124d
|
Merge pull request #54856 from slvrtrn/to-days-since-year-zero-datetime
`DateTime`/`DateTime64` support in `toDaysSinceYearZero()`
|
2023-09-22 20:39:54 +02:00 |
|
flynn
|
0ed66a6611
|
add doc
|
2023-09-22 17:48:17 +00:00 |
|
Robert Schulze
|
a7c4efb845
|
Simpler
|
2023-09-22 13:13:55 +00:00 |
|
Vitaly Baranov
|
3a2ca1f69c
|
Merge pull request #51261 from evillique/users-valid-until
Add VALID UNTIL clause for users
|
2023-09-22 12:38:30 +02:00 |
|
Robert Schulze
|
be1e92a2ac
|
Merge pull request #54518 from rschu1ze/split-better
Provide fallback to Python/Spark-like splitting in splitBy*() functions
|
2023-09-22 12:07:45 +02:00 |
|
Pavel Novitskiy
|
853e3f0aa7
|
Add drop table IF EMPTY (#48915)
|
2023-09-21 09:20:18 -04:00 |
|
slvrtrn
|
da6b856c32
|
Merge remote-tracking branch 'origin' into to-days-since-year-zero-datetime
|
2023-09-21 14:22:37 +02:00 |
|
zvonand
|
5f67788c03
|
update docs and comments
|
2023-09-21 00:16:17 +02:00 |
|
slvrtrn
|
a68fbe073b
|
Update toDaysSinceYearZero docs
|
2023-09-20 18:02:53 +02:00 |
|
Robert Schulze
|
2c91e52da1
|
Merge pull request #54600 from rschu1ze/fix-annoy-crash
Annoy/Usearch index: Fix LOGICAL_ERROR during build-up with default values
|
2023-09-20 17:05:16 +02:00 |
|
Robert Schulze
|
774c4b52da
|
Rework
|
2023-09-19 12:20:53 +00:00 |
|
robot-clickhouse-ci-1
|
9e1e8f4d67
|
Merge pull request #54707 from incfly/doc-update
add missing documentation for system sync database replica.
|
2023-09-19 00:29:17 +02:00 |
|
Alexander Tokmakov
|
de9f4be7bd
|
Update system.md
|
2023-09-19 00:04:25 +02:00 |
|
Robert Schulze
|
4ed5b903b4
|
Docs: remove anchor prefix
|
2023-09-18 18:35:59 +00:00 |
|
Jianfei Hu
|
e8a292cbd4
|
Apply suggestions from code review
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
|
2023-09-18 11:08:41 -07:00 |
|
robot-ch-test-poll2
|
c3a5d7dbf0
|
Merge pull request #54758 from rschu1ze/docs-qc
Docs: Update query cache section on non-deterministic functions
|
2023-09-18 20:01:46 +02:00 |
|
Robert Schulze
|
6872e95fb2
|
Remove prefixes
|
2023-09-18 17:34:40 +00:00 |
|
Robert Schulze
|
3753a78d1b
|
Fix anchors
|
2023-09-18 17:24:49 +00:00 |
|
Robert Schulze
|
b14e00f966
|
Docs: Update query cache section on non-deterministic functions
Cf. https://github.com/ClickHouse/support-escalation/issues/963
|
2023-09-18 14:36:16 +00:00 |
|
robot-ch-test-poll
|
23d67fc2a4
|
Merge pull request #54667 from RoryCrispin/patch-2
Small typo
|
2023-09-18 12:28:58 +02:00 |
|
Robert Schulze
|
2a5aa289e8
|
Implement true Python/Spark split behavior
|
2023-09-18 07:42:57 +00:00 |
|
Robert Schulze
|
b5b2cc511b
|
Pythonic vs Spark splitting
|
2023-09-18 07:42:52 +00:00 |
|
robot-clickhouse-ci-1
|
a878d104d7
|
Merge pull request #52839 from zvonand/zvonand-globs-small-fix
Fix directory permissions for multi-directory globs. Follow-up #50559
|
2023-09-16 20:52:30 +02:00 |
|
Alexey Milovidov
|
542237ea7e
|
Merge pull request #54724 from ClickHouse/alexey-milovidov-patch-7
Update grouparray.md
|
2023-09-16 13:27:56 +03:00 |
|
Alexey Milovidov
|
a738e73e31
|
Update grouparraylast.md
|
2023-09-16 13:25:03 +03:00 |
|
Alexey Milovidov
|
30ad0ec9ad
|
Update grouparray.md
|
2023-09-16 13:24:21 +03:00 |
|
Jianfei Hu
|
745006a433
|
add missing documentation for system sync database replica.
Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
|
2023-09-15 23:37:40 +00:00 |
|
Andrey Zvonov
|
9e89055990
|
Merge branch 'ClickHouse:master' into zvonand-globs-small-fix
|
2023-09-15 17:06:22 +03:00 |
|
Robert Schulze
|
3935c2bfb2
|
Merge pull request #54509 from rschu1ze/yyyymmdd
Add YYYYMMDD[hhmmss]to[Date, Date32, DateTime, DateTime64]()
|
2023-09-15 15:47:34 +02:00 |
|
Robert Schulze
|
aff9dfa630
|
Minor docs fixes
|
2023-09-15 11:26:24 +00:00 |
|
Rory Crispin
|
0a0e278c1a
|
Small typo
|
2023-09-15 10:45:10 +01:00 |
|
Robert Schulze
|
c422a8f0dc
|
Cosmetics
|
2023-09-14 18:05:20 +00:00 |
|
Andrey Zvonov
|
7dd5dbb2ac
|
Merge branch 'ClickHouse:master' into zvonand-globs-small-fix
|
2023-09-14 13:49:59 +03:00 |
|
Andrey Zvonov
|
ff16ddbbb3
|
Merge branch 'ClickHouse:master' into zvonand-globs-small-fix
|
2023-09-14 11:31:49 +03:00 |
|
slvrtrn
|
c0961d9378
|
Merge remote-tracking branch 'origin' into simplified-prepared-statements-for-mysql
|
2023-09-13 19:33:11 +02:00 |
|
Nikolay Degterinsky
|
140a466a1e
|
Merge pull request #54400 from evillique/adddate-function
Add `addDate` function for compatibility with MySQL
|
2023-09-13 18:59:26 +02:00 |
|
Nikolay Degterinsky
|
0998b0bbc7
|
Fixes
|
2023-09-13 03:14:02 +00:00 |
|
Nikolay Degterinsky
|
268c45d900
|
Merge remote-tracking branch 'upstream/master' into users-valid-until
|
2023-09-12 23:44:22 +00:00 |
|
Nikolay Degterinsky
|
e648646598
|
Fixes
|
2023-09-12 23:11:58 +00:00 |
|
Nikolay Degterinsky
|
cf662712ea
|
Add new subDate function, apply review suggestions
|
2023-09-12 16:47:43 +00:00 |
|
slvrtrn
|
28e2ebf9db
|
Merge remote-tracking branch 'refs/remotes/origin/simplified-prepared-statements-for-mysql' into simplified-prepared-statements-for-mysql
|
2023-09-12 18:41:36 +02:00 |
|
slvrtrn
|
dddea9219a
|
Address the review comments
|
2023-09-12 18:39:03 +02:00 |
|
Robert Schulze
|
49f29861a0
|
Merge pull request #54479 from rschu1ze/todayssinceyearzero
Add function toDaysSinceYearZero()
|
2023-09-11 17:05:28 +02:00 |
|
Robert Schulze
|
73ce1993fb
|
Continue #45070
|
2023-09-11 13:47:06 +00:00 |
|