[Tarantool-patches] [PATCH v2] Add exclude option
2019-10-18 5:54 UTC
[Tarantool-patches] [PATCH 1/1] replication: auto reconnect if password is invalid
2019-10-17 22:43 UTC (3+ messages)
` [Tarantool-patches] [tarantool-patches] "
[Tarantool-patches] [PATCH 1/1] console: fix usage of an undeclared variable
2019-10-17 21:31 UTC (12+ messages)
` [Tarantool-patches] [tarantool-patches] "
[Tarantool-patches] [PATCH v1 1/1] sql: fix fk violation for autoincremented field
2019-10-17 19:20 UTC (3+ messages)
` [Tarantool-patches] [tarantool-patches] "
[Tarantool-patches] [tarantool-patches] [PATCH v4 1/4] box: add an ability to disable CK constraints
2019-10-17 16:28 UTC (18+ messages)
` [Tarantool-patches] [tarantool-patches] "
` [Tarantool-patches] [tarantool-patches] [PATCH v4 2/4] sql: "
` [Tarantool-patches] [tarantool-patches] "
` [Tarantool-patches] [tarantool-patches] [PATCH v4 4/4] sql: use name instead of function pointer for UDF
` [Tarantool-patches] [tarantool-patches] "
` [Tarantool-patches] [tarantool-patches] Re: [PATCH v4 3/4] box: do not evaluate ck constraints on recovery
[Tarantool-patches] [PATCH v1 0/5] Replace control pragmas by SET
2019-10-17 14:40 UTC (6+ messages)
` [Tarantool-patches] [PATCH v1 1/5] sysview: make get() and create_iterator() methods virtual
` [Tarantool-patches] [PATCH v1 2/5] box: introduce _vsql_settings sysview
` [Tarantool-patches] [PATCH v1 3/5] sql: create SET command
` [Tarantool-patches] [PATCH v1 4/5] temporary: disable boolean.test.sql
` [Tarantool-patches] [PATCH v1 5/5] sql: replace control pragmas
[Tarantool-patches] [PATCH v2] refactoring: wrap lua_newthread using luaT_cpcall
2019-10-17 14:09 UTC (4+ messages)
` [Tarantool-patches] [tarantool-patches] "
[Tarantool-patches] [PATCH 0/2] box/console: Fix hang on remote console enter
2019-10-17 13:01 UTC (2+ messages)
[Tarantool-patches] [tarantool-patches] Re: [PATCH v1 1/3] sql: errors for UDFs returning too many values
2019-10-17 12:51 UTC (5+ messages)
` [Tarantool-patches] [tarantool-patches] Re: [PATCH v1 2/3] sql: better LUA arguments conversion for UDFs
[Tarantool-patches] [PATCH v1 0/9] schema: rework _trigger space
2019-10-17 7:44 UTC (31+ messages)
` [Tarantool-patches] [PATCH v1 1/9] sql: remove redundant pointer in TriggerStep
` [Tarantool-patches] [tarantool-patches] "
` [Tarantool-patches] [PATCH v1 2/9] box: rename struct trigger to lua_trigger
` [Tarantool-patches] [PATCH v1 3/9] box: introduce trigger_event_manipulation enum
` [Tarantool-patches] [PATCH v1 4/9] box: introduce trigger_action_timing enum
` [Tarantool-patches] [PATCH v1 5/9] sql: use rlist to organize triggers in a list
` [Tarantool-patches] [PATCH v1 6/9] sql: rework CREATE TABLE rule in parser
` [Tarantool-patches] [PATCH v1 7/9] sql: wrap all ASTs in sql_trigger_expr structure
` [Tarantool-patches] [PATCH v1 8/9] sql: inherit sql_trigger from a new trigger class
` [Tarantool-patches] [PATCH v1 9/9] schema: rework _trigger system space
` [Tarantool-patches] [tarantool-patches] [PATCH v1 0/9] schema: rework _trigger space
` [Tarantool-patches] [tarantool-patches] "
[Tarantool-patches] [PATCH 1/1] test: replication/misc cleanup box.cfg.replication
2019-10-17 6:28 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/2] box/console: Fix hang on remote console enter
2019-10-16 21:35 UTC (3+ messages)
` [Tarantool-patches] [PATCH 1/2] box/console: Move param handlers into file scope
` [Tarantool-patches] [PATCH 2/2] box/console: Test for exact command before setting eos
[tarantool-patches] [PATCH 1/1] box: raise an error on nil replicaset and instance uuid
2019-10-16 0:12 UTC (4+ messages)
` [tarantool-patches] "
` [Tarantool-patches] "
[Tarantool-patches] [PATCH test-run 1/1] Wait_upstream/downstream should be ready to nil info
2019-10-15 23:23 UTC (4+ messages)
` [Tarantool-patches] [tarantool-patches] "
[Tarantool-patches] [PATCH] refactoring: wrap lua_newthread with luaT_cpcall
2019-10-15 21:16 UTC (2+ messages)
[Tarantool-patches] [PATCH] replication: cancel replica joining thread at exit
2019-10-15 15:50 UTC
[Tarantool-patches] [tarantool-patches] Re: [PATCH v3 4/4] sql: use name instead of function pointer for UDF
2019-10-14 17:10 UTC
[Tarantool-patches] [PATCH] sql: print line and column number in error message
2019-10-14 15:47 UTC
[tarantool-patches] [PATCH v1 1/1] sql: change the way to set AUTOINCREMENT
2019-10-14 12:28 UTC (4+ messages)
` [tarantool-patches] "
` [Tarantool-patches] [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/4] Serializer bugs
2019-09-13 22:32 UTC (16+ messages)
` [tarantool-patches] [PATCH v2 1/4] app: serializers update now is reflected in Lua
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/4] msgpack: make msgpackffi use encode_max_depth option
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/4] tuple: use global msgpack serializer in Lua tuple
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 4/4] app: allow to raise an error on too nested tables
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/4] Serializer bugs
[tarantool-patches] [PATCH] sql: swap FK masks during altering of space
2019-09-13 19:08 UTC
[tarantool-patches] [PATCH] sql: add check for <WITH> absence in <CREATE VIEW>
2019-09-13 14:57 UTC (11+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1] build: libcurl needs openssl111 on FreeBSD
2019-09-13 13:06 UTC
[PATCH v2] relay: join new replicas off read view
2019-09-13 8:19 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] Re: [server-dev] [PATCH] lua: pwd: split data fetch from deserialization
2019-09-13 8:15 UTC (2+ messages)
[tarantool-patches] [PATCH v1 1/1] box: fix compilation with old gcc
2019-09-13 8:08 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] msgpackffi.decode can now be assigned to buf.rpos
2019-09-12 17:44 UTC
[tarantool-patches] [PATCH v2 0/3] sql: fixes for ck constraints involving a function
2019-09-12 14:15 UTC (8+ messages)
` [tarantool-patches] [PATCH v2 1/3] box: an ability to disable CK constraints
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/3] sql: disallow ck using non-persistent function
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/3] sql: use name instead of function pointer for UDF
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] sql: test suite for BOOLEAN
2019-09-12 5:12 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [sergepetrenko@tarantool.org: [server-dev] [PATCH] replication: disallow bootstrap of read-only masters]
2019-09-12 4:54 UTC
[tarantool-patches] [PATCH 1/1] luajit: fix string.find recording
2019-09-11 18:23 UTC (3+ messages)
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/1] Move luajit-related tests to luajit repo
2019-09-11 18:22 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/1] test: move luajit-tap suite "
` [tarantool-patches] "
` [tarantool-patches] Re[2]: [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/1] Move luajit-related tests "
[tarantool-patches] [PATCH v3 0/5] refactoring: remove exceptions from triggers
2019-09-11 13:05 UTC (6+ messages)
` [tarantool-patches] [PATCH v3 1/5] refactoring: remove exceptions from triggers except alter.cc
` [tarantool-patches] [PATCH v3 2/5] refactoring: remove exceptions from used in alter.cc outer functions
` [tarantool-patches] [PATCH v3 3/5] refactoring: replace exceptions in most alter.cc functions
` [tarantool-patches] [PATCH v3 4/5] refactoring: remove obvious exceptions in alter.cc
` [tarantool-patches] [PATCH v3 5/5] refactoring: replace remaining exceptions in alter.cc & update comments
[tarantool-patches] [PATCH v2 0/2] sql: add ARRAY, MAP and ANY types to mem_apply_type()
2019-09-11 9:25 UTC (11+ messages)
` [tarantool-patches] [PATCH v2 2/2] sql: fix error in case ARRAY/MAP converted to SCALAR
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 1/1] sql: check argument types for SQL built-in functions
2019-09-11 7:01 UTC
[tarantool-patches] [PATCH 0/2] Re: [PATCH] sql: Change token/opcode relation assertions to static
2019-09-10 23:14 UTC (3+ messages)
` [tarantool-patches] [PATCH 2/2] Group assertions and move them out of functions
` [tarantool-patches] "
[tarantool-patches] [PATCH 1/1] app: exit gracefully when a main script throws an error
2019-09-10 22:00 UTC
[tarantool-patches] Re: [PATCH v1 1/1] sql: disallow ck using non-persistent function
2019-09-10 21:22 UTC
[tarantool-patches] [PATCH 1/1] Deprecate box.cfg.rows_per_wal option
2019-09-10 20:25 UTC
[tarantool-patches] [PATCH] sql: remove ENGINE from list of reserved keywords
2019-09-10 20:20 UTC
[tarantool-patches] [PATCH] CBUS: fix cbus_unpair behavior
2019-09-10 18:58 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/2] Deprecate rows_per_wal
2019-09-10 18:50 UTC (6+ messages)
` [tarantool-patches] [PATCH 1/2] wal: deprecate rows_per_wal in favour of wal_max_size
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] wal: drop rows_per_wal option
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/1] Move luajit-related tests to luajit repo
2019-09-10 15:55 UTC (5+ messages)
` [tarantool-patches] [PATCH 1/1] test: add tests from tarantool source tree
` [tarantool-patches] "
` [tarantool-patches] Re[2]: [tarantool-patches] "
[tarantool-patches] [PATCH] recovery: build secondary index in hot standby mode
2019-09-10 14:40 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] socket: better args handling for connect()/bind()
2019-09-10 12:58 UTC
[tarantool-patches] [PATCH] lua: return getaddrinfo() errors
2019-09-10 12:54 UTC (10+ messages)
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 1/2] "
` [tarantool-patches] Re: [server-dev] "
[tarantool-patches] [PATCH v2 0/2] take getaddrinfo() errors into account
2019-09-10 12:52 UTC (7+ messages)
` [tarantool-patches] [PATCH v2 2/2] say: "
` [tarantool-patches] "
[tarantool-patches] [PATCH v3 0/6] box/console: Improve lua mode for remote console
2019-09-10 3:59 UTC (10+ messages)
` [tarantool-patches] [PATCH 1/6] box/console: Add mapping for direct symbols
` [tarantool-patches] "
` [tarantool-patches] "
` [tarantool-patches] Re[2]: [tarantool-patches] "
` [tarantool-patches] [PATCH 2/6] box/console: Add explicit output EOS mapping
` [tarantool-patches] [PATCH 3/6] box/console: Refactor command handling
` [tarantool-patches] [PATCH 4/6] box/console: Fix hang in remote console lua mode
` [tarantool-patches] [PATCH 5/6] box/console: Provide console.eos() api
` [tarantool-patches] [PATCH 6/6] box/console: Rename output_parse to parse_output
[tarantool-patches] [PATCH v2] http: add CURLOPT_ACCEPT_ENCODING option
2019-09-09 19:44 UTC
[tarantool-patches] [PATCH v3 0/6] box: stacked diagnostics area in fiber
2019-09-09 19:44 UTC (5+ messages)
` [tarantool-patches] [PATCH v3 1/6] box: rfc for stacked diagnostic area in Tarantool
` [tarantool-patches] "
[tarantool-patches] [PATCH 0/4] Serializer bugs
2019-09-09 18:57 UTC (4+ messages)
` [tarantool-patches] [PATCH 3/4] tuple: use global msgpack serializer in Lua tuple
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/4] Serializer bugs
[tarantool-patches] [PATCH] initial version: remove savepoints from FFI
2019-09-09 12:06 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] lua_cjson: fix segfault on recursive table encoding
2019-09-09 8:03 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH 1/1] wal: deprecate wal_max_rows in favour of wal_max_size
2019-09-07 13:59 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] Re: [PATCH v1 1/1] lua_cjson: fix segfault on recursive table encoding
2019-09-07 11:50 UTC
[tarantool-patches] [PATCH] relay: send heartbeats while skipping WALs already applied by replica
2019-09-06 8:31 UTC (3+ messages)
` [tarantool-patches] "
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