1. cbbd401 Allow nodetool garbagecollect to take a user defined list of SSTables by Scott Carey · 4 years, 10 months ago trunk
  2. eabd2a2 Add a guardrail for misprepared statements by omniCoder77 · 3 months ago
  3. cd75b9c Merge branch 'cassandra-6.0' into trunk by David Capwell · 24 hours ago
  4. 8fd2443 Fix single token batch atomicity with Accord/non-Accord batches by using the batch log by Alan Wang · 24 hours ago cassandra-6.0
  5. 7bd041d Merge branch 'cassandra-6.0' into trunk by Caleb Rackliffe · 3 days ago
  6. 98f0a34 Merge branch 'cassandra-5.0' into cassandra-6.0 by Caleb Rackliffe · 3 days ago
  7. 8093c3c Ensure SAI sends range tombstones to the coordinator for queries on static columns by Caleb Rackliffe · 7 days ago cassandra-5.0
  8. 0cdde30 Merge branch 'cassandra-6.0' into trunk by Dmitry Konstantinov · 4 days ago
  9. ae418d2 Avoid CompactionOptions parsing for every read by WithoutPurgeableTombstones by Dmitry Konstantinov · 2 weeks ago
  10. 42afa1b Merge branch 'cassandra-6.0' into trunk by Stefan Miklosovic · 6 days ago
  11. 456590d Ensure schema created before 2.1 without tableId in folder name can be loaded in SnapshotLoader by Matt Byrd · 3 months ago
  12. 1908b90 Merge branch 'cassandra-6.0' into trunk by Dmitry Konstantinov · 7 days ago
  13. 37a6059 Adjust QueriesTableTest to pass if SEP Threads renaming is disabled by Dmitry Konstantinov · 8 days ago
  14. ccb2785 Merge branch 'cassandra-6.0' into trunk by Stefan Miklosovic · 7 days ago
  15. b91b9c2 Merge branch 'cassandra-5.0' into cassandra-6.0 by Stefan Miklosovic · 7 days ago
  16. 2837bd7 Merge branch 'cassandra-4.1' into cassandra-5.0 by Stefan Miklosovic · 7 days ago
  17. 38245bb Merge branch 'cassandra-4.0' into cassandra-4.1 by Stefan Miklosovic · 7 days ago cassandra-4.1
  18. 04febb7 Fix flaky CompactionTaskTest.testFullyExpiredSSTablesAreNotReleasedPrematurely by Stefan Miklosovic · 8 days ago cassandra-4.0
  19. fb4178f Merge branch 'cassandra-6.0' into trunk by Caleb Rackliffe · 9 days ago
  20. 10ca003 Differentiate between legitimate cases where the first entry is the same as the last entry and empty bounds in SSTableCursorWriter#addIndexBlock() by Caleb Rackliffe · 2 weeks ago
  21. f107986 Merge branch 'cassandra-6.0' into trunk by Stefan Miklosovic · 9 days ago
  22. bdeed77 Introduce minimum_threshold for data resurrection startup check by Stefan Miklosovic · 2 weeks ago
  23. 82c6f8a Merge branch 'cassandra-6.0' into trunk by Stefan Miklosovic · 9 days ago
  24. e193523 Update 6.0 and 7.0 branches to reflect their versions across the project. by Stefan Miklosovic · 10 days ago
  25. 0c6380f Merge branch 'cassandra-6.0' into trunk by Sam Tunnicliffe · 10 days ago
  26. 53f1882 Apply changes to gossip state for the local node synchronously, remote peers asynchronously by Sam Tunnicliffe · 10 days ago
  27. c5d0129 Include cassandra-6.0 in build/run-tests.sh and .circleci/config.yml by Stefan Miklosovic · 10 days ago
  28. e509d34 Merge branch 'cassandra-6.0' into trunk by Stefan Miklosovic · 10 days ago
  29. 3f15930 Include cassandra-6.0 in build/run-tests.sh and .circleci/config.yml by Stefan Miklosovic · 10 days ago
  30. 176b9b1 increment to version 7.0 by mck · 11 days ago
  31. daadd25 Merge branch 'cassandra-5.0' into trunk by mck · 12 days ago
  32. 9db2e7a Merge branch 'cassandra-4.1' into cassandra-5.0 by mck · 12 days ago
  33. 965dd70 Paxos v2 cassandra.yaml option by mck · 14 days ago
  34. 32162cf Change default for cassandra.set_sep_thread_name to false to reduce CPU usage by Dmitry Konstantinov · 4 months ago
  35. 7b3514d Merge branch 'cassandra-5.0' into trunk by David Capwell · 13 days ago
  36. 39977ce Merge branch 'cassandra-4.1' into cassandra-5.0 by David Capwell · 13 days ago
  37. 304386a Merge branch 'cassandra-4.0' into cassandra-4.1 by David Capwell · 13 days ago
  38. de20468 generate-eclipse-files missing simulator/harry and missing src class path by David Capwell · 13 days ago
  39. 001accf Merge branch 'cassandra-5.0' into trunk by Stefan Miklosovic · 13 days ago
  40. edf6034 Merge branch 'cassandra-4.1' into cassandra-5.0 by Stefan Miklosovic · 13 days ago
  41. 5e26f25 Merge branch 'cassandra-4.0' into cassandra-4.1 by Stefan Miklosovic · 13 days ago
  42. 5aec56d Backport CASSANDRA-17810 fix and improve RTBoundValidator error messages by Pedro Gordo · 3 weeks ago
  43. 02352b7 Reject writes that modify the same (row, col) more than once in a transaction, to avoid ambiguous cell resolution behaviour by Alan Wang · 14 days ago
  44. b9c4b10 Merge branch 'cassandra-5.0' into trunk by Brandon Williams · 2 weeks ago
  45. da38230 Revert "ninja: restore doc/antora.yml" by Brandon Williams · 2 weeks ago
  46. 07e4e4c Merge branch 'cassandra-5.0' into trunk by Brandon Williams · 2 weeks ago
  47. 6243a1a ninja: restore doc/antora.yml by Brandon Williams · 2 weeks ago
  48. addec0e Merge branch 'cassandra-5.0' into trunk by Stefan Miklosovic · 2 weeks ago
  49. 88dd2b2 Increment version to 5.0.9 by Stefan Miklosovic · 2 weeks ago
  50. 7c3dea9 Avoid permission checks for masked columns when the table doesn't have any by Francisco Guerrero · 3 weeks ago
  51. 4134d72 Reduce probability of intermittent failures in WriteWarningsSnapshotTest by Minal Kyada · 5 weeks ago
  52. a657f4b Reduce allocations and array copies due to buffer resizing in LocalDataResponse during row serialization by C. Scott Andreas · 4 weeks ago
  53. 6a665f3 InMemoryRangeIndex by Benedict Elliott Smith · 5 months ago
  54. 5fd8290 Merge branch 'cassandra-5.0' into trunk by Stefan Miklosovic · 2 weeks ago
  55. e7fa71e Implement a guardrail for client driver versions by Stefan Miklosovic · 4 weeks ago
  56. 281c1dc Enable IAuthenticator to declare supported and alterable role options by Joel Shepherd · 7 months ago
  57. ba2af93 ninja trunk patch for CASSANDRA-21289, forgot to commit a change after rebase by Dmitry Konstantinov · 3 weeks ago
  58. b09bc8b Avoid capturing lambda allocation in UnfilteredSerializer.deserializeRowBody by Dmitry Konstantinov · 3 weeks ago
  59. 9bcdf5d Avoid Cell iterator for alive rows in MetricsRecording transformation of ReadCommand by Dmitry Konstantinov · 3 weeks ago
  60. 5365049 Reuse a single TrackedDataInputPlus instance per UnfilteredSerializer by Francisco Guerrero · 3 weeks ago
  61. 8ec80e7 drivers.adoc: Replace Rust CQL with Scylla Rust Driver by Karol Baryła · 7 months ago
  62. 515cb0e Fix paths to images by Nikita Eshkeev · 8 months ago
  63. bac4241 Clarify keyspace-level index name uniqueness in warning admonition by Patrick McFadin · 3 weeks ago
  64. 4410419 add index naming note to clarify by Lorina Poland · 2 years, 6 months ago
  65. 7e74f4b Clarify keyspace-level index name uniqueness in warning admonition by Patrick McFadin · 3 weeks ago
  66. 3728253 add index naming note to clarify by Lorina Poland · 2 years, 6 months ago
  67. 05186d7 Add trie memtable docs-storage engine, create and alter table; revised per blambov's comments. by Lorina Poland · 2 years, 3 months ago
  68. fa1afe8 Update data-modeling_logical.adoc by Nicholas · 1 year, 1 month ago
  69. 73e195c CASSANDRA-13342: Document failure reason codes in native protocol v5 spec by Shanzita · 6 weeks ago
  70. f79e8b3 CASSANDRA-18868 Added documentation of granting permissions for all tables in a keyspace by Ayantika19 · 1 year, 7 months ago
  71. 4c0a2e5 Update data-modeling_schema.adoc by Amritpal Singh · 1 year, 7 months ago
  72. 1f9ac53 Update data-modeling_schema.adoc by Amritpal Singh · 1 year, 7 months ago
  73. 2c99e53 Fix formatting on Storage Engine Documentation by misterderpie · 7 months ago
  74. 0742f15 CASSANDRA-21291: Fix duplicate section and minor formatting typos in compaction overview by arvindksi274-ksolves · 3 weeks ago
  75. a4045c3 CASSANDRA-21291: Fix duplicate section and minor formatting typos in compaction overview by arvindksi274-ksolves · 3 weeks ago
  76. aec3d90 Fix typo in SAI index documentation by 0xbad0c0d3 · 3 months ago
  77. f402b5a Correct typo in CASSANDRA-14092.txt by Chen-Yuanmeng · 6 months ago
  78. 4f59364 Update link to Apache Archives for earlier Cassandra versions by PJ Fanning · 6 weeks ago
  79. a9eaa0b Update wording and fix a few typos by Brad Schoening · 5 months ago
  80. 50bf9b6 Generation of in-tree html and manpages documentation by mck · 4 weeks ago
  81. 5e2468b Fix broken linkage in Material View docs by Josh McNeil · 1 year, 2 months ago
  82. 195d6c7 Remove duplicate paragraph in storage_engine.adoc by finalchild · 2 years, 6 months ago
  83. 18b4c18 CASSANDRA-21218: Fix typos in documentation by Shanzita · 7 weeks ago
  84. 84b282b Merge branch 'cassandra-5.0' into trunk by Stefan Miklosovic · 3 weeks ago
  85. 1722270 Prepare debian changelog for 5.0.8 by Stefan Miklosovic · 3 weeks ago cassandra-5.0.8
  86. ab80b9e Merge branch 'cassandra-5.0' into trunk by Stefan Miklosovic · 3 weeks ago
  87. a03745a Merge branch 'cassandra-4.1' into cassandra-5.0 by Stefan Miklosovic · 3 weeks ago
  88. 20d19c6 Harden data resurrection startup check with atomic heartbeat file write with fallback by John Lu · 3 weeks ago
  89. c484fc5 Add tooling to repair system peers tables if inconsistent with cluster metadata by Minal Kyada · 9 weeks ago
  90. 73063437 Merge branch 'cassandra-5.0' into trunk by Paulo Motta · 3 weeks ago
  91. 9500eb1 Backport Automated Repair Inside Cassandra (CEP-37) by Paulo Motta · 5 weeks ago
  92. d2bdb2f Merge branch 'cassandra-5.0' into trunk by mck · 3 weeks ago
  93. 0807210 Autogenerate the doc antora.yml by mck · 4 weeks ago
  94. 300c216 ninja trunk patch for CASSANDRA-21202 by mck · 10 weeks ago
  95. 11c858b revert changelog for CASSANDRA-21007 from 6.0-alpha2 as it was delivered in 6.0-alpha1 by Stefan Miklosovic · 3 weeks ago
  96. 88e3fcf Increment version to 6.0-alpha2 by Mick Semb Wever · 4 weeks ago
  97. 0679fea Merge branch 'cassandra-5.0' into trunk by Stefan Miklosovic · 4 weeks ago
  98. 03dc5a0 Update cassandra-stress to support TLS 1.3 by default by auto-negotiation by jkonisa · 5 months ago
  99. 1a9ab95 Fix a removed TTLed row re-appearance in a materialized view after a cursor compaction by Dmitry Konstantinov · 5 weeks ago
  100. 157e880 Add range delete support to AST-based fuzz tests by Sunil Ramchandra Pawar · 4 weeks ago