[tarantool-patches] [PATCH v1 00/10] sql: remove box.sql.execute
2018-11-17 14:03 UTC (6+ messages)
` [tarantool-patches] [PATCH v1 01/10] box: store sql text and length in sql_request
` [tarantool-patches] [PATCH v1 02/10] iproto: remove iproto functions from execute.c
` [tarantool-patches] [PATCH v1 03/10] iproto: replace obuf by mpstream in execute.c
` [tarantool-patches] [PATCH v1 04/10] sql: create interface vstream
` [tarantool-patches] [PATCH v1 05/10] sql: EXPLAIN through net.box leads to SEGFAULT
[tarantool-patches] [PATCH v1 0/2] box: functional and multikey indexes
2018-11-17 13:16 UTC (2+ messages)
` [tarantool-patches] [PATCH v1 1/2] box: refactor index termination on space drop
[PATCH] vinyl: do not apply run_count_per_level to the last level
2018-11-16 17:00 UTC
[PATCH] test: update test-run
2018-11-16 15:41 UTC (4+ messages)
` Re[2]: "
[tarantool-patches] [PATCH] jdbc: add connection timeout configuration and handling
2018-11-15 17:22 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Disable triggers for _collation during bootstrap
2018-11-15 15:04 UTC
[tarantool-patches] [PATCH v2 0/2] sql: proper check for index in sqlite3Insert()
2018-11-15 13:47 UTC (6+ messages)
` [tarantool-patches] [PATCH v2 1/2] "
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] sql: remove space_column_default_expr()
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] sql: proper check for index in sqlite3Insert()
[tarantool-patches] [PATCH v2 1/1] box: restore region after box.snapshot()
2018-11-15 11:25 UTC (3+ messages)
[tarantool-patches] [PATCH v2 0/3] Change collation compatibility rules according to ANSI SQL
2018-11-15 11:24 UTC (12+ messages)
` [tarantool-patches] [PATCH v2 1/3] sql: do not add explicit <COLLATE "BINARY"> clause
` [tarantool-patches] [PATCH v2 2/3] Introduce "none" and "binary" collations
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/3] sql: change collation compatibility rules
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/3] Change collation compatibility rules according to ANSI SQL
[PATCH] travis: add Ubuntu 18.10 Cosmic Cuttlefish
2018-11-15 5:09 UTC (3+ messages)
[tarantool-patches] [PATCH v2 0/4] Introduce row_count() function
2018-11-15 5:06 UTC (13+ messages)
` [tarantool-patches] [PATCH v2 1/4] sql: don't increment row count on FK creation within CREATE TABLE
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/4] sql: account REPLACE as two row changes
` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 3/4] sql: remove total_changes() function
` [tarantool-patches] [PATCH v2 4/4] sql: rename changes() to row_count()
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/4] Introduce row_count() function
[tarantool-patches] [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
2018-11-15 4:57 UTC (19+ messages)
` [tarantool-patches] [PATCH 2/2] sql: remove GLOB from Tarantool
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] sql: pattern comparison fixes & GLOB removal
[tarantool-patches] [PATCH 0/2] Re-implement rowid generation for ephemeral spaces
2018-11-15 4:54 UTC (11+ messages)
` [tarantool-patches] [PATCH 1/2] space: add method to fetch next rowid
` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] sql: use vtab::rowid_next() instead of index_max()
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Re-implement rowid generation for ephemeral spaces
[tarantool-patches] Re: [PATCH 1/2] sql: LIKE & GLOB pattern comparison issue
2018-11-14 17:06 UTC (15+ messages)
[tarantool-patches] [PATCH v1 1/1] sql: proper check for index in vdbe_emit_constraint_checks()
2018-11-14 11:07 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] Return valid lua error for func creation error
2018-11-13 11:47 UTC (3+ messages)
` [tarantool-patches] "
[PATCH] box: ensure fiber processing box.cfg doesn't process messages from iproto
2018-11-13 9:31 UTC (4+ messages)
[tarantool-patches] [PATCH 0/3] Change collation compatibility rules according to ANSI SQL
2018-11-12 23:46 UTC (16+ messages)
` [tarantool-patches] [PATCH 2/3] Add surrogate ID for BINARY collation
` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/3] sql: change collation compatibility rules
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] box: restore region after box.snapshot()
2018-11-12 13:03 UTC (4+ messages)
` [tarantool-patches] "
[PATCH v1 1/1] sql: refresh result-file of sql/iproto.test.lua
2018-11-09 18:36 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v8 0/3] sql: return all generated ids via IPROTO
2018-11-09 8:02 UTC (18+ messages)
` [tarantool-patches] [PATCH v8 1/3] box: factor fiber_gc out of txn_commit
` [tarantool-patches] "
` [tarantool-patches] [PATCH v8 2/3] sql: return all generated ids via IPROTO
` [tarantool-patches] "
` [tarantool-patches] [PATCH v8 3/3] sql: remove psql_txn from Vdbe
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v8 0/3] sql: return all generated ids via IPROTO
[tarantool-patches] [PATCH] test: disable show_reproduce_content for sql-tap
2018-11-07 21:00 UTC (3+ messages)
` [tarantool-patches] "
` Re[2]: "
[tarantool-patches] [PATCH v2] Return valid lua error for func creation error
2018-11-07 7:40 UTC
[PATCH v5 00/12] box: indexes by JSON path
2018-11-06 12:15 UTC (20+ messages)
` [PATCH v5 11/12] box: introduce offset slot cache in key_part
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v5 12/12] box: specify indexes in user-friendly form
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v5 02/12] box: introduce key_def_parts_are_sequential
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v5 04/12] box: introduce tuple_format_add_key_part
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v5 05/12] lib: implement JSON tree class for json library
` [tarantool-patches] "
` [tarantool-patches] "
` [PATCH v5 07/12] lib: introduce json_path_normalize routine
` [tarantool-patches] "
` [tarantool-patches] "
[tarantool-patches] [PATCH v4] box: fixed comparison of old and new config options
2018-11-05 8:57 UTC
[tarantool-patches] [PATCH 0/3] Fix FreeBSD build
2018-11-03 6:23 UTC (5+ messages)
` [tarantool-patches] [PATCH 1/3] Update README.FreeBSD
` [tarantool-patches] [PATCH 2/3] Add <netinet/in.h> include on FreeBSD
` [tarantool-patches] [PATCH 3/3] Make libdl.so optional (for FreeBSD prior to 11.2)
[tarantool-patches] [PATCH 0/6] Introduce strict typing for SQL
2018-11-03 2:41 UTC (18+ messages)
` [tarantool-patches] [PATCH 3/6] sql: pass true types of columns to Tarantool
` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/6] sql: enforce implicit type conversions
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/6] Introduce strict typing for SQL
[tarantool-patches] [PATCH v1 1/1] box: wrong is_nullable for multiple indexes
2018-11-02 16:40 UTC (3+ messages)
[PATCH 0/2] Remove 1.7 privilege compatibility mode
2018-11-01 15:35 UTC (7+ messages)
` [PATCH 1/2] box: remove compatibility mode for privileges
` [tarantool-patches] "
` [PATCH 2/2] box: autogrant CREATE,ALTER,DROP to users with READ+WRITE
` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/2] Remove 1.7 privilege compatibility mode
[tarantool-patches] [PATCH] sql: make DROP TABLE delete entry from _sequence_data
2018-11-01 14:55 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] sql: remove nKey from struct BtCursor
2018-11-01 14:50 UTC (5+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v1 1/1] sql: assertion in autoincrement column
2018-11-01 14:40 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH v2 1/1] sql: cleanup on failed creation operation
2018-11-01 14:37 UTC (2+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] box: implement on_shutdown triggers
2018-11-01 12:53 UTC
[tarantool-patches] [PATCH v3 0/4] Dump lua frames for a fiber traceback
2018-11-01 12:45 UTC (6+ messages)
` [tarantool-patches] [PATCH v3 1/4] fiber: do not inline coro unwind function
` [tarantool-patches] [PATCH v3 2/4] Proper unwind for currently executing fiber
` [tarantool-patches] [PATCH v3 3/4] Use fiber lua state for triggers if possible
` [tarantool-patches] [PATCH v3 4/4] Show names of Lua functions in backtraces
[tarantool-patches] [PATCH v3] box: fixed comparison of old and new config options
2018-11-01 12:40 UTC (2+ messages)
[tarantool-patches] [PATCH v7 0/2] sql: return all generated ids via IPROTO
2018-11-01 12:21 UTC (3+ messages)
` [tarantool-patches] [PATCH v7 1/2] "
` [tarantool-patches] "
[PATCH v2 0/4] Check read access while executing SQL query
2018-11-01 11:34 UTC (4+ messages)
` [PATCH v2 2/4] schema: add space names cache
` [tarantool-patches] "
[PATCH] Introduce a function to reencode scramble
2018-11-01 8:35 UTC (2+ messages)
[PATCH v2 0/5] test: replication parallel mode on
2018-10-31 21:38 UTC (10+ messages)
` [PATCH v2 4/5] test: use wait_cond to check follow status
` [tarantool-patches] "
` Re[2]: "
` Re[2]: [PATCH v2 0/5] test: replication parallel mode on
` Re[3]: "
[tarantool-patches] Re: [PATCH v2] box: fixed comparison of old and new config options
2018-10-31 8:42 UTC
[tarantool-patches] [PATCH v2] box: fixed comparison of old and new config options
2018-10-30 16:13 UTC (2+ messages)
[tarantool-patches] Re: [tarantool-patches] Re: [PATCH] box: fixed comparison of old and new config options
2018-10-30 8:59 UTC (2+ messages)
[PATCH] replication: keep header when request is modified by before_replace
2018-10-29 20:45 UTC (3+ messages)
[tarantool-patches] [PATCH v3] ctl: added functionality to detect and prune dead replicas
2018-10-29 19:25 UTC
[tarantool-patches] [PATCH v7 1/2] sql: return all generated ids via IPROTO
2018-10-29 17:31 UTC (3+ messages)
` [tarantool-patches] "
[tarantool-patches] [PATCH] jdbc: fix date/time parameters binding
2018-10-29 17:19 UTC (2+ messages)
` [tarantool-patches] "
[PATCH] hot_standby: reflect amount of recovered rows in box.info
2018-10-29 17:15 UTC (2+ messages)
[PATCH] test: fix unix socket conflict in socket.test.lua
2018-10-29 16:09 UTC (6+ 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