Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH v2 0/8] Decimal indices
 2019-08-13 14:18 UTC  (23+ messages)
` [PATCH v2 1/8] lua: fix decimal comparison with nil
` [PATCH v2 2/8] decimal: fix encoding numbers with positive exponent
    ` [tarantool-patches] "
` [PATCH v2 3/8] lua/pickle: fix a typo
` [PATCH v2 4/8] lua: rework luaL_field types to support msgpack extensions
    ` [tarantool-patches] "
` [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

[tarantool-patches] [PATCH] sql: add check for <WITH> absence in <CREATE VIEW>
 2019-08-13 12:42 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH 00/13] Join replicas off the current read view
 2019-08-13 10:59 UTC  (26+ messages)
` [PATCH 01/13] vinyl: embed engine in vy_env
  ` [tarantool-patches] "
` [PATCH 02/13] vinyl: embed index in vy_lsm
  ` [tarantool-patches] "
` [PATCH 03/13] vinyl: move reference counting from vy_lsm to index
  ` [tarantool-patches] "
` [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
  ` [tarantool-patches] "
` [PATCH 07/13] memtx: use ref counting to pin indexes for snapshot
  ` [tarantool-patches] "
` [PATCH 08/13] memtx: allow snapshot iterator to fail
  ` [tarantool-patches] "
` [PATCH 09/13] memtx: enter small delayed free mode from snapshot iterator
  ` [tarantool-patches] "
` [PATCH 10/13] wal: make wal_sync fail on write error
  ` [tarantool-patches] "
` [PATCH 11/13] xrow: factor out helper for setting REPLACE request body
  ` [tarantool-patches] "
` [PATCH 12/13] test: disable replication/on_schema_init
  ` [tarantool-patches] "
` [PATCH 13/13] relay: join new replicas off read view

[tarantool-patches] [PATCH v2 0/8] sql: uniform SQL and Lua functions subsystem
 2019-08-13  9:45 UTC  (26+ 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] "
` [tarantool-patches] [PATCH v2 5/8] sql: introduce a signature_mask for functions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 6/8] sql: rename OP_Function to OP_BuiltinFunction
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 7/8] sql: get rid of FuncDef function hash
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 8/8] box: get rid of box.internal.sql_function_create

[tarantool-patches] [PATCH 0/7] Replication: In-memory replication
 2019-08-13  6:27 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/7] Refactoring: wal writer fiber and queue
` [tarantool-patches] [PATCH 2/7] Refactoring: Track wal files using gc state
` [tarantool-patches] [PATCH 3/7] Replication: Relay does not rely on xlog boundaries
` [tarantool-patches] [PATCH 4/7] Replication: wal memory buffer
` [tarantool-patches] [PATCH 5/7] Replication: in memory replication
` [tarantool-patches] [PATCH 6/7] Refactoring: remove wal_watcher routines
` [tarantool-patches] [PATCH 7/7] Refactoring: get rid of on_close_log

[tarantool-patches] [PATCH 00/13] JSON updates
 2019-08-12 23:05 UTC  (14+ messages)
` [tarantool-patches] [PATCH 01/13] tuple: remove alloc and alloc_ctx args from update()
` [tarantool-patches] [PATCH 10/13] tuple: enable JSON bar updates
` [tarantool-patches] [PATCH 11/13] tuple: make update operation tokens consumable
` [tarantool-patches] [PATCH 12/13] tuple: JSON updates support intersection by arrays
` [tarantool-patches] [PATCH 13/13] tuple: JSON updates support intersection by maps
` [tarantool-patches] [PATCH 02/13] rope: make rope library macro template
` [tarantool-patches] [PATCH 03/13] tuple: relax struct tuple_update dependency on rope
` [tarantool-patches] [PATCH 04/13] int96: add a missing header
` [tarantool-patches] [PATCH 05/13] tuple: implement update by field name
` [tarantool-patches] [PATCH 06/13] tuple: expose JSON go_to_key and go_to_index functions
` [tarantool-patches] [PATCH 07/13] tuple: rework updates to improve code extendibility
` [tarantool-patches] [PATCH 08/13] json: lexer_eof and token_cmp helper functions
` [tarantool-patches] [PATCH 09/13] tuple: account the whole array in field.data and size

[PATCH 1/1] json: detect a new invalid json path case
 2019-08-12 22:35 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Merge struct sql_txn into struct txn/savepoint
 2019-08-12 21:55 UTC  (9+ 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] Make `tarantoolctl start` work withiout box.cfg in init script
 2019-08-12 21:42 UTC  (9+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/3] box: stacked diagnostics area in fiber
 2019-08-12 20:35 UTC  (17+ 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 v1 1/1] sql: improve vdbe_field_ref fetcher
 2019-08-12 15:14 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 1/1] test: fix flaky swim/errinj.test.lua
 2019-08-11 22:42 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove unused mask
 2019-08-09 15:46 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] 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] 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  (3+ messages)
` [tarantool-patches] "

[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  (9+ messages)
` [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] "

page:  |  | latest

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