[tarantool-patches] [PATCH] Enable support for NOTIFY_SOCKET on macOS
2019-08-22 12:44 UTC (11+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] Fix border case in float-int comparison in SQL
2019-08-22 12:31 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] gitlab-ci: fix building of Debian Buster image
2019-08-22 12:25 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] sql: improve vdbe_field_ref fetcher
2019-08-22 12:08 UTC (15+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] Introduce WITH ENGINE option for CREATE TABLE stmt
2019-08-22 12:07 UTC (11+ 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 0/3] Merge struct sql_txn into struct txn/savepoint
2019-08-22 11:56 UTC (13+ 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] Re: [PATCH 0/3] Merge struct sql_txn into struct txn/savepoint
[PATCH v2] box: add support for decimals in update ops
2019-08-22 10:34 UTC (7+ messages)
` [tarantool-patches] "
[PATCH v3 0/6] Decimal indices
2019-08-22 10:33 UTC (14+ messages)
` [PATCH v3 1/6] lua: fix decimal comparison with nil
` [PATCH v3 2/6] decimal: fix encoding numbers with positive exponent
` [PATCH v3 3/6] lua/pickle: fix a typo
` [PATCH v3 4/6] decimal: allow to encode/decode decimals as MsgPack
` [PATCH v3 5/6] decimal: add conversions to (u)int64_t
` [PATCH v3 6/6] decimal: allow to index decimals
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] Build libcurl statically
2019-08-22 8:42 UTC (6+ 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 v1] gitlab-ci: clean up .gitlab-ci.yml
2019-08-22 8:23 UTC
[PATCH v2 0/7] Join replicas off the current read view
2019-08-22 8:05 UTC (28+ 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 vshard 1/1] travis-ci: deploy packages from tagged revisions
2019-08-21 22:13 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v4 0/4] sql: uniform SQL and Lua functions subsystem
2019-08-21 15:28 UTC (5+ messages)
` [tarantool-patches] [PATCH v4 1/4] sql: rename sql_vdbe_mem_alloc_region helper
` [tarantool-patches] [PATCH v4 2/4] sql: replace flag MINMAX with flags MIN and MAX
` [tarantool-patches] [PATCH v4 3/4] sql: get rid of FuncDef function hash
` [tarantool-patches] [PATCH v4 4/4] sql: support user-defined functions in SQL
[tarantool-patches] [PATCH 0/7] Replication: In-memory replication
2019-08-21 13:52 UTC (18+ 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-21 11:07 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] feedback: unify payload generation logic
2019-08-21 10:30 UTC
[tarantool-patches] [PATCH] Replace sendmsg with sendto shortcut
2019-08-21 10:02 UTC (6+ messages)
` [tarantool-patches] "
[PATCH] replication: enter orphan mode on every erroneous config change
2019-08-21 9:44 UTC (2+ messages)
[tarantool-patches] [PATCH v1] travis-ci: update distros and repos
2019-08-20 23:43 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] tarantoolctl doesn't fail when box.cfg is delayed in init script
2019-08-20 23:15 UTC (9+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: add check for <WITH> absence in <CREATE VIEW>
2019-08-20 19:41 UTC (7+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/8] sql: uniform SQL and Lua functions subsystem
2019-08-20 19:36 UTC (9+ messages)
` [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 v3 0/9] sql: uniform SQL and Lua functions subsystem
2019-08-20 19:12 UTC (19+ 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 00/13] JSON updates
2019-08-20 18:49 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1] gitlab-ci: add static build
2019-08-20 8:58 UTC
[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
[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 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 (12+ messages)
` [PATCH v2 4/8] lua: rework luaL_field types to support msgpack extensions
` [tarantool-patches] "
` [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 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
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox