Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH v2 0/9] sql: cleanup code from obsolete macros
 2019-05-29 14:01 UTC  (9+ 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] test: fix fio test when run by the root user
 2019-05-29 12:39 UTC  (2+ messages)

[PATCH v3 0/2] memtx: add yields during index build
 2019-05-29 11:01 UTC  (5+ 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 0/3] Fix passing key with different from iterator's type
 2019-05-29  9:14 UTC  (15+ messages)
` [tarantool-patches] [PATCH 1/3] sql: remove redundant check of space format from QP
` [tarantool-patches] [PATCH 2/3] sql: remove redundant type derivation "
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] sql: fix passing FP values to integer iterator
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/8] sql: cleanup code from obsolete macros
 2019-05-29  8:21 UTC  (4+ messages)
` [tarantool-patches] [PATCH 2/8] Removes unused functions and commented many years ago code
  ` [tarantool-patches] "

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

[PATCH v2] core: Non-blocking io.popen
 2019-05-29  7:08 UTC 

[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  6:52 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH] box/lua/console: Fix hang in case of cancelling console fiber
 2019-05-28 20:37 UTC 

[tarantool-patches] [PATCH 0/2] Add "_vcollation" sysview and fetch it in net.box
 2019-05-28 15:50 UTC  (4+ messages)
` [tarantool-patches] [PATCH 1/2] schema: add "_vcollation" sysview
  ` [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] sql: allow <COLLATE> only for string-like args
 2019-05-28 14:10 UTC  (7+ 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/2] luajit2: bugfix: fixed a segfault when unsinking 64-bit pointers
 2019-05-28 12:14 UTC  (11+ messages)
` [tarantool-patches] [PATCH 1/2] "
` [tarantool-patches] [PATCH 2/2] test/luajit-tap: Add unsink_64_kptr.test.lua
` [tarantool-patches] Re: [PATCH 0/2] luajit2: bugfix: fixed a segfault when unsinking 64-bit pointers

[tarantool-patches] [PATCH v1 0/9] sql: set errors in VDBE using diag_set()
 2019-05-28 11:39 UTC  (10+ 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] [PATCH v1 5/9] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
` [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] [PATCH v1 9/9] sql: set errors in VDBE using diag_set()

[tarantool-patches] [PATCH v1 00/21] sql: remove SQL error system
 2019-05-28 11:12 UTC  (36+ messages)
` [tarantool-patches] [PATCH v1 01/21] sql: remove unused functions of "
` [tarantool-patches] [PATCH v1 02/21] sql: disable lookaside system
` [tarantool-patches] [PATCH v1 03/21] sql: remove SQL_OK error/status code
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 04/21] sql: remove SQL_PERM, SQL_WARNING, SQL_ABORT errcodes
` [tarantool-patches] [PATCH v1 05/21] sql: remove SQL_CANTOPEN errcode
` [tarantool-patches] [PATCH v1 06/21] sql: remove SQL_NOTFOUND error/status code
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 07/21] sql: remove SQL_LOCKED errcode
` [tarantool-patches] [PATCH v1 08/21] sql: remove SQL_FULL errcode
` [tarantool-patches] [PATCH v1 09/21] sql: remove SQL_MISUSE errcode
` [tarantool-patches] [PATCH v1 10/21] sql: remove SQL_RANGE errcode
` [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 13/21] sql: remove SQL_BUSY errcode
` [tarantool-patches] [PATCH v1 14/21] sql: remove SQL_CONSTRAINT errcode
` [tarantool-patches] [PATCH v1 15/21] sql: remove SQL_ERROR errcode
` [tarantool-patches] [PATCH v1 16/21] sql: remove SQL_NOMEM errcode
` [tarantool-patches] [PATCH v1 17/21] sql: remove SQL_IOERR errcode
` [tarantool-patches] [PATCH v1 18/21] sql: remove SQL_TARANTOOL_ERROR errcode
` [tarantool-patches] [PATCH v1 19/21] sql: remove field errMask from struct sql
` [tarantool-patches] [PATCH v1 20/21] sql: replace rc by is_aborted in struct Parse
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 21/21] sql: remove sql_log()
` [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] "

[tarantool-patches] [PATCH v2 0/8] Make transaction autonomous from a fiber internals
 2019-05-28  1:21 UTC  (11+ 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] [PATCH v2 4/8] Remove fiber from a journal_entry structure
` [tarantool-patches] [PATCH v2 5/8] Commit engine before all triggers
` [tarantool-patches] [PATCH v2 6/8] Offload tx_prio processing to a fiber
` [tarantool-patches] [PATCH v2 7/8] Enable asyncronous wal writes
` [tarantool-patches] [PATCH v2 8/8] Introduce asynchronous txn commit

[PATCH 0/3] Fixes of a few Vinyl transaction manager issues
 2019-05-27  8:29 UTC  (12+ messages)
` [PATCH 1/3] vinyl: fix secondary index divergence on update
  ` [tarantool-patches] "
` [PATCH 2/3] vinyl: don't produce deferred DELETE on commit if key isn't updated
  ` [tarantool-patches] "
` [PATCH 3/3] vinyl: fix deferred DELETE statement lost on commit
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v5 0/6] box: run checks on insertions in LUA spaces
 2019-05-26 13:32 UTC  (13+ messages)
