Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v2 0/2] Support column addition with <ALTER TABLE>
 2020-04-24 22:55 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v2 1/2] sql: rename TK_COLUMN to TK_COLUMN_NAME

[Tarantool-patches] [PATCH v2 0/3] box_return_mp
 2020-04-24 22:06 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 1/3] box: introduce port_c
` [Tarantool-patches] [PATCH v2 2/3] box: introduce box_return_mp() public C function
` [Tarantool-patches] [PATCH v2 3/3] box: replace port_tuple with port_c everywhere

[Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors
 2020-04-24 17:18 UTC  (12+ messages)
` [Tarantool-patches] [PATCH v2 1/2] coio/say: fix getaddrinfo error handling on macOS
` [Tarantool-patches] [PATCH v2 2/2] lua: return getaddrinfo() errors

[Tarantool-patches] [PATCH v2] replication: add box.info.replication_anon
 2020-04-24 16:39 UTC  (2+ messages)

[Tarantool-patches] [PATCH] socket: fix error while closing socket.tcp_server
 2020-04-24 14:03 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] Add infrastructure for fuzzing testing and fuzzers
 2020-04-24 13:56 UTC  (2+ messages)

[Tarantool-patches] [PATCH] sql: fix number and boolean sorting rules
 2020-04-24 13:03 UTC  (16+ messages)

[Tarantool-patches] [PATCH v4 0/10] Add static analysis with luacheck
 2020-04-24 10:16 UTC  (31+ messages)
` [Tarantool-patches] [PATCH v4 1/10] Add initial luacheck config
` [Tarantool-patches] [PATCH v4 2/10] gitlab-ci: enable static analysis with luacheck
` [Tarantool-patches] [PATCH v4 3/10] Fix luacheck warnings in extra/dist/tarantoolctl.in
` [Tarantool-patches] [PATCH v4 4/10] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH v4 5/10] Fix luacheck warnings in src/box/lua/
` [Tarantool-patches] [PATCH v4 6/10] Fix luacheck warnings in test/
` [Tarantool-patches] [PATCH v4 7/10] schema: fix index promotion to functional index
` [Tarantool-patches] [PATCH v4 8/10] schema: fix internal symbols dangling in _G
` [Tarantool-patches] [PATCH v4 9/10] Disabled test/luajit-tap in luacheckrc
` [Tarantool-patches] [PATCH v4 10/10] luajit: Fix warnings spotted by luacheck

[Tarantool-patches] [PATCH 0/2] fix assertion fault in SELECT * FROM "_vfunc"
 2020-04-24 10:14 UTC  (3+ messages)
` [Tarantool-patches] [PATCH 1/2] box: allow schema upgrades within a release
` [Tarantool-patches] [PATCH 2/2] sql: fix assertion fault in SELECT * FROM "_vfunc"

[Tarantool-patches] [PATCH] rfc: multi-directional iterators
 2020-04-24 10:10 UTC 

[Tarantool-patches] [PATCH v1] Add option to update file with reference output
 2020-04-24  9:18 UTC  (4+ messages)

[Tarantool-patches] [PATCH v3] test: add more tests to packaging testing
 2020-04-24  8:55 UTC  (2+ messages)

[Tarantool-patches] [PATCH] Add a check whether glibc is used
 2020-04-24  8:02 UTC  (10+ messages)

[Tarantool-patches] [PATCH] cbus: fix inconsistency in endpoint creation
 2020-04-24  7:57 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] Unhide symbols
 2020-04-24  7:47 UTC  (11+ messages)
` [Tarantool-patches] [PATCH v2 1/2] cmake: remove double usage of some source files
` [Tarantool-patches] [PATCH v2 2/2] cmake: remove dynamic-list linker option

[Tarantool-patches] [RFC] Quorum-based synchronous replication
 2020-04-23 22:28 UTC  (19+ messages)

[Tarantool-patches] [PATCH] replication: list anonymous replicas in box.info.replication
 2020-04-23 14:06 UTC  (2+ messages)

[Tarantool-patches] [PATCH] applier: follow vclock to the last tx row
 2020-04-23 11:19 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1] bench-run: submit perf results into database
 2020-04-23  9:28 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] build: implement SuSE build with testing
 2020-04-23  9:03 UTC 

[Tarantool-patches] [PATCH 0/3] box_return_mp
 2020-04-23  0:14 UTC  (9+ messages)
` [Tarantool-patches] [PATCH 2/3] box: introduce port_c
` [Tarantool-patches] [PATCH 3/3] box: introduce box_return_mp() public C function

[Tarantool-patches] [PATCH v2 0/3] gitlab-ci: add out-of-source build
 2020-04-22 17:44 UTC  (4+ messages)
  ` [Tarantool-patches] [PATCH v2 1/3] Fix curl repository for "
  ` [Tarantool-patches] [PATCH v2 2/3] gitlab-ci: add "
  ` [Tarantool-patches] [PATCH v2 3/3] Skip failing test from "

[Tarantool-patches] [PATCH V6 00/10] Extending error functionality
 2020-04-22 17:23 UTC  (18+ messages)
