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

[PATCH v5 0/3] box: functional indexes
 2019-07-26 12:15 UTC  (5+ messages)
` [PATCH v5 1/3] box: introduce opts.is_multikey function option
` [PATCH v5 2/3] box: introduce tuple_chunk infrastructure
` [PATCH v5 3/3] box: introduce func_index

[PATCH v5 0/3] box: functional indexes
 2019-07-26 10:10 UTC  (10+ messages)
` [PATCH v5 1/3] box: introduce opts.is_multikey function option
` [PATCH v5 2/3] box: introduce tuple_chunk infrastructure
` [PATCH v5 3/3] box: introduce func_index

[tarantool-patches] [PATCH v1] Revert "travis-ci: freeze curl version on 7.65.0"
 2019-07-26  9:12 UTC 

[tarantool-patches] Re: [PATCH v1] test: upgrade curl to 7.65.3 or newer version
 2019-07-26  9:06 UTC  (2+ messages)
  ` [tarantool-patches] Re[2]: "

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

[tarantool-patches] [PATCH 0/5] Introduce VARBINARY in SQL
 2019-07-25 22:12 UTC  (10+ messages)
` [tarantool-patches] [PATCH 1/5] sql: always erase numeric flag after stringifying
` [tarantool-patches] [PATCH 2/5] sql: fix resulting type calculation for CASE-WHEN stmt
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/5] sql: use 'varbinary' as a name of type instead of 'blob'
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] sql: make built-ins raise errors for varbin args
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] sql: introduce VARBINARY column type
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1] LTO build fails on warning message
 2019-07-25 14:44 UTC 

[tarantool-patches] [PATCH] httpc: fix bug with segfault by wrong headers
 2019-07-25 14:35 UTC  (5+ messages)
  ` [tarantool-patches] "

[PATCH small 0/2] small: add new rlist helpers
 2019-07-25 14:31 UTC  (7+ 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

[tarantool-patches] [PATCH] Output of fiber.info will contain only non-idle fibers
 2019-07-25 13:02 UTC  (7+ messages)
` [tarantool-patches] "

[PATCH] httpc: fix redirection on libcurl-7.30 and older
 2019-07-25 12:46 UTC  (2+ messages)

[PATCH 0/3] Fix crash on rollback of mixed DML/DDL transaction
 2019-07-25 12:11 UTC  (12+ messages)
` [PATCH 1/3] vinyl: use update_def index method to update vy_lsm on ddl
  ` [tarantool-patches] "
` [PATCH 2/3] vinyl: move unique check optimization setup to the space level
  ` [tarantool-patches] "
` [PATCH 3/3] alter: fix rollback in case DDL and DML are used in the same transaction
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] luajit: fold machinery misbehaves
 2019-07-25 12:05 UTC 

[tarantool-patches] [PATCH] Test for LuaJIT fold machinery incorrect behavior
 2019-07-25 12:05 UTC 

[tarantool-patches] [PATCH 0/2] SQL TXN DDL
 2019-07-25 12:04 UTC  (11+ 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 v1] travis-ci: found wrong global environment setup
 2019-07-25 11:34 UTC 

[tarantool-patches] [PATCH v2] travis-ci: fix OSX max files limits
 2019-07-25 11:33 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v4 0/4] box: functional indexes
 2019-07-25 11:22 UTC  (22+ messages)
` [PATCH v4 1/4] box: introduce tuple_chunk infrastructure
` [PATCH v4 2/4] box: generalize memtx_multikey_tree methods
` [PATCH v4 3/4] box: refactor memtx_tree_delete_identical
` [PATCH v4 4/4] box: introduce functional indexes
  ` [tarantool-patches] "
    ` [tarantool-patches] "
` [tarantool-patches] [PATCH v4 4/5] box: fix memtx_tree_index_build_array_deduplicate

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

[tarantool-patches] [PATCH] third_party/serpent: Use https for travis sake
 2019-07-25  8:14 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] sql: add ARRAY, MAP and ANY types to mem_apply_type()
 2019-07-24 23:30 UTC  (6+ messages)
` [tarantool-patches] [PATCH v2 1/2] "
` [tarantool-patches] [PATCH v2 2/2] sql: fix error in case ARRAY/MAP converted to SCALAR
  ` [tarantool-patches] "

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

[tarantool-patches] [PATCH] net.box: ignore absence of _vcollation
 2019-07-24 22:43 UTC  (5+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v1] travis-ci: fix OSX max files limits
 2019-07-24 21:40 UTC  (2+ messages)

[tarantool-patches] [PATCH 0/2] Make LIKE predicate dependent on collation
 2019-07-24 21:02 UTC  (7+ 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] "

[tarantool-patches] [PATCH] Initial box.cfg call logs changes now
 2019-07-24 18:28 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH] sql: fix type in meta for unsigned binding
 2019-07-24 18:23 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 0/5] box/lua/console: Add initial support for lua output format
 2019-07-24 17:35 UTC  (14+ messages)
` [tarantool-patches] [PATCH 1/5] third_party/serpent: Add serpent repo
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/5] box/lua/console: Add support for lua output format
` [tarantool-patches] [PATCH 3/5] box/lua/console: Don't serialize function body
` [tarantool-patches] [PATCH 4/5] box/lua/console: Provide output_default function to setup default output
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] box/lua/console: Limit lua output for local sessions only
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v4 0/5] box/lua/console: Add initial support for lua output format

[tarantool-patches] [PATCH 0/6] Introduce UNSIGNED type in SQL
 2019-07-24 17:09 UTC  (19+ messages)
` [tarantool-patches] [PATCH 5/6] sql: introduce extended range for INTEGER type
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 6/6] sql: allow to specify UNSIGNED column type
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/6] Introduce UNSIGNED type in SQL

[tarantool-patches] [PATCH v1 1/1] sql: increase row_count when adding CHECK constraint
 2019-07-24 14:10 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v4 0/4] sql: do not show IDs generated by trigger
 2019-07-24 13:55 UTC  (7+ messages)
` [tarantool-patches] [PATCH v4 4/4] sql: do not increase row-count if INSERT or REPLACE failed
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v4 0/4] sql: do not show IDs generated by trigger

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

[tarantool-patches] [PATCH] cmake: make sure yaml is built statically when used in tarantool
 2019-07-24 12:02 UTC  (3+ messages)
` [tarantool-patches] "

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

[PATCH] decimal: add methods truncate and set_scale
 2019-07-24 11:42 UTC  (4+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH] build: enable bundled libyaml for all systems
 2019-07-24  8:03 UTC  (6+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] Re[2]: "
      ` [tarantool-patches] Re: [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/2] take getaddrinfo() errors into account
 2019-07-23 14:52 UTC  (3+ messages)
` [tarantool-patches] [PATCH v2 2/2] say: "
  ` [tarantool-patches] "

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

[PATCH v3 0/4] box: functional indexes
 2019-07-22 14:45 UTC  (3+ messages)
` [PATCH v3 4/4] box: introduce functional indexes in memtx

[tarantool-patches] [PATCH v1 1/1] sql: improve vdbe_field_ref fetcher
 2019-07-22  8:45 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