` [tarantool-patches] [PATCH v5 1/6] sql: introduce a new method to bind a pointer
` [tarantool-patches] [PATCH v5 2/6] sql: refactor OP_Column vdbe instruction
` [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 v4 0/4] box: run checks on insertions in LUA spaces
 2019-05-26 12:04 UTC  (16+ messages)
` [tarantool-patches] [PATCH v4 1/4] schema: add new system space for CHECK constraints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 2/4] box: run check constraint tests on space alter
  ` [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 1/1] sql: make assertion to check only ephemeral spaces
 2019-05-25 13:48 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: rework SQL errors of type "expected column count"
 2019-05-25 11:12 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 00/12] sql: set errors in VDBE using diag_set()
 2019-05-25 10:36 UTC  (21+ messages)
` [tarantool-patches] [PATCH v1 01/12] sql: remove errors SQL_TARANTOOL_*_FAIL
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 04/12] sql: make SQL_TARANTOOL_ERROR the only errcode of OP_Halt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 07/12] sql: set errors in VDBE using diag_set()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 08/12] sql: remove field zErrMsg from struct Vdbe
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 10/12] sql: remove field errCode from struct sql
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 12/12] sql: use diag_set() to set an error in SQL functions
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] Introduce decimal type to tarantool core
 2019-05-23 14:45 UTC  (6+ messages)
` [tarantool-patches] Re: [PATCH v2 2/2] lib/core: introduce decimal type to tarantool

[PATCH] memtx: add yields during index build
 2019-05-23 14:13 UTC  (4+ messages)
  ` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/4] luajit: Bacport patches from openrusty
 2019-05-23 11:53 UTC  (9+ messages)
` [tarantool-patches] [PATCH luajit v2 1/4] Fix overflow of snapshot map offset
` [tarantool-patches] [PATCH luajit v2 2/4] Fix rechaining of pseudo-resurrected string keys
` [tarantool-patches] [PATCH luajit v2 3/4] bugfix: LuaJIT tables' hash chains might get corrupted leading to infinite loops while fetching, missing keys, and etc
` [tarantool-patches] [PATCH tarantool v2 4/4] test/luajit-tap: Add table_chain_bug_LuaJIT_494.test.lua
` [tarantool-patches] Re: [PATCH v2 0/4] luajit: Bacport patches from openrusty

[PATCH v1 1/1] box: ban multikey index with multiple root field
 2019-05-23  8:27 UTC  (2+ messages)

[tarantool-patches] [PATCH] Do not latch schema while checkpoint
 2019-05-23  8:19 UTC 

[tarantool-patches] [PATCH 0/5] SWIM bug fixes
 2019-05-22 21:14 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/5] swim: fix an obvious leak in swim_delete()
` [tarantool-patches] [PATCH 2/5] swim: fix an obvious use-after-free
` [tarantool-patches] [PATCH 3/5] swim: fix flaky parts in swim/swim.test.lua
` [tarantool-patches] [PATCH 4/5] swim: be ready to idle round steps when net is slow
` [tarantool-patches] [PATCH 5/5] swim: allow to set codec before cfg
` [tarantool-patches] Re: [PATCH 0/5] SWIM bug fixes

[PATCH 1/2] tuple format: don't allow null where array/map is expected
 2019-05-22 20:37 UTC  (6+ messages)
` [PATCH 2/2] tuple format: remove invalid assertion from tuple_format_iterator_next
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 1/2] tuple format: don't allow null where array/map is expected

[PATCH v1 1/1] box: fix assert with multikey hybrid index
 2019-05-22 10:21 UTC  (4+ messages)
  ` [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