` [Tarantool-patches] [PATCH V6 01/10] error: add custom error type
` [Tarantool-patches] [PATCH V6 02/10] session: add offset to SQL session settings array
` [Tarantool-patches] [PATCH V6 03/10] error: add session setting for error type marshaling
` [Tarantool-patches] [PATCH V6 04/10] error: update constructors of some errors
` [Tarantool-patches] [PATCH V6 05/10] box: move Lua MP_EXT decoder from tuple.c
` [Tarantool-patches] [PATCH V6 06/10] error: add error MsgPack encoding
` [Tarantool-patches] [PATCH V6 07/10] error: export error_unref() function
` [Tarantool-patches] [PATCH V6 08/10] error: make iproto errors reuse mp_error module
` [Tarantool-patches] [PATCH V6 09/10] iproto: rename IPROTO_ERROR and IPROTO_ERROR_STACK
` [Tarantool-patches] [PATCH V6 10/10] error: fix iproto error stack overlapped by old error

[Tarantool-patches] [PATCH v1 1/1] test: fix test sql/func-recreate.test.lua
 2020-04-22 11:18 UTC 

[Tarantool-patches] [PATCH v1 0/2] sql: fix comparison in IN operator
 2020-04-22 10:03 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v1 2/2] sql: fix comparison in IN with subselect

[Tarantool-patches] [PATCH v2 0/6] Add static analysis with luacheck
 2020-04-22  8:45 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2 6/6] gitlab-ci: enable "

[Tarantool-patches] [PATCH] vinyl: unthrottle scheduler on checkpoint
 2020-04-22  0:32 UTC  (3+ messages)

[Tarantool-patches] [PATCH] sql: use unify pattern for column names
 2020-04-21 23:37 UTC  (5+ messages)

[Tarantool-patches] [PATCH] fio/coio: handle partial writes
 2020-04-21 21:39 UTC 

[Tarantool-patches] [PATCH v1] bench-run: refactoring perf docker image
 2020-04-21 20:06 UTC  (2+ messages)

[Tarantool-patches] [PATCH] libev: unlimited select flag did not work on mac
 2020-04-21 17:01 UTC  (7+ messages)

[Tarantool-patches] [PATCH] say: fix syslog format
 2020-04-21 16:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Popen Lua module
 2020-04-21 13:38 UTC  (13+ messages)
` [Tarantool-patches] [PATCH 1/2] popen: always free resources in popen_delete()
` [Tarantool-patches] [PATCH 2/2] popen: add popen Lua module

[Tarantool-patches] [PATCH v1 1/1] sql: remove implicit cast for COMPARISON
 2020-04-21 12:42 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] bench-run: submit perf results into database
 2020-04-21  6:14 UTC  (3+ messages)

[Tarantool-patches] [PATCH] replication: remove unnecessary errors on replicating from an anonymous instance
 2020-04-20 19:29 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] Stacked diagnostic area follow-ups
 2020-04-20 15:29 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 1/2] box/error: don't allow overflow of error ref counter

[Tarantool-patches] [PATCH v1] travis-ci/gitlab-ci: add 2.4 to testing
 2020-04-20 13:23 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] Enable LuaJIT tests written in C
 2020-04-20 11:26 UTC  (10+ messages)
` [Tarantool-patches] [PATCH v2 2/2] test: adjust luajit-tap testing machinery

[Tarantool-patches] [PATCH v2 luajit 0/3] Trace abort on FFI sandwich or mode change
 2020-04-20  7:09 UTC  (5+ messages)

[Tarantool-patches] [PATCH] net.box: fix fetching of schema of an old version
 2020-04-20  6:58 UTC  (13+ messages)

[Tarantool-patches] [PATCH v2 0/2] vinyl: fix uninitialized memory accesses
 2020-04-19 15:31 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v2 2/2] vinyl: clean-up unprocessed read views in *_build_read_views()

[Tarantool-patches] [PATCH V5 0/6] Extending error functionality
 2020-04-18 21:14 UTC  (13+ messages)
` [Tarantool-patches] [PATCH V5 1/6] error: add custom error type
` [Tarantool-patches] [PATCH V5 2/6] error: send custom type in IProto
` [Tarantool-patches] [PATCH V5 3/6] session: add offset to SQL session settings array
` [Tarantool-patches] [PATCH V5 4/6] error: add session setting for error type marshaling
` [Tarantool-patches] [PATCH V5 5/6] error: update constructors of some errors
` [Tarantool-patches] [PATCH V5 6/6] error: add error MsgPack encoding
` [Tarantool-patches] [PATCH V5 5.5/6] box: move Lua MP_EXT decoder from tuple.c

[Tarantool-patches] [PATCH V4 0/6] Extending error functionality
 2020-04-18 17:46 UTC  (7+ messages)
` [Tarantool-patches] [PATCH V4 1/6] error: add custom error type
` [Tarantool-patches] [PATCH V4 6/6] error: add error MsgPack encoding

page:  |  | latest

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