[Tarantool-patches] [PATCH] engine: validate key in space_before_replace
2020-07-14 11:03 UTC (5+ messages)
[Tarantool-patches] [PATCH 0/6] Add static analysis of Lua code in src/ and extra/ with luacheck
2020-07-14 10:54 UTC (18+ messages)
` [Tarantool-patches] [PATCH 4/6] Fix luacheck warnings in extra/dist/
` [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 v1] test: replication/wal_rw_stress fix wait_cond
2020-07-14 10:42 UTC
[Tarantool-patches] [PATCH] serilaizer: check for recursive serialization
2020-07-14 10:40 UTC (4+ messages)
[Tarantool-patches] [PATCH v2] tuple: make fields nullable by default except array/map
2020-07-14 10:37 UTC (2+ 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 (9+ messages)
` [Tarantool-patches] [PATCH 1/2] alter: use good c++ style
` [Tarantool-patches] [PATCH 2/2] alter: use proper way to marry C and C++
[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 (11+ messages)
` [Tarantool-patches] [PATCH v4 1/5] sql: set field_type in mem_set_*() functions
` [Tarantool-patches] [PATCH v4 2/5] sql: move diag setting to sql_func_by_signature()
` [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 (4+ 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 (7+ messages)
` [Tarantool-patches] [PATCH] Fix wrong "
[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 (4+ messages)
[Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors
2020-07-13 9:51 UTC (11+ messages)
` [Tarantool-patches] [PATCH v2 2/2] lua: return "
[Tarantool-patches] [PATCH 1/1] recovery: handle local sync txns during recovery
2020-07-13 9:41 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] test: fix flaky qsync_basic.test.lua
2020-07-13 9:07 UTC (3+ messages)
[Tarantool-patches] [PATCH] Formatted select in lua console
2020-07-13 8:52 UTC (5+ messages)
` [Tarantool-patches] [PATCH] Introduce fselect - formatted select
[Tarantool-patches] [PATCH] Add wait_vclock_ignore0 compare function
2020-07-13 8:03 UTC (2+ messages)
` [Tarantool-patches] Omit this patch
[Tarantool-patches] [PATCH v2 00/16] Transaction engine for memtx engine
2020-07-12 22:24 UTC (29+ messages)
` [Tarantool-patches] [PATCH 01/16] Update license file (2020)
` [Tarantool-patches] [PATCH 02/16] Check data_offset overflow in struct tuple
` [Tarantool-patches] [PATCH 03/16] tx: introduce dirty tuples
` [Tarantool-patches] [PATCH 04/16] vinyl: rename tx_manager -> vy_tx_manager
` [Tarantool-patches] [PATCH 05/16] tx: save txn in txn_stmt
` [Tarantool-patches] [PATCH 06/16] tx: add TX status
` [Tarantool-patches] [PATCH 07/16] tx: save preserve old tuple flag in txn_stmt
` [Tarantool-patches] [PATCH 08/16] tx: introduce tx manager
` [Tarantool-patches] [PATCH 09/16] tx: introduce prepare sequence number
` [Tarantool-patches] [PATCH 10/16] tx: introduce txn_stmt_destroy
` [Tarantool-patches] [PATCH 11/16] tx: introduce conflict tracker
` [Tarantool-patches] [PATCH 12/16] introduce tuple smart pointers
` [Tarantool-patches] [PATCH 13/16] tx: introduce txm_story
` [Tarantool-patches] [PATCH 14/16] tx: indexes
` [Tarantool-patches] [PATCH 15/16] tx: introduce point conflict tracker
` [Tarantool-patches] [PATCH 16/16] tx: use new tx manager in memtx
[Tarantool-patches] [PATCH 0/2] Follow-up for "_session_settings" space
2020-07-12 22:11 UTC (5+ 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 v2] engine: validate key in space_before_replace
2020-07-12 19:58 UTC
[Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
2020-07-12 16:45 UTC (5+ messages)
` [Tarantool-patches] [PATCH v2 2/2] sql: support column addition
[Tarantool-patches] [PATCH] tuple: make fields nullable by default except array/map
2020-07-12 13:43 UTC (3+ messages)
[Tarantool-patches] [PATCH] fiber: abort trace recording on fiber yield
2020-07-11 20:28 UTC (5+ messages)
[Tarantool-patches] [PATCH 0/5] qsync: code cleanup
2020-07-11 16:08 UTC (23+ messages)
` [Tarantool-patches] [PATCH 1/5] qsync: eliminate redundant writes
` [Tarantool-patches] [PATCH 2/5] qsync: add a comment about sync txn in journal allocation
` [Tarantool-patches] [PATCH 3/5] qsync: txn_commit_async -- drop redundant variable
` [Tarantool-patches] [PATCH 4/5] qsync: txn_commit -- use txn flag instead of caching variable
` [Tarantool-patches] [PATCH 5/5] qsync: sanitize txn_limbo_on_rollback
[Tarantool-patches] [PATCH 0/4] qsync: continue cleanup
2020-07-11 16:08 UTC (7+ messages)
` [Tarantool-patches] [PATCH 1/4] qsync: txn_limbo_assign_local_lsn -- drop redundant declaration
` [Tarantool-patches] [PATCH 2/4] qsync: txn_limbo_pop -- drop fake reference
` [Tarantool-patches] [PATCH 3/4] qsync: txn_limbo_read_rollback -- use txn_limbo_abort
` [Tarantool-patches] [PATCH 4/4] qsync: txn_limbo_wait_complete "
[Tarantool-patches] [PATCH v1] Enable curl build with old cmake
2020-07-10 22:03 UTC (2+ messages)
[Tarantool-patches] [PATCH 1/3] replication: print number of txs in limbo before its clear
2020-07-10 12:55 UTC (7+ messages)
` [Tarantool-patches] [PATCH 2/3] replication: test clear_synchro_queue function
` [Tarantool-patches] [PATCH 3/3] replication: add test with random leaders promotion and demotion
[Tarantool-patches] [PATCH v3 0/8] Remove implicit cast
2020-07-10 10:49 UTC (7+ messages)
` [Tarantool-patches] [PATCH v3 2/8] sql: change implicit cast for assignment
[Tarantool-patches] [PATCH v2] build: enable cmake in curl build
2020-07-10 9:31 UTC
[Tarantool-patches] [PATCH v1] build: fix static build w/ dockerfile with cmake
2020-07-10 9:26 UTC (3+ messages)
[Tarantool-patches] [PATCH v2 1/1] luarock: change a way to create manifest
2020-07-10 8:28 UTC (4+ messages)
[Tarantool-patches] [PATCH v2 00/19] Sync replication
2020-07-10 7:40 UTC (3+ messages)
[Tarantool-patches] [PATCH 1/1] txn_limbo: introduce dynamic synchro config
2020-07-10 0:23 UTC (3+ messages)
[Tarantool-patches] [PATCH 0/2] introduce actions on leader election
2020-07-09 22:03 UTC (3+ messages)
` [Tarantool-patches] [PATCH 2/2] box: introduce a cfg handle to become syncro leader
[Tarantool-patches] [PATCH v1] Block linker flag '--no-undefined'
2020-07-09 19:14 UTC (6+ messages)
[Tarantool-patches] [PATCH v2 1/1] luarock: change a way to create manifest
2020-07-09 15:51 UTC
[Tarantool-patches] [PATCH v1 1/1] luarock: change a way to create manifest
2020-07-09 15:16 UTC (4+ messages)
[Tarantool-patches] [PATCH 1/1] box: fixed box.info:memory()
2020-07-09 14:02 UTC (8+ messages)
` [Tarantool-patches] [PATCH 0/1] fix box.info:memory()
[Tarantool-patches] [PATCH] vinyl: add NULL check of xrow_upsert_execute() retval
2020-07-09 11:56 UTC (6+ messages)
[Tarantool-patches] [PATCH 2/4] replication: add advanced tests for sync replication
2020-07-09 9:39 UTC (7+ messages)
[Tarantool-patches] [PATCH] xlog: make log directory if needed
2020-07-09 8:39 UTC (2+ messages)
[Tarantool-patches] [PATCH v2 0/2] console: support of backslash
2020-07-09 6:01 UTC (3+ messages)
[Tarantool-patches] [PATCH] cmake: add LTO support for building luajit
2020-07-09 5:13 UTC (6+ messages)
[Tarantool-patches] [PATCH] netbox: fix empty error message
2020-07-08 21:10 UTC (4+ messages)
[Tarantool-patches] [PATCH v4 0/2] Unify pattern for column names
2020-07-08 14:52 UTC (3+ messages)
` [Tarantool-patches] [PATCH v4 1/2] sql: unify "
` [Tarantool-patches] [PATCH v4 2/2] sql: print span more properly
[Tarantool-patches] [PATCH v3 1/3] test: fix for OpenSuSE luajit tests build
2020-07-08 14:39 UTC (2+ messages)
` [Tarantool-patches] [PATCH v3 3/3] gitlab-ci: add openSuSE packages build jobs
[Tarantool-patches] [PATCH 00/22] Use void type in empty arguments list
2020-07-08 12:55 UTC (2+ 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