..
CMakeLists.txt
fix linker errors
2017-06-01 01:24:29 +02:00
RocksDBAqlFunctions.cpp
adding transactions to the geo index
2017-05-10 14:54:39 +02:00
RocksDBAqlFunctions.h
Fixing parser bug
2017-05-06 01:28:44 +02:00
RocksDBBackgroundThread.cpp
add some safety padding for WAL file deletion
2017-05-05 15:31:57 +02:00
RocksDBBackgroundThread.h
Added explicit WAL file lifecycle management to reduce space overhead from replication.
2017-05-04 15:16:24 -04:00
RocksDBCollection.cpp
RocksDBBounds now give info about their columnFamily. Adapted convenience methods that used those bounds to use correct column family now
2017-06-08 11:47:02 +02:00
RocksDBCollection.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBColumnFamily.h
Merged in Column Family for Views
2017-06-08 12:46:01 +02:00
RocksDBCommon.cpp
RocksDB drop collection now does intermedieate writes of batches.
2017-06-08 14:48:33 +02:00
RocksDBCommon.h
RocksDBBounds now give info about their columnFamily. Adapted convenience methods that used those bounds to use correct column family now
2017-06-08 11:47:02 +02:00
RocksDBComparator.cpp
Various changes
2017-05-19 16:43:00 +02:00
RocksDBComparator.h
Various changes
2017-05-19 16:43:00 +02:00
RocksDBCounterManager.cpp
Fixing issues
2017-05-26 14:03:12 +02:00
RocksDBCounterManager.h
Implemented index estimates for RocksDB. Now the following indexes have
2017-05-15 17:17:58 +02:00
RocksDBCuckooIndexEstimator.h
Added warmup function for indexes.
2017-05-29 09:40:58 +02:00
RocksDBEdgeIndex.cpp
fixing warmup mode
2017-06-07 15:47:08 +02:00
RocksDBEdgeIndex.h
fix issues found by coverity scan tool
2017-06-07 13:22:18 +02:00
RocksDBEngine.cpp
Merged in Column Family for Views
2017-06-08 12:46:01 +02:00
RocksDBEngine.h
Import RocksDB encryption support ( #2491 )
2017-06-08 08:51:02 +02:00
RocksDBExportCursor.cpp
fix linker errors
2017-06-01 01:24:29 +02:00
RocksDBExportCursor.h
fixed incremental replication
2017-05-31 18:08:05 +02:00
RocksDBFulltextIndex.cpp
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBFulltextIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBGeoIndex.cpp
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBGeoIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBGeoIndexImpl.cpp
removed unused includes
2017-06-08 13:37:30 +02:00
RocksDBGeoIndexImpl.h
Prepare geodata to be more platform independent
2017-05-30 09:22:45 +02:00
RocksDBGeoIndexImplHelper.h
Added geo index CRUD functionality
2017-05-08 14:49:58 +02:00
RocksDBHashIndex.cpp
…
RocksDBHashIndex.h
Implemented index estimates for RocksDB. Now the following indexes have
2017-05-15 17:17:58 +02:00
RocksDBIncrementalSync.cpp
fix linker errors
2017-06-01 01:24:29 +02:00
RocksDBIncrementalSync.h
fix linker errors
2017-06-01 01:24:29 +02:00
RocksDBIndex.cpp
adding load and unload
2017-06-02 14:44:38 +02:00
RocksDBIndex.h
adding load and unload
2017-06-02 14:44:38 +02:00
RocksDBIndexFactory.cpp
unify index struct return values in cluster and non-cluster for fulltext and geo indexes ( #2534 )
2017-06-08 13:35:00 +02:00
RocksDBIndexFactory.h
Removed code paths that wrote objectIds into the Agency. This did break replication.
2017-05-02 14:59:19 +02:00
RocksDBIterators.cpp
fixed incremental replication
2017-05-31 18:08:05 +02:00
RocksDBIterators.h
fixed incremental replication
2017-05-31 18:08:05 +02:00
RocksDBKey.cpp
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-31 14:16:14 +02:00
RocksDBKey.h
Fixing various issues
2017-05-30 13:44:26 +02:00
RocksDBKeyBounds.cpp
Merged in Column Family for Views
2017-06-08 12:46:01 +02:00
RocksDBKeyBounds.h
RocksDBBounds now give info about their columnFamily. Adapted convenience methods that used those bounds to use correct column family now
2017-06-08 11:47:02 +02:00
RocksDBLogValue.cpp
improve error messages
2017-05-04 16:34:22 +02:00
RocksDBLogValue.h
Fixed broken WAL tailing function
2017-04-27 18:23:10 +02:00
RocksDBMethods.cpp
Adding bounds back
2017-05-22 17:39:19 +02:00
RocksDBMethods.h
Various changes
2017-05-19 16:43:00 +02:00
RocksDBPersistentIndex.h
…
RocksDBPrefixExtractor.cpp
Added prefix extractor.
2017-05-08 16:47:36 -04:00
RocksDBPrefixExtractor.h
Various changes
2017-05-19 16:43:00 +02:00
RocksDBPrimaryIndex.cpp
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBPrimaryIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBReplicationCommon.cpp
…
RocksDBReplicationCommon.h
…
RocksDBReplicationContext.cpp
fixed incremental replication
2017-05-31 18:08:05 +02:00
RocksDBReplicationContext.h
better incremental sync
2017-05-02 15:08:05 +02:00
RocksDBReplicationManager.cpp
Added explicit WAL file lifecycle management to reduce space overhead from replication.
2017-05-04 15:16:24 -04:00
RocksDBReplicationManager.h
try to fix shutdown issues
2017-04-26 09:58:19 +02:00
RocksDBReplicationTailing.cpp
fix issues found by coverity scan tool
2017-06-07 13:22:18 +02:00
RocksDBReplicationTailing.h
better incremental sync
2017-05-02 15:08:05 +02:00
RocksDBRestExportHandler.cpp
Fixed RocksDB export API.
2017-05-23 10:16:53 -04:00
RocksDBRestExportHandler.h
Fixed RocksDB export API.
2017-05-23 10:16:53 -04:00
RocksDBRestHandlers.cpp
…
RocksDBRestHandlers.h
…
RocksDBRestReplicationHandler.cpp
fix issues found by coverity scan tool
2017-06-07 13:22:18 +02:00
RocksDBRestReplicationHandler.h
Fix ignoreDistributeShardsLikeErrors behaviour.
2017-05-03 09:13:03 +02:00
RocksDBRestWalHandler.cpp
issue #2505
2017-05-29 10:19:45 +02:00
RocksDBRestWalHandler.h
…
RocksDBSkiplistIndex.h
…
RocksDBToken.h
…
RocksDBTransactionCollection.cpp
intermediate commits
2017-05-15 17:35:16 +02:00
RocksDBTransactionCollection.h
intermediate commits
2017-05-15 17:35:16 +02:00
RocksDBTransactionContextData.h
…
RocksDBTransactionManager.h
Added a missing override.
2017-05-05 10:02:06 +02:00
RocksDBTransactionState.cpp
honor transaction options
2017-06-01 02:01:33 +02:00
RocksDBTransactionState.h
added tests for intermediate commits
2017-05-30 12:03:58 +02:00
RocksDBTypes.cpp
Implemented index estimates for RocksDB. Now the following indexes have
2017-05-15 17:17:58 +02:00
RocksDBTypes.h
Implemented index estimates for RocksDB. Now the following indexes have
2017-05-15 17:17:58 +02:00
RocksDBV8Functions.cpp
removing unused and unimplemented methods
2017-05-10 18:25:41 +02:00
RocksDBV8Functions.h
fix db._engineStats()
2017-05-04 00:33:36 +02:00
RocksDBVPackIndex.cpp
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBVPackIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
RocksDBValue.cpp
Adding edge key into edge index
2017-06-01 16:07:39 +02:00
RocksDBValue.h
Adding edge key into edge index
2017-06-01 16:07:39 +02:00
RocksDBView.cpp
…
RocksDBView.h
…