Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH 1/1] test: fix flaky swim/errinj.test.lua
 2019-08-11 22:42 UTC  (6+ messages)
` [tarantool-patches] "

[PATCH 1/1] json: detect a new invalid json path case
 2019-08-10 23:43 UTC 

[PATCH 00/13] Join replicas off the current read view
 2019-08-10 10:03 UTC  (14+ messages)
` [PATCH 01/13] vinyl: embed engine in vy_env
` [PATCH 02/13] vinyl: embed index in vy_lsm
` [PATCH 03/13] vinyl: move reference counting from vy_lsm to index
` [PATCH 04/13] vinyl: don't pin index for iterator lifetime
` [PATCH 05/13] vinyl: don't exempt dropped indexes from dump and compaction
` [PATCH 06/13] memtx: don't store pointers to index internals in iterator
` [PATCH 07/13] memtx: use ref counting to pin indexes for snapshot
` [PATCH 08/13] memtx: allow snapshot iterator to fail
` [PATCH 09/13] memtx: enter small delayed free mode from snapshot iterator
` [PATCH 10/13] wal: make wal_sync fail on write error
` [PATCH 11/13] xrow: factor out helper for setting REPLACE request body
` [PATCH 12/13] test: disable replication/on_schema_init
` [PATCH 13/13] relay: join new replicas off read view

[tarantool-patches] [PATCH 0/3] Merge struct sql_txn into struct txn/savepoint
 2019-08-09 21:02 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/3] txn: move fk_deferred_count from psql_txn to txn
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/3] txn: merge struct sql_txn into struct txn
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] sql: use struct txn_savepoint as anonymous savepoint
` [tarantool-patches] Re: [PATCH 0/3] Merge struct sql_txn into struct txn/savepoint

[tarantool-patches] [PATCH v1 0/3] box: stacked diagnostics area in fiber
 2019-08-09 19:27 UTC  (16+ messages)
` [tarantool-patches] [PATCH v1 1/3] box: rfc for stacked diagnostic area in Tarantool
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/3] box: stacked diagnostics area in fiber
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/3] box: extend ffi error object API
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] Make `tarantoolctl start` work withiout box.cfg in init script
 2019-08-09 18:38 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/8] sql: uniform SQL and Lua functions subsystem
 2019-08-09 18:05 UTC  (12+ messages)
` [tarantool-patches] [PATCH v2 1/8] sql: remove SQL_PreferBuiltin flag
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/8] sql: GREATEST, LEAST instead of MIN/MAX overload
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/8] sql: wrap all trim functions in dispatcher
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/8] sql: get rid of SQL_FUNC_COUNT flag
` [tarantool-patches] [PATCH v2 5/8] sql: introduce a signature_mask for functions
` [tarantool-patches] [PATCH v2 6/8] sql: rename OP_Function to OP_BuiltinFunction
` [tarantool-patches] [PATCH v2 7/8] sql: get rid of FuncDef function hash
` [tarantool-patches] [PATCH v2 8/8] box: get rid of box.internal.sql_function_create

[tarantool-patches] [PATCH] sql: remove unused mask
 2019-08-09 15:46 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: add check for <WITH> absence in <CREATE VIEW>
 2019-08-09 15:15 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: change the way to set AUTOINCREMENT
 2019-08-09 14:48 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] decimal: add modulo operator
 2019-08-09 12:41 UTC 

[tarantool-patches] [PATCH v1] gitlab-ci: add static build
 2019-08-09  4:32 UTC 

[tarantool-patches] [PATCH] sql: check constraint name duplication
 2019-08-08 22:42 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Fix border case in float-int comparison in SQL
 2019-08-08 21:37 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] Move mp_compare_double_uint64() to trivia.h
  ` [tarantool-patches] ***UNCHECKED*** "
` [tarantool-patches] [PATCH 2/2] sql: use double_compare_uint64() for int<->float cmp

[tarantool-patches] [PATCH v1 1/1] sql: improve vdbe_field_ref fetcher
 2019-08-08 21:13 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] triggers: remove exceptions
 2019-08-08 18:30 UTC 

[tarantool-patches] [PATCH v1 1/1] sql: test suite for BOOLEAN
 2019-08-08 15:30 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] luajit: fox for debug.getinfo(1,'>S')
 2019-08-08 14:12 UTC 

[PATCH v2 0/8] Decimal indices
 2019-08-08 13:42 UTC  (10+ messages)
` [PATCH v2 1/8] lua: fix decimal comparison with nil
` [PATCH v2 2/8] decimal: fix encoding numbers with positive exponent
` [PATCH v2 3/8] lua/pickle: fix a typo
` [PATCH v2 4/8] lua: rework luaL_field types to support msgpack extensions
` [PATCH v2 5/8] box: rework field_def and tuple_compare to work with mp_field_type instead of mp_type
` [PATCH v2 6/8] decimal: allow to encode/decode decimals as MsgPack
` [PATCH v2 7/8] decimal: add conversions to (u)int64_t
` [PATCH v2 8/8] decimal: allow to index decimals

[PATCH] httpc: fix redirection on libcurl-7.30 and older
 2019-08-08 13:16 UTC  (3+ messages)

[tarantool-patches] [PATCH v2 0/2] sql: add ARRAY, MAP and ANY types to mem_apply_type()
 2019-08-07 18:25 UTC  (5+ messages)
` [tarantool-patches] [PATCH v2 2/2] sql: fix error in case ARRAY/MAP converted to SCALAR
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1][WIP] app: statically link curl 7.65.03
 2019-08-07 17:10 UTC 

