Commit Graph

303 Commits

Author SHA1 Message Date
T Jake Luciani 3c43775c75 Revert "Revert "Materialized Views""
This reverts commit 24d185d72b.
2015-07-29 18:29:32 -04:00
Jonathan Ellis 24d185d72b Revert "Materialized Views"
This reverts commit 3bdcaa336a.
2015-07-29 17:03:52 -05:00
Carl Yeksigian 3bdcaa336a Materialized Views
patch by carl; reviewed by jmckenzie for CASSANDRA-6477
2015-07-29 16:15:53 -04:00
Robert Stupp 030762aa29 Merge branch 'cassandra-2.2' into trunk 2015-07-18 17:54:00 +02:00
Christopher Batey e651fdd5f6 UDF / UDA execution time in trace
patch by Christopher Batey; reviewed by Robert Stupp for CASSANDRA-9723
2015-07-18 17:51:00 +02:00
blerer 689582c044 Merge 'cassandra-2.2' into trunk
Conflicts:
	test/unit/org/apache/cassandra/cql3/validation/operations/AggregationTest.java
2015-07-16 23:02:47 +02:00
blerer 2b99b5d354 Allow the selection of columns together with aggregates
Patch by Benjamin Lerer; reviewed by Robert Stupp for
CASSANDRA-9767
2015-07-16 22:51:40 +02:00
blerer 056115fff9 Change CREATE/ALTER TABLE syntax for compression
patch by Benjamin Lerer; reviewed by Aleksey Yeschenko for
CASSANDRA-8384
2015-07-12 17:58:49 +03:00
Robert Stupp fc202a756e Revert CASSANDRA-9542 (allow native functions in UDA)
patch by Robert Stupp; reviewed by Aleksey Yeschenko for CASSANDRA-9771
2015-07-12 10:51:25 +02:00
Tyler Hobbs 136ffeda73 Clarify CQL literal handling of JSON in CQL3 docs 2015-07-09 11:54:11 -05:00
Christoher Batey fe07092361 Fix broken CQL.textile and "ant generate-cql-html"
patch by Christopher Batey; reviewed by Robert Stupp for CASSANDRA-9725
2015-07-06 20:58:09 +07:00
Sylvain Lebresne c1e7643aa6 Udpate CQL version for 2.2
patch by blerer; reviewed by slebresne for CASSANDRA-9680
2015-06-30 13:32:10 +02:00
Adam Holmberg 6e1bdeb142 Update keyword list in CQL documenation
Patch by Adam Holmberg; reviewed by Benjamin Lerer for CASSANDRA-9503
2015-06-23 11:24:46 -05:00
Robert Stupp d6312c5f4d Allow native functions in user-defined aggregates
patch by Robert Stupp; reviewed by Aleksey Yeschenko CASSANDRA-9542
2015-06-22 17:19:20 +02:00
Tyler Hobbs 84136cefde Merge branch 'cassandra-2.1' into cassandra-2.2 2015-06-16 12:32:42 -05:00
Tyler Hobbs 8934a0298e Fix identifier regex in CQL documentation
The regex was correct, but for some reason it wasn't generating the
correct HTML.
2015-06-16 12:31:43 -05:00
Tyler Hobbs a5be8f1991 Add collections, tuple, and UDT to JSON type documentation
These were accidentally omitted when the docs were first written for
CASSANDRA-7970.
2015-06-12 13:39:44 -05:00
Benjamin Lerer c08aaabd95 Add functions to convert timeuuid to date or time, deprecate dateOf and unixTimestampOf
patch by Benjamin Lerer; reviewed by Robert Stupp for CASSANDRA-9229
2015-06-11 10:18:05 +02:00
Sam Tunnicliffe 94a68a17c7 Merge branch 'cassandra-2.1' into cassandra-2.2 2015-06-01 18:24:40 +01:00
Sam Tunnicliffe 14a332470c Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
	CHANGES.txt
