Tarantool development patches archive
 help / color / mirror / Atom feed
[PATCH 0/5] Transactional DDL
 2019-07-05 22:56 UTC  (7+ messages)
` [PATCH 1/5] vinyl: don't sync WAL on space alter if not necessary
` [PATCH 2/5] txn: run on_rollback triggers on txn_abort
` [PATCH 3/5] txn: fix execution order of commit triggers
` [PATCH 4/5] memtx: fix txn_on_yield for DDL transactions
` [PATCH 5/5] Allow to execute non-yielding DDL statements in transactions

[tarantool-patches] [PATCH v2 0/2] SWIM log TTD, and suspicious anti-entropy
 2019-07-05 22:45 UTC  (10+ messages)
` [tarantool-patches] [PATCH v2 1/2] swim: disseminate event for log(cluster_size) steps
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/2] swim: be suspicious when add new member
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH v2 0/2] SWIM log TTD, and suspicious anti-entropy

[tarantool-patches] [PATCH 0/5] SWIM loglog preparation
 2019-07-05 22:44 UTC  (12+ messages)
` [tarantool-patches] [PATCH 1/5] swim: fix flaky 'indirect pings' test
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/5] swim: sadly remove cache
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 3/5] test: redo some swim tests using error injections
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 4/5] swim: speed-up tests
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 5/5] swim: speed-up empty payloads cluster bootstrap
  ` [tarantool-patches] "
` [tarantool-patches] Re: [PATCH 0/5] SWIM loglog preparation

[tarantool-patches] [PATCH 1/1] swim: push-pull dissemination
 2019-07-05 22:44 UTC  (3+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] SWIM micro optimizations
 2019-07-05 22:40 UTC  (3+ messages)
` [tarantool-patches] [PATCH 1/2] swim: pool IO tasks
` [tarantool-patches] [PATCH 2/2] swim: optimize struct swim_task layout

[tarantool-patches] [RFC v2 0/2] box/lua/console: Add support for lua output format
 2019-07-05 21:09 UTC  (3+ messages)
` [tarantool-patches] [RFC 1/2] third_party/serpent: Add serpent repo
` [tarantool-patches] [RFC 2/2] box/lua/console: Add support for lua output format

[PATCH v2] fio: introduce utime function
 2019-07-05 19:07 UTC 

[tarantool-patches] [PATCH 0/6] Introduce UNSIGNED type in SQL
 2019-07-05 16:36 UTC  (28+ messages)
` [tarantool-patches] [PATCH 1/6] sql: refactor sql_atoi64()
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/6] sql: separate VDBE memory holding positive and negative ints
  ` [tarantool-patches] "
` [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 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 v1] test: use unix sockets for iproto connections
 2019-07-05 15:02 UTC 

[tarantool-patches] Re: [PATCH v2 1/2] Reinstall curl to 7.65.0 version on OSX
 2019-07-05 13:16 UTC 

[tarantool-patches] [PATCH] fio: introduce utime function
 2019-07-05 13:09 UTC  (2+ messages)

[PATCH] lua/trigger: cleanup lua stack after trigger run
 2019-07-05 12:45 UTC  (5+ messages)
` [tarantool-patches] "

[PATCH 0/6] Get rid of the schema lock
 2019-07-05  8:53 UTC  (20+ messages)
` [PATCH 1/6] Add ERROR_INJECT_YIELD and ERROR_INJECT_SLEEP helpers
` [PATCH 2/6] Replace ERRINJ_SNAP_WRITE_ROW_TIMEOUT with ERRINJ_SNAP_WRITE_DELAY
` [PATCH 3/6] Don't take schema lock for checkpointing
` [PATCH 4/6] test: make vinyl/replica_rejoin more stable
` [PATCH 5/6] vinyl: don't yield while logging index creation
` [PATCH 6/6] Replace schema lock with fine-grained locking

[tarantool-patches] Re: [PATCH v6 1/2] test: temporary disable on_shutdown.test.lua test
 2019-07-04 19:47 UTC  (2+ messages)
` [tarantool-patches] Re: [PATCH v6 0/2] Enable GitLab CI testing

