Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH] Move txn from shema to a separate module (use C API instead of FFI)
 2019-12-04 13:05 UTC  (16+ messages)

[Tarantool-patches] [PATCH v2 00/16] sql: prepared statements
 2019-12-04 12:13 UTC  (42+ messages)
` [Tarantool-patches] [PATCH v2 01/16] sql: remove sql_prepare_v2()
` [Tarantool-patches] [PATCH v2 02/16] sql: refactor sql_prepare() and sqlPrepare()
` [Tarantool-patches] [PATCH v2 03/16] sql: move sql_prepare() declaration to box/execute.h
` [Tarantool-patches] [PATCH v2 04/16] sql: rename sqlPrepare() to sql_compile()
` [Tarantool-patches] [PATCH v2 05/16] sql: move sql_finalize() to execute.h
` [Tarantool-patches] [PATCH v2 06/16] port: increase padding of struct port
` [Tarantool-patches] [PATCH v2 07/16] port: add dump format and request type to port_sql
` [Tarantool-patches] [PATCH v2 08/16] sql: resurrect sql_bind_parameter_count() function
` [Tarantool-patches] [PATCH v2 09/16] sql: resurrect sql_bind_parameter_name()
` [Tarantool-patches] [PATCH v2 10/16] sql: add sql_stmt_schema_version()
` [Tarantool-patches] [PATCH v2 11/16] sql: introduce sql_stmt_sizeof() function
` [Tarantool-patches] [PATCH v2 12/16] box: increment schema_version on ddl operations
` [Tarantool-patches] [PATCH v2 13/16] sql: introduce sql_stmt_query_str() method
` [Tarantool-patches] [PATCH v2 14/16] sql: introduce cache for prepared statemets
` [Tarantool-patches] [PATCH v2 15/16] box: introduce prepared statements

[Tarantool-patches] [PATCH v2] fio/coio: Handle partial writes
 2019-12-04 11:48 UTC  (4+ messages)

[Tarantool-patches] [PATCH 1/1] test: fix flaky box/gh-4627-session-use-after-free
 2019-12-04 11:35 UTC  (2+ messages)

[Tarantool-patches] [PATCH] fio/coio: Handle partial writes
 2019-12-04  9:44 UTC  (2+ messages)

[Tarantool-patches] [PATCH] lib: fix comment in coio_task.h
 2019-12-03 21:59 UTC 

[Tarantool-patches] [PATCH] Add a cancellation guard to cpipe flush callback
 2019-12-03 18:02 UTC  (2+ messages)

[Tarantool-patches] [PATCH] Stack use after scope
 2019-12-03 12:53 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] gitlab-ci: add script for VBOX VMs orchestrate
 2019-12-03 10:34 UTC 

[Tarantool-patches] [PATCH v2] build: add Fedora 31 into CI / CD
 2019-12-03  5:59 UTC 

[Tarantool-patches] [PATCH] vinyl: prohibit vinyl_level_size_ratio less than two
 2019-12-02 16:11 UTC 

[Tarantool-patches] [PATCH] box: remove unicode_ci for functions
 2019-12-02 14:49 UTC  (7+ messages)

[Tarantool-patches] [PATCH v3 0/4] fix box_set_replication issues & stabilize quorum test
 2019-12-02 11:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH v5 0/8] refactoring: remove exceptions from triggers follow-ups
 2019-12-02  7:41 UTC  (16+ messages)
` [Tarantool-patches] [PATCH v5 2/8] refactoring: specify struct name in allocation diagnostics
` [Tarantool-patches] [PATCH v5 3/8] refactoring: recombine error conditions in triggers
` [Tarantool-patches] [PATCH v5 4/8] refactoring: set diagnostics if sequence_by_id fails
` [Tarantool-patches] [PATCH v5 5/8] refactoring: clear triggers from fresh exceptions
` [Tarantool-patches] [PATCH v5 6/8] refactoring: update comment for index_def_check_tuple
` [Tarantool-patches] [PATCH v5 7/8] refactoring: remove redundant line in txn_alter_trigger_new
` [Tarantool-patches] [PATCH v5 8/8] refactoring: remove try..catch wrapper around trigger->run

[Tarantool-patches] [PATCH] fold: keep type of emitted CONV in sync with its mode
 2019-12-02  7:03 UTC 

[Tarantool-patches] [PATCH decNumber 1/1] Fix build on Mac with gcc and XCode 11
 2019-12-01 21:01 UTC 

[Tarantool-patches] [PATCH 1/1] Fix build on Mac with gcc and XCode 11
 2019-12-01 20:59 UTC 

[Tarantool-patches] [PATCH 0/5] popen: Add ability to run external process
 2019-11-30 20:36 UTC  (33+ messages)
