Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v1 0/9] sql: set errors in VDBE using diag_set()
 2019-06-03 11:54 UTC  (17+ messages)
` [tarantool-patches] [PATCH v1 1/9] sql: remove mayAbort field from struct Parse
` [tarantool-patches] [PATCH v1 2/9] sql: remove error codes SQL_TARANTOOL_*_FAIL
` [tarantool-patches] [PATCH v1 3/9] sql: remove error ER_SQL
` [tarantool-patches] [PATCH v1 4/9] sql: rework diag_set() in OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 5/9] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 6/9] sql: remove error SQL_INTERRUPT
` [tarantool-patches] [PATCH v1 7/9] sql: remove error SQL_MISMATCH
` [tarantool-patches] [PATCH v1 8/9] sql: use diag_set() to set an error in SQL functions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 9/9] sql: set errors in VDBE using diag_set()
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: STRING and NUMBER aliases for TEXT and REAL
 2019-06-03 11:10 UTC 

[PATCH v1 0/8] box: functional indexes
 2019-06-03  8:26 UTC  (16+ messages)
` [PATCH v1 1/8] box: refactor box_lua_find helper
` [PATCH v1 2/8] box: rework func cache update machinery
` [PATCH v1 3/8] schema: rework _func system space format
  ` [tarantool-patches] "
` [PATCH v1 4/8] box: load persistent Lua functions on creation
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [PATCH v1 5/8] netbox: call persistent functions in netbox
` [PATCH v1 6/8] box: export _func functions with box.func folder
` [PATCH v1 7/8] box: introduce memtx_slab_alloc helper
` [PATCH v1 8/8] box: introduce functional indexes in memtx
` [tarantool-patches] [PATCH v1 0/8] box: functional indexes
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/8] Make transaction autonomous from a fiber internals
 2019-06-03  8:09 UTC  (21+ messages)
` [tarantool-patches] [PATCH v2 1/8] Encode a dml statement to a transaction memory region
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/8] Get rid of autocommit from a txn structure
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/8] Get rid of fiber_gc from txn_rollback
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/8] Remove fiber from a journal_entry structure
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 5/8] Commit engine before all triggers
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/8] Offload tx_prio processing to a fiber
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/8] Enable asyncronous wal writes
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 8/8] Introduce asynchronous txn commit
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] swim: do not return raw member tt_uuid pointer
 2019-06-02 20:24 UTC 

[tarantool-patches] [PATCH v5 0/6] box: run checks on insertions in LUA spaces
 2019-06-02 18:50 UTC  (20+ messages)
` [tarantool-patches] [PATCH v5 3/6] sql: introduce tuple_fetcher class
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 4/6] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 5/6] box: run check constraint tests on space alter
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v5 6/6] box: user-friendly interface to manage ck constraints
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Fix passing key with different from iterator's type
 2019-06-02 18:11 UTC  (15+ messages)
` [tarantool-patches] [PATCH 2/3] sql: remove redundant type derivation from QP
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] sql: fix passing FP values to integer iterator
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: allow <COLLATE> only for string-like args
 2019-06-02 17:09 UTC  (9+ messages)
` [tarantool-patches] [PATCH 1/2] sql: fix collation node duplication in AST
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: allow <COLLATE> only for string-like args
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/5] SWIM on_member_update
 2019-06-02  0:10 UTC  (6+ messages)
` [tarantool-patches] [PATCH 1/5] test: create isolated ev_loop for swim unit tests
` [tarantool-patches] [PATCH 2/5] swim: fix a 'use after free' in SWIM tests
` [tarantool-patches] [PATCH 3/5] swim: allow to hang triggers on member updates
` [tarantool-patches] [PATCH 4/5] swim: call swim:new/delete via Lua C, not via FFI
` [tarantool-patches] [PATCH 5/5] swim: expose Lua triggers on member update