[PATCH 00/10] Prepare box/alter.cc for transactional DDL
 2019-07-04 15:01 UTC  (18+ messages)
` [PATCH 01/10] ddl: unreference view on space drop synchronously
` [PATCH 02/10] ddl: synchronize user cache with actual data state
      ` [tarantool-patches] "
` [PATCH 03/10] ddl: synchronize func "
` [PATCH 04/10] ddl: synchronize sequence "
` [PATCH 05/10] ddl: fix _space_sequence rollback
` [PATCH 06/10] ddl: restore sequence value if drop is rolled back
` [PATCH 07/10] ddl: don't use txn_last_stmt on _collation commit/rollback
` [PATCH 08/10] ddl: don't use txn_last_stmt on _trigger commit/rollback
` [PATCH 09/10] ddl: don't use txn_last_stmt on _ck_constraint commit/rollback
` [PATCH 10/10] ddl: don't use txn_last_stmt on _cluster commit/rollback

[PATCH] test: fix box/on_shutdown flakiness
 2019-07-04 14:02 UTC  (4+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/3] sql: do not show IDs generated by trigger
 2019-07-04 11:42 UTC  (4+ messages)
` [tarantool-patches] [PATCH v2 1/3] sql: remove unnecessary AUTOINCREMENT ID generation
` [tarantool-patches] [PATCH v2 2/3] sql: do not show IDs generated by trigger
` [tarantool-patches] [PATCH v2 3/3] sql: remove VDBE from TXN

[tarantool-patches] [PATCH v3 0/3] sql: clean-up in case constraint creation failed
 2019-07-04 10:49 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

[PATCH] test: update test-run
 2019-07-03 19:05 UTC  (3+ messages)

[tarantool-patches] Re: [PATCH v1 1/2] Reinstall curl to 7.65.0 version on OSX
 2019-07-03 13:37 UTC 

[PATCH v1 1/1] box: introduce VARBINARY field type
 2019-07-03 10:10 UTC  (5+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: rework SQL errors of type "expected column count"
 2019-07-03  9:58 UTC  (10+ messages)
` [tarantool-patches] "

[PATCH v3 0/5] decimal: expose decimal module to Lua
 2019-07-03  6:50 UTC  (7+ messages)
` [PATCH v3 1/5] decimal: fix ln hang on values between ~ 0.9 and 1.1
` [PATCH v3 2/5] decimal: diallow infinity and NaN entirely
` [PATCH v3 3/5] decimal: fix string formatting on construction from double
` [PATCH v3 4/5] lua/utils: add a function to register FFI metatypes
` [PATCH v3 5/5] decimal: expose decimal type to lua
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: do not show additional generated ids
 2019-07-03  0:25 UTC  (4+ messages)
` [tarantool-patches] "

[tarantool-patches] [PATCH v2 0/3] sql: clean-up in case constraint creation failed
 2019-07-02 23:27 UTC  (6+ messages)
` [tarantool-patches] [PATCH v2 1/3] sql: add OP_SetDiag opcode in VDBE
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v2 2/3] sql: clean-up in case constraint creation failed
` [tarantool-patches] [PATCH v2 3/3] sql: Fix destructors for constraints
  ` [tarantool-patches] "

[tarantool-patches] Re: [PATCH 1/2 v2] test: check that collations isn't ignored in SELECTs
 2019-07-02 17:21 UTC  (8+ messages)
  ` [tarantool-patches] Re: [PATCH 2/2 v2] sql: allow <COLLATE> only for string-like args

[tarantool-patches] [PATCH] Extend range of printable unicode characters
 2019-07-02 11:33 UTC 

[tarantool-patches] [PATCH] Extend range of printable unicode characters
 2019-07-02 11:32 UTC 

[PATCH v4 0/2] core: Non-blocking io.popen
 2019-07-02  7:36 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] core: Non-blocking popen

[PATCH v3] core: Non-blocking io.popen
 2019-07-02  6:56 UTC  (3+ messages)

[tarantool-patches] [PATCH v1 1/1] sql: Fix UPDATE for types unknown to SQL
 2019-07-01 23:29 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH] schema: fix box.func cleanup after a function is dropped
 2019-07-01 11:19 UTC  (2+ messages)

[tarantool-patches] [PATCH v2 0/2] SWIM log TTD, and TTL
 2019-06-30 19:58 UTC  (3+ messages)
` [tarantool-patches] [PATCH v2 1/2] swim: disseminate event for log(cluster_size) steps
` [tarantool-patches] [PATCH v2 2/2] [RAW] swim: send 'left' and 'dead' to limbo before deletion

[tarantool-patches] [PATCH 0/2] SWIM big cluster improvements, part 1
 2019-06-30 16:25 UTC  (6+ messages)
` [tarantool-patches] [PATCH 1/2] swim: prefer new events for dissemination over old
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH 2/2] swim: disseminate event for log(cluster_size) steps
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/4] SWIM amendments
 2019-06-28 21:02 UTC  (7+ messages)
` [tarantool-patches] [PATCH 1/4] swim: fix a leak when a trigger is installed
` [tarantool-patches] [PATCH 2/4] swim: fix a dangerous yield in ffi.gc
` [tarantool-patches] [PATCH 3/4] swim: fix inability to set generation only
` [tarantool-patches] [PATCH 4/4] swim: default generation is timestamp
` [tarantool-patches] Re: [PATCH 0/4] SWIM amendments

[PATCH v2 0/2] decimal: expose decimal module to Lua
 2019-06-28 15:32 UTC  (4+ messages)
` [PATCH v2 1/2] lua/utils: add a function to register FFI metatypes
` [PATCH v2 2/2] decimal: expose decimal type to lua

[PATCH 0/2] decimal: expose decimal module to lua
 2019-06-28 14:39 UTC  (6+ messages)
` [PATCH 2/2] decimal: expose decimal type "
    ` [tarantool-patches] "

[tarantool-patches] [PATCH] httpc: fix bug with segfault by wrong headers
 2019-06-28 14:37 UTC  (2+ messages)
  ` [tarantool-patches] "

[tarantool-patches] [PATCH 0/2] sql: boolean introduction follow-ups
 2019-06-27 19:02 UTC  (2+ messages)
` [tarantool-patches] "

[PATCH v1 1/1] netbox: follow-ups
 2019-06-27 12:31 UTC  (6+ messages)
` [tarantool-patches] "
      ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 0/2] sql: clean-up in case constraint creation failed
 2019-06-26 16:11 UTC  (5+ messages)
` [tarantool-patches] [PATCH v1 1/2] sql: add OP_Error opcode in VDBE
  ` [tarantool-patches] "
` [tarantool-patches] [PATCH v1 2/2] sql: clean-up in case constraint creation failed
  ` [tarantool-patches] "

[tarantool-patches] [PATCH v1 1/1] sql: create CHAR_LENGTH() and CHARACTER_LENGTH()
 2019-06-25 21:40 UTC  (6+ messages)
` [tarantool-patches] "

[tarantool-patches] Re: [PATCH v5 2/3] Enable GitLab CI testing
 2019-06-25 16:20 UTC 

[tarantool-patches] [PATCH v5 0/7] Parallel applier
 2019-06-25 16:08 UTC  (2+ messages)

[tarantool-patches] [PATCH] lua: return getaddrinfo() errors
 2019-06-25 13:38 UTC  (3+ messages)
` [tarantool-patches] "
  ` [tarantool-patches] Re: [PATCH v2 1/2] "

page:  |  | latest

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