[tarantool-patches] [PATCH 0/6] Introduce UNSIGNED type in SQL
 2019-08-06 19:36 UTC  (6+ messages)
` [tarantool-patches] [PATCH 6/6] sql: allow to specify UNSIGNED column type
  ` [tarantool-patches] "

[PATCH v1 1/1] box: make functional index creation transactional
 2019-08-06 14:42 UTC  (6+ messages)
  ` [tarantool-patches] "

[PATCH] rfc: vylog ups and downs
 2019-08-06 14:41 UTC  (2+ messages)

[tarantool-patches] [PATCH] lua: return getaddrinfo() errors
 2019-08-05 13:36 UTC  (7+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH v2 1/2] "

[tarantool-patches] [PATCH v2 0/2] take getaddrinfo() errors into account
 2019-08-05 13:32 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 2/2] say: "
  ` [tarantool-patches] "

[PATCH] relay: stop relay on subscribe error
 2019-08-02 17:33 UTC  (2+ messages)

[tarantool-patches] [PATCH 0/3] box/console: Cleanup and bug fix
 2019-08-02 13:26 UTC  (9+ messages)
` [tarantool-patches] [PATCH 1/3] box/console: Don't allow arguments in get_default_output
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] box/console: Test for nil value in args directly
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/3] box/console: Cleanup and bug fix

[tarantool-patches] [PATCH] sql: make default constraint names be consistent
 2019-08-02 11:01 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Improve operability of typeof() function
 2019-08-02 10:52 UTC  (9+ messages)
` [tarantool-patches] [PATCH 1/2] sql: extend struct Mem with field_type member
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Improve operability of typeof() function

[tarantool-patches] [PATCH v2 0/2] sql: rework error handling in box.execute()
 2019-08-02  5:39 UTC  (17+ messages)
` [tarantool-patches] [PATCH v2 1/2] lua: new function luaT_return_error()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] sql: rework error handling in box.execute()
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] "

[tarantool-patches] [PATCH 0/2] Make LIKE predicate dependent on collation
 2019-08-01 12:26 UTC  (6+ messages)
` [tarantool-patches] [PATCH 2/2] sql: make "
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Make "

[tarantool-patches] [PATCH 0/5] Introduce VARBINARY in SQL
 2019-08-01  8:42 UTC  (17+ messages)
` [tarantool-patches] [PATCH 2/5] sql: fix resulting type calculation for CASE-WHEN stmt
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/5] sql: use 'varbinary' as a name of type instead of 'blob'
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] sql: make built-ins raise errors for varbin args
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] sql: introduce VARBINARY column type
    ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/5] Introduce VARBINARY in SQL

[PATCH 0/5] JSON update preparation
 2019-07-31 20:36 UTC  (3+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] SQL TXN DDL
 2019-07-31 13:19 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] ddl: fix vylog vs xlog sync for multi-statement transactions
 2019-07-31 11:51 UTC  (2+ messages)

[tarantool-patches] Re: [PATCH] httpc: allow only strings for opts.headers values
 2019-07-31 10:11 UTC  (2+ messages)

[PATCH v2] alter: fix rollback in case DDL and DML are used in the same transaction
 2019-07-31  9:43 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH] vinyl: fix index.stat.txw.rows accounting on rollback to savepoint
 2019-07-31  9:42 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] net.box: ignore absence of _vcollation
 2019-07-30 22:35 UTC  (9+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] driver: fix numeric string binding
 2019-07-30 22:22 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: rework error handling in box.execute()
 2019-07-30 20:45 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] luajit: fold machinery misbehaves
 2019-07-30 19:59 UTC 

[tarantool-patches] [PATCH 0/2] Fix type aliases in SQL
 2019-07-30 14:21 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/2] sql: add STRING alias to TEXT type
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: rename REAL/FLOAT/DOUBLE types to NUMBER
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Fix type aliases in SQL

[PATCH v2 0/3] Support savepoints in DDL transactions
 2019-07-30 12:31 UTC  (8+ messages)
` [PATCH v2 1/3] txn: move stmt list/savepoint manipulation out of txn_stmt_new
  ` [tarantool-patches] "
` [PATCH v2 2/3] txn: kill txn_last_stmt helper
  ` [tarantool-patches] "
` [PATCH v2 3/3] txn: undo commit/rollback triggers when reverting to savepoint
  ` [tarantool-patches] "

[PATCH 0/3] Fix crash on rollback of mixed DML/DDL transaction
 2019-07-30 12:14 UTC  (6+ messages)
` [PATCH 3/3] alter: fix rollback in case DDL and DML are used in the same transaction
  ` [tarantool-patches] "

[PATCH 0/4] Support savepoints in DDL transactions
 2019-07-30 10:54 UTC  (12+ messages)
` [PATCH 2/4] txn: reverse commit trigger list only before running commit triggers
  ` [tarantool-patches] "
` [PATCH 4/4] txn: undo commit/rollback triggers when reverting to savepoint
  ` [tarantool-patches] "

[PATCH] txn: convert txn flags into bit mask
 2019-07-30 10:27 UTC  (7+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] httpc: fix bug with segfault by wrong headers
 2019-07-29 14:24 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH small 0/2] small: add new rlist helpers
 2019-07-29  8:40 UTC  (2+ messages)

[PATCH v5 0/3] box: functional indexes
 2019-07-28 21:30 UTC  (8+ messages)
` [PATCH v5 3/3] box: introduce func_index
        ` [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