[PATCH 00/10] vinyl: don't yield in DDL on_commit triggers
 2019-06-01  8:44 UTC  (18+ messages)
` [PATCH 01/10] box: zap atfork callback
  ` [tarantool-patches] "
` [PATCH 02/10] vinyl: add a separate thread for vylog
  ` [tarantool-patches] "
` [PATCH 03/10] vinyl: move vylog recovery to vylog thread
  ` [tarantool-patches] "
` [PATCH 04/10] vinyl: rework vylog transaction backlog implementation
  ` [tarantool-patches] "
` [PATCH 05/10] vinyl: don't purge deleted runs from vylog on compaction
  ` [tarantool-patches] "
` [PATCH 09/10] key_def: pass alloc callback to key_def_dump_parts
  ` [tarantool-patches] "
` [PATCH 10/10] vinyl: get rid of the latch protecting vylog buffer
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 00/10] vinyl: don't yield in DDL on_commit triggers

[PATCH v2] core: Non-blocking io.popen
 2019-05-31 17:49 UTC  (6+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v4 0/4] box: run checks on insertions in LUA spaces
 2019-05-31 13:45 UTC  (15+ messages)
` [tarantool-patches] [PATCH v4 1/4] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 3/4] box: introduce column_mask for ck constraint
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 4/4] box: user-friendly interface to manage ck constraints
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] Fix FreeBSD build
 2019-05-31 12:42 UTC  (3+ messages)
  ` Re[2]: "

[PATCH] vinyl: don't throttle DDL
 2019-05-31 10:35 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1] Fix FreeBSD build
 2019-05-31  7:58 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: move space existence check to VDBE
 2019-05-30 14:44 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH 0/5] Hand over key lookup in a page to vinyl reader thread
 2019-05-30 14:20 UTC  (13+ messages)
` [PATCH 1/5] vinyl: factor out function to lookup key in page
  ` [tarantool-patches] "
` [PATCH 2/5] vinyl: pass page info by reference to reader thread
  ` [tarantool-patches] "
` [PATCH 3/5] vinyl: encapsulate reader thread selection logic in a helper function
  ` [tarantool-patches] "
` [PATCH 4/5] vinyl: do not allow to cancel a fiber reading a page
  ` [tarantool-patches] "
` [PATCH 5/5] vinyl: lookup key in reader thread
  ` [tarantool-patches] "

[PATCH v4 0/2] memtx: add yields during index build
 2019-05-30 13:41 UTC  (5+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] test: move background index build test to engine suite from vinyl
  ` [tarantool-patches] Re: [PATCH v4 0/2] memtx: add yields during index build

[tarantool-patches] [PATCH 0/2] Add _vcollation and fetch in net.box
 2019-05-30 12:36 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/2] schema: add "_vcollation" sysview
` [tarantool-patches] [PATCH 2/2] net.box: fetch '_vcollation' sysview into the module

[tarantool-patches] [PATCH 0/2] Add "_vcollation" sysview and fetch it in net.box
 2019-05-30 12:05 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/2] schema: add "_vcollation" sysview
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] net.box: fetch '_vcollation' sysview into the module
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] Gitlab-ci testing process implement
 2019-05-30 10:14 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: create CHAR_LENGTH() and CHARACTER_LENGTH()
 2019-05-29 17:57 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: do not show additional generated ids
 2019-05-29 17:09 UTC 

[tarantool-patches] [PATCH v2] Add MsgPack ext types handling
 2019-05-29 16:38 UTC  (2+ messages)

[PATCH] box/lua/console: Fix hang in case of cancelling console fiber
 2019-05-29 16:12 UTC  (2+ messages)

[PATCH v3 0/2] memtx: add yields during index build
 2019-05-29 16:03 UTC  (7+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] test: move background index build test to engine suite from vinyl
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Suppress -Warray-bounds warning on unit/guard.cc
 2019-05-29 15:06 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH luajit] bugfix: fixed assertion failure "lj_record.c:92: rec_check_slots: Assertion `nslots <= 250' failed" found by stressing our edgelang compiler
 2019-05-29 14:29 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] test: fix fio test when run by the root user
 2019-05-29 14:19 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/8] sql: cleanup code from obsolete macros
 2019-05-29 14:02 UTC  (10+ messages)
