Tarantool development patches archive
 help / color / mirror / Atom feed
[tarantool-patches] [PATCH] lua: return getaddrinfo() errors
 2019-07-23 12:39 UTC  (6+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH v2 1/2] "

[tarantool-patches] [PATCH] sql: check constraint name duplication
 2019-07-23 11:28 UTC 

[tarantool-patches] [PATCH] build: enable bundled libyaml for all systems
 2019-07-23  9:40 UTC  (4+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] Re[2]: "

[tarantool-patches] [PATCH] cmake: make sure yaml is built statically when used in tarantool
 2019-07-23  8:29 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] httpc: fix bug with segfault by wrong headers
 2019-07-23  7:48 UTC  (4+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] SQL TXN DDL
 2019-07-22 21:35 UTC  (8+ messages)
` [tarantool-patches] [PATCH 1/2] alter: do not access space in drop ck commit trigger
` [tarantool-patches] [PATCH 2/2] sql: transactional DDL
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/6] Introduce UNSIGNED type in SQL
 2019-07-22 19:17 UTC  (30+ messages)
` [tarantool-patches] [PATCH 3/6] sql: refactor arithmetic operations to support unsigned ints
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] sql: make built-in functions operate on unsigned values
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] sql: allow to specify UNSIGNED column type
  ` [tarantool-patches] "

[PATCH v3 0/4] box: functional indexes
 2019-07-22 14:45 UTC  (15+ messages)
` [PATCH v3 1/4] box: introduce key_def->is_multikey flag
  ` [tarantool-patches] "
` [PATCH v3 2/4] box: refactor key_validate_parts to return key_end
  ` [tarantool-patches] "
` [PATCH v3 3/4] box: introduce tuple_extra infrastructure
` [PATCH v3 4/4] box: introduce functional indexes in memtx
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v4 0/4] sql: do not show IDs generated by trigger
 2019-07-22 11:26 UTC  (12+ messages)
` [tarantool-patches] [PATCH v4 1/4] sql: remove unnecessary AUTOINCREMENT ID generation
` [tarantool-patches] [PATCH v4 2/4] sql: skip autoinc IDs generated inside SQL trigger
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 3/4] sql: remove VDBE from TXN
` [tarantool-patches] [PATCH v4 4/4] sql: do not increase row-count if INSERT or REPLACE failed
  ` [tarantool-patches] "
    ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: increase row_count when adding CHECK constraint
 2019-07-22 11:22 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] Initial box.cfg call logs changes now
 2019-07-22  9:22 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: improve vdbe_field_ref fetcher
 2019-07-22  8:45 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] net.box: ignore absence of _vcollation
 2019-07-20 19:07 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH 0/4] Support savepoints in DDL transactions
 2019-07-19 19:42 UTC  (7+ messages)
` [PATCH 1/4] Update small library
` [PATCH 2/4] txn: reverse commit trigger list only before running commit triggers
` [PATCH 3/4] txn: use savepoints to roll back statements on yield or error
` [PATCH 4/4] txn: undo commit/rollback triggers when reverting to savepoint
  ` [tarantool-patches] "

[PATCH small 0/2] small: add new rlist helpers
 2019-07-19 19:40 UTC  (5+ messages)
` [PATCH small 1/2] rlist: add unit test
` [PATCH small 2/2] rlist: add cut and reverse methods
` [tarantool-patches] Re: [PATCH small 0/2] small: add new rlist helpers

[PATCH] txn: don't unref stmt tuples before rollback triggers are run
 2019-07-19 19:36 UTC  (4+ messages)
  ` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v1] Test quota hangs on OSX
 2019-07-19 13:45 UTC 

[tarantool-patches] Re: [PATCH v1] test: need to run all test suites on OSX
 2019-07-19 13:44 UTC 

[PATCH] decimal: add methods truncate and set_scale
 2019-07-19 12:15 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[PATCH] Extend range of printable unicode characters
 2019-07-19 12:04 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v1] test: need ASAN testing in commit process
 2019-07-19 11:52 UTC 

[PATCH] test: fix another net.box failure
 2019-07-19  8:41 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: test suite for BOOLEAN
 2019-07-18 18:05 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: Fix UPDATE for types unknown to SQL
 2019-07-18 15:59 UTC  (8+ messages)
` [tarantool-patches] "

[PATCH] Extend range of printable unicode characters
 2019-07-18 11:38 UTC  (7+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] log: fix segfault on _say without filename
 2019-07-18 11:32 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: increase connection timeout in "net.box.test.lua"
 2019-07-18  4:27 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/3] sql: clean-up in case constraint creation failed
 2019-07-18  4:24 UTC  (6+ messages)
