ClickHouse/src
Robert Schulze afb5c3e810
Some fixups (mostly for consistency)
- Made the exception texts consistent accross codecs
- Slightly less noisy comments in C++ code
- Remove unlikely() because it did not make a difference considering the
  total function costs
- Consolidated tests into existing test, delete leftover
  02869_gcd_codec_test_incorrect_type test (it was consolidated into
  02872_gcd_codec long time ago)
2023-11-14 10:29:20 +00:00
..
Access Merge pull request #56401 from evillique/kerberos-kafka-segfault 2023-11-13 17:33:08 +01:00
AggregateFunctions Fix error 2023-11-13 06:29:45 +01:00
Analyzer Analyzer special functions projection names fix 2023-11-11 12:49:33 +03:00
Backups Load base backups lazily (if a backup is not needed it won't be loaded). 2023-11-09 19:29:04 +01:00
Bridge add error handler 2023-11-01 01:18:08 -04:00
BridgeHelper
Client Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation 2023-11-14 11:24:30 +01:00
Columns Miscellaneous 2023-11-12 06:39:53 +01:00
Common Merge pull request #56662 from ClickHouse/miscellaneous-changes-tidy 2023-11-14 06:05:56 +01:00
Compression Some fixups (mostly for consistency) 2023-11-14 10:29:20 +00:00
Coordination Fix build 2023-11-13 10:09:23 +01:00
Core Merge pull request #56648 from jsc0218/TunePGConnParameter 2023-11-14 06:06:40 +01:00
Daemon Make autogenerated file as light as possible 2023-11-14 06:27:39 +01:00
Databases Merge pull request #56489 from evillique/fix-drop-ttl-dependency 2023-11-13 17:40:19 +01:00
DataTypes Cleanup IDataType convenience functions 2023-11-06 13:25:32 +00:00
Dictionaries Merge branch 'master' into system-symbols 2023-11-11 04:12:37 +01:00
Disks hide VERSION_INLINE_DATA under storage_metadata_write_full_object_key feature 2023-11-10 17:24:50 +01:00
Formats Allow cr at end of csv line 2023-11-06 12:21:42 +08:00
Functions Merge pull request #56660 from ClickHouse/better-ccache-2 2023-11-13 19:28:33 +01:00
Interpreters Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation 2023-11-14 11:24:30 +01:00
IO Merge pull request #56660 from ClickHouse/better-ccache-2 2023-11-13 19:28:33 +01:00
Loggers
Parsers Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation 2023-11-14 11:24:30 +01:00
Planner Merge pull request #56419 from ClickHouse/fix-02404_memory_bound_merging-with-analyzer 2023-11-10 15:04:14 +01:00
Processors Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation 2023-11-14 11:24:30 +01:00
QueryPipeline Merge branch 'master' into pr-progress-bar 2023-11-05 00:09:46 +01:00
Server Fix build 2023-11-13 10:09:23 +01:00
Storages Merge pull request #56665 from rschu1ze/refactor-ast-hash-calculation 2023-11-14 11:24:30 +01:00
TableFunctions Miscellaneous 2023-11-10 05:36:44 +01:00
CMakeLists.txt Better use of build cache 2023-11-13 08:54:24 +01:00
configure_config.cmake
NOTICE