Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH] Replace sendmsg with sendto shortcut
 2019-08-20 13:06 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] Introduce WITH ENGINE option for CREATE TABLE stmt
 2019-08-20 12:10 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/2] Do not log error in engine_find()
` [tarantool-patches] [PATCH 2/2] sql: allow to specify engine in CREATE TABLE stmt
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Introduce WITH ENGINE option for "

[tarantool-patches] [PATCH] tarantoolctl doesn't fail when box.cfg is delayed in init script
 2019-08-20 12:08 UTC  (8+ messages)
` [tarantool-patches] "

[PATCH v2 0/7] Join replicas off the current read view
 2019-08-20 12:05 UTC  (23+ messages)
` [PATCH v2 1/7] vinyl: don't pin index for iterator lifetime
  ` [tarantool-patches] "
` [PATCH v2 2/7] vinyl: don't exempt dropped indexes from dump and compaction
  ` [tarantool-patches] "
` [PATCH v2 3/7] vinyl: get rid of vy_env::join_lsn
  ` [tarantool-patches] "
` [PATCH v2 4/7] memtx: use ref counting to pin indexes for snapshot
  ` [tarantool-patches] "
` [PATCH v2 5/7] memtx: enter small delayed free mode from snapshot iterator
  ` [tarantool-patches] "
` [PATCH v2 6/7] space: get rid of apply_initial_join_row method
  ` [tarantool-patches] "
` [PATCH v2 7/7] relay: join new replicas off read view
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/7] Replication: In-memory replication
 2019-08-20 10:57 UTC  (11+ messages)
` [tarantool-patches] [PATCH 1/7] Refactoring: wal writer fiber and queue
  ` [tarantool-patches] "
` [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] Re: [PATCH 0/7] Replication: In-memory replication

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

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

[tarantool-patches] [PATCH v1] gitlab-ci: add static build
 2019-08-20  8:58 UTC 

[tarantool-patches] [PATCH 0/2] Build libcurl statically
 2019-08-20  7:51 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] lua: workaround pwd.getpwall() issue on Fedora 29
` [tarantool-patches] [PATCH 2/2] build: link libcurl statically from a submodule
` [tarantool-patches] Re: [PATCH 0/2] Build libcurl statically

[tarantool-patches] [PATCH 0/3] Merge struct sql_txn into struct txn/savepoint
 2019-08-19 20:47 UTC  (10+ 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] Enable support for NOTIFY_SOCKET on macOS
 2019-08-19 20:18 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/9] sql: uniform SQL and Lua functions subsystem
 2019-08-19 15:51 UTC  (16+ messages)
` [tarantool-patches] [PATCH v3 1/9] sql: remove SQL_PreferBuiltin flag
` [tarantool-patches] [PATCH v3 2/9] sql: GREATEST, LEAST instead of MIN/MAX overload
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 3/9] sql: wrap all trim functions in dispatcher
` [tarantool-patches] [PATCH v3 4/9] sql: rework SQL_FUNC_COUNT flag semantics
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 5/9] sql: rename OP_Function to OP_BuiltinFunction
` [tarantool-patches] [PATCH v3 6/9] sql: remove SQL_FUNC_SLOCHNG flag
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 7/9] sql: get rid of FuncDef function hash
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 8/9] sql: get rid of box.internal.sql_function_create
` [tarantool-patches] [PATCH v3 9/9] sql: better error messages on invalid arguments

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

[tarantool-patches] [PATCH v1] test: enable unix sockets at sql-tap suite
 2019-08-19 14:01 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] lua_cjson: fix segfault on recursive table encoding
 2019-08-19 12:37 UTC 

[tarantool-patches] [PATCH] http: add CURLOPT_ACCEPT_ENCODING option
 2019-08-19 12:12 UTC 

[PATCH] replication: enter orphan mode on every erroneous config change
 2019-08-19 12:11 UTC 

[tarantool-patches] [PATCH v1] gitlab-ci: add static build
 2019-08-19 12:00 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/6] refactoring: remove exceptions from triggers
 2019-08-16 18:37 UTC  (7+ messages)
` [tarantool-patches] [PATCH v2 1/6] refactoring: remove exceptions from triggers except alter.cc
` [tarantool-patches] [PATCH v2 2/6] refactoring: remove exceptions from used in alter.cc outer functions
` [tarantool-patches] [PATCH v2 3/6] refactoring: replace most obvious exceptions in alter.cc
` [tarantool-patches] [PATCH v2 4/6] refactoring: replace exceptions in most alter.cc functions
` [tarantool-patches] [PATCH v2 5/6] refactoring: replace some more exceptions in alter.cc
` [tarantool-patches] [PATCH v2 6/6] refactoring: replace remaining exceptions in alter.cc & update comments

[tarantool-patches] [PATCH v2 0/8] sql: uniform SQL and Lua functions subsystem
 2019-08-16 12:57 UTC  (29+ messages)
` [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 v1] gitlab-ci: add static build
 2019-08-16  9:57 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[PATCH v2 0/8] Decimal indices
 2019-08-16  8:06 UTC  (27+ 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 6/8] decimal: allow to encode/decode decimals as MsgPack
` [PATCH v2 7/8] decimal: add conversions to (u)int64_t

[PATCH v1] test: app/socket flaky fails at 1951 line
 2019-08-16  6:15 UTC 

[tarantool-patches] [PATCH v1 1/1][WIP] app: statically link curl 7.65.03
 2019-08-16  2:35 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] gitlab-ci: fix building of Debian Buster image
 2019-08-16  1:46 UTC 

[tarantool-patches] [PATCH 0/4] box/console: Improve lua mode for remote console
 2019-08-15 14:42 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/4] box/console: Add explicit output EOS mapping
` [tarantool-patches] [PATCH 2/4] box/console: Refactor command handling
` [tarantool-patches] [PATCH 3/4] box/console: Fix hang in remote console lua mode
` [tarantool-patches] [PATCH 4/4] box/console: Provide console.eos() api

[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] 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  (5+ messages)
` [tarantool-patches] [PATCH 1/2] Move mp_compare_double_uint64() to trivia.h
  ` [tarantool-patches] ***UNCHECKED*** "
    ` [tarantool-patches] "

[PATCH 00/13] Join replicas off the current read view
 2019-08-14 16:48 UTC  (26+ 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 06/13] memtx: don't store pointers to index internals in iterator
` [PATCH 07/13] memtx: use ref counting to pin indexes for snapshot
  ` [tarantool-patches] "
` [PATCH 08/13] memtx: allow snapshot iterator to fail
` [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 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)

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

page:  |  | latest

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