` [tarantool-patches] [PATCH v3 1/3] sql: add OP_SetDiag opcode in VDBE
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 3/3] sql: use common registers instead of temp. for constraints data
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v3 0/3] sql: clean-up in case constraint creation failed

[tarantool-patches] [PATCH 0/2] Make LIKE predicate dependent on collation
 2019-07-17 16:19 UTC  (5+ messages)
` [tarantool-patches] [PATCH 1/2] sql: remove "PRAGMA case_sensitive_like"
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: make LIKE predicate dependent on collation
  ` [tarantool-patches] "

[PATCH 0/5] Decimal indices
 2019-07-17 15:33 UTC  (6+ messages)
` [PATCH 1/5] decimal: fix decimal.round() when scale == 0
` [PATCH 2/5] decimal: allow to encode/decode decimals as MsgPack
` [PATCH 3/5] lua: allow to encode and decode decimals as msgpack
` [PATCH 4/5] decimal: add conversions to (u)int64_t
` [PATCH 5/5] decimal: allow to index decimals

[PATCH v2] auth: fix empty password authentication
 2019-07-17 14:49 UTC  (5+ messages)

[PATCH] ddl: fix vylog vs xlog sync for multi-statement transactions
 2019-07-17 11:43 UTC 

[tarantool-patches] Re: [PATCH 2/2 v2] sql: allow <COLLATE> only for string-like args
 2019-07-16 13:09 UTC  (2+ messages)

[tarantool-patches] [PATCH v3 0/4] sql: do not show IDs generated by trigger
 2019-07-15 17:59 UTC  (9+ messages)
` [tarantool-patches] [PATCH v3 1/4] sql: remove unnecessary AUTOINCREMENT ID generation
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 2/4] sql: do not show IDs generated by trigger
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v3 3/4] sql: remove VDBE from TXN
` [tarantool-patches] [PATCH v3 4/4] sql: do not show generated IDs if INSERT failed
  ` [tarantool-patches] "

[PATCH v2 0/3] Transactional DDL
 2019-07-15 16:23 UTC  (13+ messages)
` [PATCH v2 1/3] memtx: fix txn_on_yield for DDL transactions
` [PATCH v2 2/3] ddl: don't use space_index from AlterSpaceOp::commit,rollback
` [PATCH v2 3/3] ddl: allow to execute non-yielding DDL statements in transactions

[tarantool-patches] [PATCH v3 0/3] sql: clean-up in case constraint creation failed
 2019-07-15 15:16 UTC  (4+ messages)
` [tarantool-patches] [PATCH v3 1/3] sql: add OP_SetDiag opcode in VDBE
` [tarantool-patches] [PATCH v3 2/3] sql: clean-up in case constraint creation failed
` [tarantool-patches] [PATCH v3 3/3] sql: use common registers instead of temp. for constraints data

[tarantool-patches] [PATCH v1 1/1] sql: return lookaside system
 2019-07-15 14:42 UTC  (4+ messages)
` [tarantool-patches] "

[PATCH 0/5] JSON update preparation
 2019-07-13 22:11 UTC  (6+ messages)
` [PATCH 1/5] tuple: remove alloc and alloc_ctx args from update()
` [PATCH 2/5] rope: make rope library macro template
` [PATCH 3/5] tuple: relax struct tuple_update dependency on rope
` [PATCH 4/5] int96: add a missing header
` [PATCH 5/5] tuple: implement update by field name

[tarantool-patches] [PATCH v2 00/12] sql: uniform SQL and Lua functions subsystem
 2019-07-13 14:17 UTC  (24+ messages)
` [tarantool-patches] [PATCH v2 01/12] sql: get rid of SOUNDEX, MATCH
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 10/12] sql: refactor builtins signatures with port
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 02/12] sql: get rid of LIKELY, UNLIKELY and LIKEHOOD
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 03/12] sql: put analyze helpers to FuncDef cache
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 05/12] sql: replace bool is_derived_coll marker with flag
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 07/12] sql: move LIKE UConverter object to collation library
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 08/12] sql: rfc for SQL and Lua functions
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 09/12] box: introduce Lua persistent functions
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: introduce ADD CONSTRAINT CHECK statement
 2019-07-13 14:16 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v3 0/3] box/lua/console: Add initial support for lua output format
 2019-07-12 21:51 UTC  (9+ messages)
` [tarantool-patches] [PATCH 1/3] third_party/serpent: Add serpent repo
` [tarantool-patches] [PATCH 2/3] box/lua/console: Add support for lua output format
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] box/lua/console: Verify remote protocol for compatibility
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] box: do not check state in case of reconnect
 2019-07-12  9:08 UTC  (3+ messages)
` [tarantool-patches] "

[PATCH] box/memtx: Skip tuple memory from coredump by default
 2019-07-12  8:52 UTC  (3+ messages)
` [PATCH v2] "
` [tarantool-patches] [PATCH] "

[tarantool-patches] [PATCH] table: fix incorrect __metatable handling
 2019-07-11 11:05 UTC 

[tarantool-patches] [PATCH 0/3] Fix passing key with different from iterator's type
 2019-07-11  9:19 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: boolean introduction follow-ups
 2019-07-11  9:13 UTC  (2+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 1/1] sql: ANSI aliases for LENGTH()
 2019-07-11  7:48 UTC  (2+ messages)
` [tarantool-patches] "

page:  |  | latest

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