Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH v2 0/2] Follow-up on async memtx index cleanup
 2018-05-23 17:58 UTC  (5+ messages)
` [PATCH v2 1/2] memtx: rework background garbage collection procedure
` [PATCH v2 2/2] memtx: run garbage collection on demand

[tarantool-patches] [PATCH v7 0/7] sql: remove Checks to server
 2018-05-23 17:53 UTC  (10+ messages)
` [tarantool-patches] [PATCH v7 1/7] sql: remove parser construct, destruct to sql.h
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v7 2/7] box: introduce OPT_ARRAY opt_type to decode arrays
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v7 3/7] sql: introduce expr_len for sql_expr_compile
` [tarantool-patches] [PATCH v7 4/7] sql: rename sql_expr_free to sql_expr_delete
` [tarantool-patches] [PATCH v7 5/7] sql: change sqlite3AddCheckConstraint signature
` [tarantool-patches] [PATCH v7 6/7] sql: export funcs defined on Expr, ExprList to sql.h
` [tarantool-patches] [PATCH v7 7/7] sql: remove Checks to server

[PATCH 0/4] vinyl: fix index drop vs compaction race
 2018-05-23 16:10 UTC  (5+ messages)
` [PATCH 1/4] vinyl: do not reuse lsm objects during recovery from vylog
` [PATCH 2/4] alter: pass lsn of index drop record to engine
` [PATCH 3/4] vinyl: store lsn of index drop record in vylog
` [PATCH 4/4] vinyl: purge dropped indexes from vylog on garbage collection

[tarantool-patches] [PATCH v1 1/1] sql: remove unnecessary templates for bindings
 2018-05-23 15:42 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] sql: IS is only applicable when dealing with NULL
 2018-05-23 14:30 UTC  (6+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: allow any space symbols to be a white space
 2018-05-23 14:05 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v6 0/4] sql: moved Checks to server
 2018-05-23  5:19 UTC  (19+ messages)
` [tarantool-patches] [PATCH v6 2/4] sql: remove SQL fields from Table and Column
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v6 3/4] sql: space_def* instead of Table* in Expr
  ` [tarantool-patches] "
      ` [tarantool-patches] "
` [tarantool-patches] [PATCH v6 4/4] sql: remove Checks to server
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v6 0/4] sql: moved "

[tarantool-patches] Re: [tarantool] 02/03: sql: remove SQL fields from Table and Column
 2018-05-22 21:29 UTC 

[tarantool-patches] [PATCH] sql: add index_def to struct Index
 2018-05-22 19:10 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH] replication: fix bug with read-only replica as a bootstrap leader
 2018-05-22 16:45 UTC  (2+ messages)

[PATCH 0/8] Follow-up on async memtx index cleanup
 2018-05-22 16:42 UTC  (21+ messages)
` [PATCH 1/8] memtx: init index extent allocator in engine constructor
` [PATCH 2/8] memtx: fold memtx_tuple.cc into memtx_engine.c
` [PATCH 3/8] memtx: pass engine to memory allocation functions
` [PATCH 4/8] memtx: move all global variables to engine
` [PATCH 5/8] memtx: destroy slab arena on engine shutdown
` [PATCH 6/8] memtx: embed light hash into memtx_hash_index
` [PATCH 7/8] memtx: rework background garbage collection procedure
` [PATCH 8/8] memtx: run garbage collection on demand

[PATCH 0/2] replication: improve logging
 2018-05-22 11:24 UTC  (8+ messages)
` [PATCH 1/2] replication: do not delete relay on applier disconnect
` [PATCH 2/2] replication: display downstream status at upstream
  ` [tarantool-patches] "
    ` [tarantool-patches] Re: [tarantool-patches] "
      `  "
` [tarantool-patches] [PATCH 0/2] replication: improve logging

[tarantool-patches] [PATCH v2 1/1] sql: COLLATE after LIMIT throws an error
 2018-05-22  7:01 UTC  (7+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] sql: fix out of time auto commit mode detection
 2018-05-22  6:56 UTC  (4+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[PATCH] vinyl: allow to build secondary index for non-empty space
 2018-05-21 15:18 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: COLLATE after LIMIT throws an error
 2018-05-21 14:27 UTC 

[tarantool-patches] [PATCH v2 1/1] sql: COLLATE after LIMIT throws an error
 2018-05-21 13:45 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: refactor SQL delete to allow Lua spaces
 2018-05-21 11:39 UTC  (8+ messages)
` [tarantool-patches] "

