[Tarantool-patches] [PATCH v2 0/3] Merger's NULL defererence
2020-07-16 20:10 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 1/3] merger: fix NULL dereference when called via iproto
[Tarantool-patches] [PATCH v1] Bump curl repository to 7.71.1 version
2020-07-16 19:21 UTC (4+ messages)
[Tarantool-patches] [PATCH 1/1] box: fixed box.info:memory()
2020-07-16 18:29 UTC (11+ messages)
` [Tarantool-patches] [PATCH 0/1] fix box.info:memory()
[Tarantool-patches] [PATCH] lua: introduce function to check that passed value is uuid
2020-07-16 18:20 UTC
[Tarantool-patches] [PATCH] lua: panic on lua_gettop() negative return value
2020-07-16 18:16 UTC
[Tarantool-patches] [PATCH v6 00/22] sql: change implicit cast
2020-07-16 17:28 UTC (31+ messages)
` [Tarantool-patches] [PATCH v6 01/22] sql: change implicit cast for assignment
` [Tarantool-patches] [PATCH v6 02/22] sql: use ApplyType to check function arguments
` [Tarantool-patches] [PATCH v6 03/22] sql: check args of abs()
` [Tarantool-patches] [PATCH v6 04/22] sql: check args of avg(), sum() and total()
` [Tarantool-patches] [PATCH v6 05/22] sql: check args of char()
` [Tarantool-patches] [PATCH v6 06/22] sql: check args of length()
` [Tarantool-patches] [PATCH v6 07/22] sql: check operands of LIKE
` [Tarantool-patches] [PATCH v6 08/22] sql: check args of lower() and upper()
` [Tarantool-patches] [PATCH v6 09/22] sql: check args of position()
` [Tarantool-patches] [PATCH v6 10/22] sql: check args of randomblob()
` [Tarantool-patches] [PATCH v6 11/22] sql: check args of replace()
` [Tarantool-patches] [PATCH v6 12/22] sql: check args of round()
` [Tarantool-patches] [PATCH v6 13/22] sql: check args of soundex()
` [Tarantool-patches] [PATCH v6 14/22] sql: check args of substr()
` [Tarantool-patches] [PATCH v6 15/22] sql: check args of unicode()
` [Tarantool-patches] [PATCH v6 16/22] sql: check args of zeroblob()
` [Tarantool-patches] [PATCH v6 17/22] sql: remove unused DOUBLE to INTEGER conversion
` [Tarantool-patches] [PATCH v6 18/22] sql: add implicit cast between numbers in OP_Seek*
` [Tarantool-patches] [PATCH v6 19/22] sql: change comparison between numbers using index
` [Tarantool-patches] [PATCH v6 20/22] sql: remove implicit cast from comparison opcodes
` [Tarantool-patches] [PATCH v6 21/22] sql: fix implicit cast in opcode MustBeInt
` [Tarantool-patches] [PATCH v6 22/22] sql: remove implicit cast from MakeRecord opcode
[Tarantool-patches] [PATCH v3 00/13] Transaction engine for memtx engine
2020-07-16 14:27 UTC (36+ messages)
` [Tarantool-patches] [PATCH v3 01/13] Update license file (2020)
` [Tarantool-patches] [PATCH v3 02/13] Check data_offset overflow in struct tuple
` [Tarantool-patches] [PATCH v3 03/13] vinyl: rename tx_manager -> vy_tx_manager
` [Tarantool-patches] [PATCH v3 04/13] txm: introduce dirty tuples
` [Tarantool-patches] [PATCH v3 05/13] txm: save txn in txn_stmt
` [Tarantool-patches] [PATCH v3 06/13] txm: add TX status
` [Tarantool-patches] [PATCH v3 07/13] txm: save does_require_old_tuple flag in txn_stmt
` [Tarantool-patches] [PATCH v3 08/13] txm: introduce tx manager
` [Tarantool-patches] [PATCH v3 09/13] tmx: introduce prepare sequence number
` [Tarantool-patches] [PATCH v3 10/13] tmx: introduce conflict tracker
` [Tarantool-patches] [PATCH v3 11/13] txm: introduce txm_story
` [Tarantool-patches] [PATCH v3 12/13] txm: clarify all fetched tuples
` [Tarantool-patches] [PATCH v3 13/13] tmx: use new tx manager in memtx
[Tarantool-patches] [PATCH 00/19] Add static analysis of Lua code in test/ with luacheck
2020-07-16 14:18 UTC (21+ messages)
` [Tarantool-patches] [PATCH 01/19] Fix luacheck warnings in test/app-tap
` [Tarantool-patches] [PATCH 02/19] Fix luacheck warnings in test/app
` [Tarantool-patches] [PATCH 03/19] Fix luacheck warnings in test/box
` [Tarantool-patches] [PATCH 04/19] Fix luacheck warnings in test/box-py
` [Tarantool-patches] [PATCH 05/19] Fix luacheck warnings in test/box-tap
` [Tarantool-patches] [PATCH 06/19] Fix luacheck warnings in test/engine
` [Tarantool-patches] [PATCH 07/19] Fix luacheck warnings in test/engine_long
` [Tarantool-patches] [PATCH 08/19] Fix luacheck warnings in test/long_run-py
` [Tarantool-patches] [PATCH 09/19] Fix luacheck warnings in test/replication
` [Tarantool-patches] [PATCH 10/19] Fix luacheck warnings in test/replication-py
` [Tarantool-patches] [PATCH 11/19] Fix luacheck warnings in test/sql
` [Tarantool-patches] [PATCH 12/19] Fix luacheck warnings in test/sql-tap
` [Tarantool-patches] [PATCH 13/19] Fix luacheck warnings in test/swim
` [Tarantool-patches] [PATCH 14/19] Fix luacheck warnings in test/vinyl
` [Tarantool-patches] [PATCH 15/19] Fix luacheck warnings in test/wal_off
` [Tarantool-patches] [PATCH 16/19] Fix luacheck warnings in test/xlog
` [Tarantool-patches] [PATCH 17/19] Fix luacheck warnings in test/xlog-py
` [Tarantool-patches] [PATCH 18/19] Add luacheck supression for luajit test
` [Tarantool-patches] [PATCH 19/19] luajit: bump new version
` [Tarantool-patches] [PATCH] test: fix warnings spotted by luacheck
[Tarantool-patches] [PATCH v6 00/25] Add static analysis with luacheck
2020-07-16 13:25 UTC (9+ messages)
` [Tarantool-patches] [PATCH v6 08/25] Fix luacheck warnings in test/app-tap
` [Tarantool-patches] [PATCH v6 09/25] Fix luacheck warnings in test/box
[Tarantool-patches] [PATCH v1] gitlab-ci: set cleanup based on docker for all
2020-07-16 10:11 UTC
[Tarantool-patches] [PATCH v2 00/16] Transaction engine for memtx engine
2020-07-16 4:48 UTC (28+ messages)
` [Tarantool-patches] [PATCH 02/16] Check data_offset overflow in struct tuple
` [Tarantool-patches] [PATCH 07/16] tx: save preserve old tuple flag in txn_stmt
` [Tarantool-patches] [PATCH 11/16] tx: introduce conflict tracker
` [Tarantool-patches] [PATCH 13/16] tx: introduce txm_story
` [Tarantool-patches] [PATCH 14/16] tx: indexes
` [Tarantool-patches] [PATCH 16/16] tx: use new tx manager in memtx
[Tarantool-patches] [PATCH 0/2] Msgpack wrong extension type in error message
2020-07-15 15:21 UTC (5+ messages)
` [Tarantool-patches] [PATCH 2/2] msgpack: fix wrong mp_ext "
[Tarantool-patches] [PATCH v5 00/17] sql: change implicit cast for assignment
2020-07-15 13:41 UTC (20+ messages)
` [Tarantool-patches] [PATCH v5 01/17] sql: set field_type in mem_set_*() functions
` [Tarantool-patches] [PATCH v5 02/17] sql: change implicit cast for assignment
` [Tarantool-patches] [PATCH v5 03/17] sql: use ApplyType to check function arguments
` [Tarantool-patches] [PATCH v5 04/17] sql: check args of abs()
` [Tarantool-patches] [PATCH v5 05/17] sql: check args of avg(), sum() and total()
` [Tarantool-patches] [PATCH v5 06/17] sql: check args of char()
` [Tarantool-patches] [PATCH v5 07/17] sql: check args of length()
` [Tarantool-patches] [PATCH v5 08/17] sql: check operands of LIKE
` [Tarantool-patches] [PATCH v5 09/17] sql: check args of lower() and upper()
` [Tarantool-patches] [PATCH v5 10/17] sql: check args of position()
` [Tarantool-patches] [PATCH v5 11/17] sql: check args of randomblob()
` [Tarantool-patches] [PATCH v5 12/17] sql: check args of replace()
` [Tarantool-patches] [PATCH v5 13/17] sql: check args of round()
` [Tarantool-patches] [PATCH v5 14/17] sql: check args of soundex()
` [Tarantool-patches] [PATCH v5 15/17] sql: check args of substr()
` [Tarantool-patches] [PATCH v5 16/17] sql: check args of unicode()
` [Tarantool-patches] [PATCH v5 17/17] sql: check args of zeroblob()
[Tarantool-patches] [PATCH 0/6] Add static analysis of Lua code in src/ and extra/ with luacheck
2020-07-15 9:51 UTC (9+ messages)
` [Tarantool-patches] [PATCH 5/6] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH 6/6] Fix luacheck warnings in src/box/lua/
[Tarantool-patches] [PATCH 0/2] Qsync flaky tests, next iteration
2020-07-14 22:44 UTC (3+ messages)
` [Tarantool-patches] [PATCH 1/2] test: fix flaky qsync_advanced.test.lua
` [Tarantool-patches] [PATCH 2/2] test: fix flaky qsync_snapshots.test.lua
[Tarantool-patches] [PATCH 0/2] Follow-up for "_session_settings" space
2020-07-14 16:22 UTC (6+ messages)
` [Tarantool-patches] [PATCH 1/2] sql: fix _session_settings name in error messages
` [Tarantool-patches] [PATCH 2/2] sql: clarify "sql_defer_foreign_keys" setting name
[Tarantool-patches] [PATCH 0/4] qsync: continue cooking the code
2020-07-14 14:53 UTC (6+ messages)
` [Tarantool-patches] [PATCH 1/4] qsync: add missing functions descriptions
` [Tarantool-patches] [PATCH 2/4] qsync: drop txn_limbo_confirm_timeout
` [Tarantool-patches] [PATCH 3/4] qsync: txn_limbo_wait_complete -- fix type conversion
` [Tarantool-patches] [PATCH 4/4] qsync: don't send negative timeouts into fiber_cond_wait_timeout
` [Tarantool-patches] [PATCH v2 "
[Tarantool-patches] [PATCH v2] tuple: make fields nullable by default except array/map
2020-07-14 12:54 UTC (4+ messages)
[Tarantool-patches] [PATCH v1] Block linker flag '--no-undefined'
2020-07-14 11:39 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] test: replication/wal_rw_stress fix wait_cond
2020-07-14 11:24 UTC (2+ messages)
[Tarantool-patches] [PATCH] engine: validate key in space_before_replace
2020-07-14 11:03 UTC (5+ messages)
[Tarantool-patches] [PATCH] serilaizer: check for recursive serialization
2020-07-14 10:40 UTC (4+ messages)
[Tarantool-patches] [PATCH 1/1] test: fix flaky qsync_with_anon.test.lua
2020-07-14 9:28 UTC (2+ messages)
[Tarantool-patches] [PATCH v1] update_repo: fix unbound variables
2020-07-14 8:18 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] Simplify alter.cc
2020-07-13 22:17 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/2] alter: use good c++ style
[Tarantool-patches] [PATCH 1/1] tuple: turn invalid bar update into nop
2020-07-13 22:15 UTC (3+ messages)
[Tarantool-patches] [PATCH v2 0/3] Simplify alter.cc
2020-07-13 18:34 UTC (5+ messages)
` [Tarantool-patches] [PATCH v2 1/3] alter: use good c++ style
` [Tarantool-patches] [PATCH v2 2/3] alter: fix codestyle
` [Tarantool-patches] [PATCH v2 3/3] alter: do not catch exceptions when it's not necessary
[Tarantool-patches] [PATCH v4 0/5] Change implicit cast for assignment
2020-07-13 14:56 UTC (7+ messages)
` [Tarantool-patches] [PATCH v4 3/5] sql: check number of arguments in sql_func_by_signature()
` [Tarantool-patches] [PATCH v4 4/5] sql: change implicit cast for assignment
` [Tarantool-patches] [PATCH v4 5/5] sql: properly check arguments of functions
[Tarantool-patches] [PATCH v1] test: update suites 'fragile' lists
2020-07-13 13:50 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] Extend feedback module report
2020-07-13 13:47 UTC (2+ messages)
[Tarantool-patches] [PATCH] Fix make_scoped_guard usage
2020-07-13 13:40 UTC (2+ messages)
[Tarantool-patches] [PATCH v2] tuple: make fields nullable by default except array/map
2020-07-13 13:38 UTC (3+ messages)
[Tarantool-patches] [PATCH] engine: fix assert for multikey indexes
2020-07-13 12:17 UTC (3+ messages)
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