[Tarantool-patches] [PATCH v1 0/9] schema: rework _trigger space
2019-10-16 20:27 UTC (26+ 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] [tarantool-patches] [PATCH v4 1/4] box: add an ability to disable CK constraints
2019-10-16 18:10 UTC (13+ 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 v1 1/3] sql: errors for UDFs returning too many values
2019-10-16 14:10 UTC (4+ messages)
` [Tarantool-patches] [tarantool-patches] Re: [PATCH v1 2/3] sql: better LUA arguments conversion for UDFs
[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 1/1] test: replication/misc cleanup box.cfg.replication
2019-10-13 15:51 UTC
[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 (11+ messages)
` [tarantool-patches] [PATCH v3 1/6] box: rfc for stacked diagnostic area in Tarantool
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/6] box: rename diag_add_error to diag_set_error
` [tarantool-patches] [PATCH v3 3/6] box: introduce stacked diagnostic area
` [tarantool-patches] [PATCH v3 4/6] box: extend box.error.new({}) API
` [tarantool-patches] [PATCH v3 5/6] iproto: refactor error encoding with mpstream
` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 6/6] iproto: support stacked diagnostics for errors
[tarantool-patches] [PATCH 0/4] Serializer bugs
2019-09-09 18:57 UTC (7+ messages)
` [tarantool-patches] [PATCH 1/4] app: serializers update now is reflected in Lua
` [tarantool-patches] [PATCH 2/4] msgpack: make msgpackffi use encode_max_depth option
` [tarantool-patches] [PATCH 3/4] tuple: use global msgpack serializer in Lua tuple
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/4] app: allow to raise an error on too nested tables
` [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] "
[tarantool-patches] [PATCH 0/1] Follow up for string.find recording fix
2019-09-05 17:57 UTC
[tarantool-patches] [PATCH v2 0/5] box/console: Improve lua mode for remote console
2019-09-04 7:12 UTC (12+ messages)
` [tarantool-patches] [PATCH 1/5] box/console: Add mapping for direct symbols
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/5] box/console: Add explicit output EOS mapping
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] box/console: Fix hang in remote console lua mode
` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] box/console: Provide console.eos() api
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/6] refactoring: remove exceptions from triggers
2019-09-02 11:53 UTC (4+ messages)
` [tarantool-patches] [PATCH v2 3/6] refactoring: replace most obvious exceptions in alter.cc
` [tarantool-patches] "
` [tarantool-patches] Re[2]: [PATCH v2] refactoring: remove exceptions from triggers
[tarantool-patches] [PATCH v1] test: avoid of too long running sql-tap tests
2019-09-02 11:22 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 0/8] JSON updates
2019-08-31 21:35 UTC (9+ messages)
` [tarantool-patches] [PATCH v2 1/8] tuple: expose JSON go_to_key and go_to_index functions
` [tarantool-patches] [PATCH v2 2/8] tuple: rework updates to improve code extendibility
` [tarantool-patches] [PATCH v2 3/8] json: lexer_eof and token_cmp helper functions
` [tarantool-patches] [PATCH v2 4/8] tuple: account the whole array in field.data and size
` [tarantool-patches] [PATCH v2 5/8] tuple: enable JSON bar updates
` [tarantool-patches] [PATCH v2 6/8] tuple: make update operation tokens consumable
` [tarantool-patches] [PATCH v2 7/8] tuple: JSON updates support intersection by arrays
` [tarantool-patches] [PATCH v2 8/8] tuple: JSON updates support intersection by maps
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