2015-06-01 18:12:50 +01:00
Sam Tunnicliffe 63819cbee3 Update CQL docs with auth and DCL info
Patch by Sam Tunnicliffe; reviewed by Tyler Hobbs for CASSANDRA-7558
2015-06-01 18:08:31 +01:00
Christopher Batey 860141229a Example UDFs don't work
patch by Christopher Batey; reviewed by Robert Stupp for CASSANDRA-9480
2015-05-27 17:55:14 +02:00
Robert Stupp e4eba25382 Revert CASSANDRA-7807 (tracing completion client notifications) (CASSANDRA-9429)
patch by Robert Stupp; reviewed by Aleksey Yeschenko for CASSANDRA-9429
2015-05-20 08:48:53 +02:00
Tyler Hobbs d085ebb4cb Change 3.0 => 2.2 in CQL3 documentation 2015-05-19 11:48:58 -05:00
Josh McKenzie 63f5967271 Commit 9214 on 2.2 branch 2015-05-15 14:13:17 -05:00
Robert Stupp 1937bed903 Better support of null for UDF
patch by Ronbert Stupp; reviewed by Benjamin Lerer for CASSANDRA-8374
2015-05-15 19:34:32 +02:00
Benjamin Lerer 35a945e2bf Add smallint and tinyint data types
patch by Benjamin Lerer; reviewed by Aleksey Yeschenko for
CASSANDRA-8951
2015-05-15 17:43:57 +03:00
Carl Yeksigian b2abcb7fc9 Remove DETERMINISTIC/NON DETERMINISTIC function distinction
patch by Carl Yeksigian; reviewed by Aleksey Yeschenko for
CASSANDRA-9383
2015-05-14 21:02:23 +03:00
Carl Yeksigian 68722e7e59 Add client warnings to native protocol v4
patch by Carl Yeksigan; reviewed by Tyler Hobbs and Aleksey Yeschenko
for CASSANDRA-8930
2015-05-14 17:24:57 +03:00
Tyler Hobbs 68b2d28580 Merge branch 'cassandra-2.1' into trunk 2015-05-12 16:25:07 -05:00
Tyler Hobbs 75e5b3b55a Merge branch 'cassandra-2.0' into cassandra-2.1 2015-05-12 16:23:32 -05:00
Tyler Hobbs 28cfbfa685 Add missing type for <blockfor> in protocol specs 2015-05-12 16:21:58 -05:00
Joshua McKenzie 7f29201ce2 Revert "Add date and time types" on 2.1 branch
This reverts commit 107545b392.

Conflicts:
	CHANGES.txt
	NEWS.txt
	bin/cqlsh
	pylib/cqlshlib/test/test_keyspace_init.cql
2015-04-21 08:42:31 -05:00
Oded Peer 48f644686b Distinguish between null and unset in the native protocol (v4)
patch by odpeer; reviewed by blerer for CASSANDRA-7304
2015-04-20 15:30:19 +02:00
Tyler Hobbs c7b02d1a6d Add SELECT/INSERT JSON support, toJson(), fromJson()
Patch by Tyler Hobbs; reviewed by Sylvain Lebresne and Robert Stupp for
CASSANDRA-7970
2015-04-01 12:42:01 -05:00
Robert Stupp f6217ae198 Push notification when tracing completes for an operation
Patch by Robert Stupp; Reviewed by Stefania for CASSANDRA-7807
2015-03-31 10:40:34 +02:00
Robert Stupp 789aa72e56 Add a key-value payload for third party usage
Patch by Robert Stupp; Reviewed by Sylvain Lebresne for CASSANDRA-8553
2015-03-24 12:02:08 +01:00
Stefania Alborghetti c059a56890 Add WriteFailureException to native protocol
Patch by Stefania Alborghetti; reviewed by Tyler Hobbs for
CASSANDRA-8592
2015-03-12 11:40:22 -05:00
Tyler Hobbs dca37a612c Indicate partition key cols in PREPARED responses
Patch by Tyler Hobbs; reviewed by Benjamin Lerer for CASSANDRA-7660
2015-03-10 17:36:23 -05:00
Joshua McKenzie 3d11ec5dd3 Merge branch 'cassandra-2.1' into trunk
Conflicts:
	pylib/cqlshlib/cql3handling.py
2015-03-09 12:26:24 -05:00
Joshua McKenzie 107545b392 Add date and time types
Patch by jmckenzie; reviewed by thobbs and cyeksigian for CASSANDRA-7523
2015-03-09 12:20:28 -05:00
Tyler Hobbs 56e190b1cd Merge branch 'cassandra-2.1' into trunk 2015-03-05 12:54:58 -06:00
Tyler Hobbs 59ed491ac8 Merge branch 'cassandra-2.0' into cassandra-2.1 2015-03-05 12:54:40 -06:00
Jon Åslund d04602d3da Fix link to CREATE KEYSPACE in CQL3 docs
Patch by Jon Åslund; reviewed by Tyler Hobbs
2015-03-05 12:54:01 -06:00
Tyler Hobbs b533135333 Merge branch 'cassandra-2.1' into trunk 2015-03-03 14:03:07 -06:00
Tyler Hobbs f6d82a55fb Merge branch 'cassandra-2.0' into cassandra-2.1 2015-03-03 14:02:47 -06:00
Tyler Hobbs 6ee0c757c3 Document bind markers for TIMESTAMP, TLL, and LIMIT
Patch by Tyler Hobbs for CASSANDRA-8889
2015-03-03 14:01:43 -06:00
Tyler Hobbs fccf0b4f66 Merge branch 'cassandra-2.1' into trunk 2015-03-03 12:50:48 -06:00
Tyler Hobbs 3f6ad3c988 Merge branch 'cassandra-2.0' into cassandra-2.1 2015-03-03 12:50:20 -06:00
Michael Penick 72c6ed2883 Add missing MOVED_NODE event to native protocol spec
Patch by Michael Penick; reviewed by Tyler Hobbs for CASSANDRA-7816
2015-03-03 12:47:41 -06:00