` [tarantool-patches] [PATCH 2/8] Removes unused functions and commented many years ago code
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/8] Removes unused functions and macros
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/8] Removes the following unused macros: SQL_EXPLAIN_ESTIMATED_ROWS SQL_ENABLE_COLUMN_USED_MASK SQL_DISABLE_DIRSYNC SQL_OMIT_AUTOMATIC_INDEX SQL_DEBUG_SORTER_THREADS SQL_DEFAULT_WORKER_THREADS SQL_LIMIT_WORKER_THREADS SQL_MAX_WORKER_THREADS
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/9] sql: cleanup code from obsolete macros
 2019-05-29 14:01 UTC  (10+ messages)
` [tarantool-patches] [PATCH v2 1/9] "
` [tarantool-patches] [PATCH v2 2/9] Removes unused functions and commented many years ago code
` [tarantool-patches] [PATCH v2 3/9] Removes unused functions
` [tarantool-patches] [PATCH v2 4/9] Removes unused functions and macros
` [tarantool-patches] [PATCH v2 5/9] Removes the following unused macros: SQL_ENABLE_MEMORY_MANAGEMENT SQL_ENABLE_UNKNOWN_SQL_FUNCTION SQL_SUBSTR_COMPATIBILITY SQL_ENABLE_STMT_SCANSTATUS
` [tarantool-patches] [PATCH v2 6/9] sql: cleanup code from obsolete macros
` [tarantool-patches] [PATCH v2 7/9] Removes unused constants
` [tarantool-patches] [PATCH v2 8/9] Removes the following unused macros: SQL_PRINTF_PRECISION_LIMIT SQL_OMIT_COMPOUND_SELECT SQL_POWERSAFE_OVERWRITE SQL_OMIT_PROGRESS_CALLBACK SQL_OMIT_AUTORESET SQL_OMIT_DECLTYPE SQL_ENABLE_COLUMN_METADATA SQL_TRACE_SIZE_LIMIT SQL_OMIT_LIKE_OPTIMIZATION SQL_OMIT_OR_OPTIMIZATION SQL_OMIT_BETWEEN_OPTIMIZATION
` [tarantool-patches] [PATCH v2 9/9] sql: cleanup code from obsolete macros

[PATCH v2] schema: rework index sequence API
 2019-05-29  8:17 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH v2] memtx: add yields during index build
 2019-05-28 15:36 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] luajit2: bugfix: fixed a segfault when unsinking 64-bit pointers
 2019-05-28 12:14 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 00/21] sql: remove SQL error system
 2019-05-28 11:12 UTC  (20+ messages)
` [tarantool-patches] [PATCH v1 03/21] sql: remove SQL_OK error/status code
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 06/21] sql: remove SQL_NOTFOUND "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 11/21] sql: remove SQL_SCHEMA errcode
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 12/21] sql: remove SQL_TOOBIG errcode
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 20/21] sql: replace rc by is_aborted in struct Parse
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v1 00/21] sql: remove SQL error system

[PATCH] schema: rework index sequence API
 2019-05-28  9:38 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove implicit CAST for assignment of int field
 2019-05-28  1:42 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Fix CAST operation
 2019-05-28  1:39 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 0/3] Fixes of a few Vinyl transaction manager issues
 2019-05-27  8:29 UTC  (10+ messages)
` [PATCH 1/3] vinyl: fix secondary index divergence on update
  ` [tarantool-patches] "
` [PATCH 3/3] vinyl: fix deferred DELETE statement lost on commit
  ` [tarantool-patches] "

page:  |  | latest

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