[PATCH] memtx: free tuples asynchronously when primary index is dropped
 2018-05-21  7:17 UTC  (3+ messages)

[PATCH 0/2] vinyl: add knob for forcing major compaction
 2018-05-20 21:33 UTC  (5+ messages)
` [PATCH 1/2] index: add compact method
` [PATCH 2/2] vinyl: implement index "

[tarantool-patches] [PATCH] replication: stability fix for test recover_missing_xlog
 2018-05-19 20:49 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] Tests for CREATE TEMP TABLE and CREATE TEMPORARY TABLE
 2018-05-19 11:57 UTC  (10+ messages)
` [tarantool-patches] "
    ` [tarantool-patches] Re: [PATCH v1 1/1] sql: "
          ` [tarantool-patches] Re: [PATCH v1 1/1] sql: added tests for TEMP and TEMPORARY clauses

[tarantool-patches] [PATCH 1/1] collation: refactoring
 2018-05-18 14:36 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove unused VDBE routine
 2018-05-18 13:50 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: fix decode analyze sample
 2018-05-18 13:47 UTC 

[tarantool-patches] [PATCH v1 1/1] box: ability to omit box.cfg() call in sql
 2018-05-18 11:58 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: refactor DELETE STMT translation
 2018-05-18 11:01 UTC  (17+ messages)
` [tarantool-patches] [PATCH 1/2] sql: allow key_def to be NULL for ephemeral create
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: refactor delete routines
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] sql: refactor DELETE STMT translation

[tarantool-patches] [PATCH] replication: do not fetch records twice
 2018-05-18  8:55 UTC 

[PATCH] vinyl: remove runs not referenced by any checkpoint immediately
 2018-05-17 22:39 UTC  (4+ messages)

[tarantool-patches] [PATCH v3 0/4] Lua utf8 module
 2018-05-17 19:24 UTC  (11+ messages)
` [tarantool-patches] [PATCH v3 1/4] error: introduce error rebulding API
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/4] collation: split collation into core and box objects
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 3/4] collation: introduce collation fingerprint
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 4/4] lua: introduce utf8 built-in globaly visible module

[tarantool-patches] [PATCH] sql: print space names in VDBE dump
 2018-05-17 16:34 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [security 0/2] System spaces access control lists
 2018-05-17 16:15 UTC  (8+ messages)
` [tarantool-patches] [security 1/2] security: Refactor reads from systems spaces
  ` [tarantool-patches] "
` [tarantool-patches] [security 2/2] security: Refactor system space access checks
  ` [tarantool-patches] "
    ` [tarantool-patches] [security 0/2] Access control lists

[tarantool-patches] [PATCH] sql: remove temporary box_iterator_key_def
 2018-05-17 16:03 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [replication 1/1] replication: Add rfc on vclock implementation
 2018-05-17 14:36 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] sql: IS is only applicable when dealing with NULL
 2018-05-16 18:52 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: export `sql_current_time` && enable tests
 2018-05-16 13:33 UTC 

[tarantool-patches] 0001-sql-COLLATE-after-LIMIT-throws-an-error.patch
 2018-05-16 11:45 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] replication: improve logging
 2018-05-16 11:32 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/3] replication: use applier_state to check quorum
` [tarantool-patches] [PATCH 2/3] replication: do not delete relay on applier disconnect
` [tarantool-patches] [PATCH 3/3] replication: display downstream status at upstream

[tarantool-patches] [PATCH] Fix ephemeral table next rowid generation
 2018-05-15 19:49 UTC 

[PATCH 0/4] vinyl: fix crash in vinyl_iterator_secondary_next()
 2018-05-15 19:27 UTC  (7+ messages)
` [PATCH 1/4] vinyl: fix EQ check in run iterator
` [PATCH 2/4] vinyl: fix lost key on dump completion

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox