Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH] box: add support for decimals in update ops
 2019-08-15 13:23 UTC 

[tarantool-patches] [PATCH] luajit: fox for debug.getinfo(1,'>S')
 2019-08-15 11:35 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] luajit: fold machinery misbehaves
 2019-08-15 11:29 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/3] Merge struct sql_txn into struct txn/savepoint
 2019-08-15 11:04 UTC  (11+ 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 1/1] sql: improve vdbe_field_ref fetcher
 2019-08-15  8:39 UTC  (7+ messages)
` [tarantool-patches] "

[PATCH v2 0/8] Decimal indices
 2019-08-15  8:27 UTC  (34+ 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] triggers: remove exceptions
 2019-08-15  6:09 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v1] test: enable unix sockets at sql-tap suite
 2019-08-15  4:29 UTC 

[tarantool-patches] [PATCH] recovery: build secondary index in hot standby mode
 2019-08-14 22:12 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: remove unused mask
 2019-08-14 20:48 UTC  (4+ messages)
` [tarantool-patches] "

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

[PATCH 00/13] Join replicas off the current read view
 2019-08-14 16:48 UTC  (34+ 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

[PATCH v2] test: app/socket flaky fails at 1118 line
 2019-08-14 13:15 UTC  (2+ messages)

[PATCH v1] test: app/socket flaky fails at 1118 line
 2019-08-14 12:12 UTC  (2+ messages)

[PATCH] decimal: add modulo operator
 2019-08-14 10:55 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 0/8] sql: uniform SQL and Lua functions subsystem
 2019-08-14  7:25 UTC  (34+ 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] "

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

[PATCH 1/1] json: detect a new invalid json path case
 2019-08-13 19:47 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[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

[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  (15+ messages)
` [tarantool-patches] [PATCH v1 1/3] box: rfc for stacked diagnostic area in Tarantool
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 3/3] box: extend ffi error object API
  ` [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 v1 1/1] sql: change the way to set AUTOINCREMENT
 2019-08-09 14:48 UTC  (2+ messages)
` [tarantool-patches] "

[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 v1 1/1] sql: test suite for BOOLEAN
 2019-08-08 15:30 UTC  (6+ messages)
` [tarantool-patches] "

[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] "

page:  |  | latest

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