` [Tarantool-patches] [PATCH 1/5] popen: Introduce a backend engine
` [Tarantool-patches] [PATCH 2/5] lua/fio: Add lbox_fio_push_error as a separate helper
` [Tarantool-patches] [PATCH 3/5] popen/fio: Merge popen engine into fio internal module
` [Tarantool-patches] [PATCH 4/5] popen/fio: Implement lua interface for a popen object
` [Tarantool-patches] [PATCH 5/5] test: Add app/popen test

[Tarantool-patches] [PATCH v2] tuple: fix non-informative update() error message
 2019-11-30  1:04 UTC  (6+ messages)

[Tarantool-patches] [PATCH v2 0/2] Add constraint names hash table to space
 2019-11-30  1:03 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 1/2] box: introduce constraint names hash table
` [Tarantool-patches] [PATCH v2 2/2] sql: make constraint operations transactional

[Tarantool-patches] [PATCH] Memtx_tuple_delete used heap after free
 2019-11-29 21:39 UTC 

[Tarantool-patches] [PATCH] Msgpackffi considers msgpack.cfg options now
 2019-11-29 21:09 UTC  (3+ messages)

[Tarantool-patches] [PATCH] clear terminal state on panic
 2019-11-29 14:53 UTC  (10+ messages)

[Tarantool-patches] [PATCH v1] build: fix unit tests build with lrt
 2019-11-29  7:12 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2] build: fix unit tests build with lrt
 2019-11-29  7:06 UTC 

[Tarantool-patches] [PATCH v1] build: fix unit tests build with lrt
 2019-11-29  7:05 UTC 

[Tarantool-patches] [PATCH v4 0/2] Introduce _vsession_settings sysview
 2019-11-28 22:56 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v4 1/2] sysview: make get() and create_iterator() methods virtual
` [Tarantool-patches] [PATCH v4 2/2] box: introduce _vsession_settings sysview

[Tarantool-patches] [PATCH 0/6] sql: extend response metadata
 2019-11-28 22:55 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/6] sql: refactor resulting set metadata
` [Tarantool-patches] [PATCH 2/6] sql: fix possible null dereference in sql_expr_coll()
` [Tarantool-patches] [PATCH 3/6] sql: extend result set with collation
` [Tarantool-patches] [PATCH 4/6] sql: extend result set with nullability
` [Tarantool-patches] [PATCH 5/6] sql: extend result set with autoincrement
` [Tarantool-patches] [PATCH 6/6] sql: extend result set with alias

[Tarantool-patches] [PATCH 0/5] Introduce SQL SET statement
 2019-11-28 15:52 UTC  (21+ messages)
` [Tarantool-patches] [PATCH 2/5] sql: remove PRAGMA "short_column_names"
` [Tarantool-patches] [PATCH 3/5] temporary: disable boolean.test.sql
` [Tarantool-patches] [PATCH 4/5] sql: replace control pragmas by SET
` [Tarantool-patches] [PATCH 5/5] sql: refactor PRAGMA-related code

[Tarantool-patches] [PATCH v5 1/8] refactoring: wrap new operator calls in triggers
 2019-11-28 15:26 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 1/1] lua: allow to push -2^63 in INTEGER field
 2019-11-28 14:11 UTC 

[Tarantool-patches] [PATCH v3] build: enable LUAJIT_ENABLE_PAIRSMM by default
 2019-11-28 10:23 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 0/5] Replace control pragmas by SET
 2019-11-28  8:59 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v3 3/5] sql: introduce SET statement

[Tarantool-patches] [PATCH v2] box: frommap() bug fix
 2019-11-27 23:40 UTC  (4+ messages)
` [Tarantool-patches] [PATCH v2] build: GCC warning on strncpy

[Tarantool-patches] [PATCH v4 0/2] introduce _vsession_settings sysview
 2019-11-27 23:14 UTC  (13+ messages)
` [Tarantool-patches] [PATCH v4 2/2] box: "

[Tarantool-patches] [PATCH 1/1] test: fix flaky replication/gh-* tests
 2019-11-27 22:30 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/2] Module is not unloaded on function drop
 2019-11-27 22:24 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 2/2] func: fix not unloading of unused modules

[Tarantool-patches] [PATCH v2] build: enables LUAJIT_ENABLE_PAIRSMM by default
 2019-11-27 16:48 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] test: adjust the test name related to PAIRSMM flag
 2019-11-27 16:34 UTC 

[Tarantool-patches] [PATCH] test: adjust the test name related to PAIRSMM flag
 2019-11-27 15:50 UTC  (3+ messages)

[Tarantool-patches] [PATCH v1] build: fix static build
 2019-11-27 12:33 UTC 

[Tarantool-patches] [PATCH v1] build: fix static build
 2019-11-27 11:01 UTC 

page:  |  | latest

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