[Tarantool-patches] [PATCH 1/1] fio: close unused descriptors automatically
2020-02-09 19:25 UTC (4+ messages)
[Tarantool-patches] [PATCH v6 0/2] fiber: Handle stack madvise/mprotect errors
2020-02-09 18:34 UTC (5+ messages)
` [Tarantool-patches] [PATCH v6 1/2] fiber: set diagnostics at madvise/mprotect failure
` [Tarantool-patches] [PATCH v6 2/2] fiber: leak slab if unable to bring prots back
[Tarantool-patches] [PATCH 0/4] sql: fix NUMBER conversion issues
2020-02-09 17:39 UTC (6+ messages)
` [Tarantool-patches] [PATCH 1/4] sql: remove cast to INT during FP arithmetic ops
` [Tarantool-patches] [PATCH 2/4] sql: refactor sqlVdbeMemNumerify()
` [Tarantool-patches] [PATCH 3/4] sql: fix CAST AS NUMBER operator
` [Tarantool-patches] [PATCH 4/4] sql: do not force FP representation for NUMBER field
[Tarantool-patches] [PATCH v2 0/2] build: link curl with c-ares
2020-02-08 19:42 UTC (3+ messages)
` [Tarantool-patches] [PATCH v2 1/2] build: link bundled libcurl "
[Tarantool-patches] [PATCH] build: link bundled libcurl with c-ares
2020-02-08 19:28 UTC (4+ messages)
[Tarantool-patches] [PATCH] region: do not rotate slabs in case of single slab purification
2020-02-08 0:28 UTC (5+ messages)
[Tarantool-patches] [PATCH] sql: fix fk-constraint error on update of a self-referenced table
2020-02-07 16:19 UTC
[Tarantool-patches] [PATCH] sql: fix bug <IN> type mismatch error
2020-02-07 11:34 UTC
[Tarantool-patches] [PATCH] sql: provide a user friendly frontend for accessing session settings
2020-02-07 9:40 UTC (5+ messages)
` [Tarantool-patches] [PATCH 4/4] "
[Tarantool-patches] [PATCH v1] Add metafiles cleanup routines at S3 pack script
2020-02-07 6:20 UTC
[Tarantool-patches] [PATCH 1/1] app: os.setenv() affects os.environ()
2020-02-06 22:47 UTC
[Tarantool-patches] [PATCH v4 0/3] box: session settings fixes
2020-02-06 22:15 UTC (14+ messages)
` [Tarantool-patches] [PATCH v4 1/3] box: replace session_settings modules with a single array
` [Tarantool-patches] [PATCH 1/4] "
` [Tarantool-patches] [PATCH v4 2/3] box: add binary search for _session_settings space
` [Tarantool-patches] [PATCH 2/4] "
` [Tarantool-patches] [PATCH v4 3/3] box: provide a user friendly frontend for accessing session settings
` [Tarantool-patches] [PATCH 3/4] "
[Tarantool-patches] [PATCH] box: rfc for stacked diagnostic area
2020-02-06 20:48 UTC (10+ messages)
[Tarantool-patches] [PATCH] sql: fix segfault in pragma table_info
2020-02-06 17:59 UTC (5+ messages)
[Tarantool-patches] [PATCH] sql: fix off-by-one error while setting bind names
2020-02-06 17:30 UTC (3+ messages)
[Tarantool-patches] [PATCH v3 0/2] Safe truncation and deletion
2020-02-06 16:26 UTC (18+ messages)
` [Tarantool-patches] [PATCH v3 1/2] b-tree: return NULL on matras_alloc fail
` [Tarantool-patches] [PATCH v3 2/2] memtx: allow quota overuse for truncation and deletion
[Tarantool-patches] [PATCH v5 0/2] fiber: Handle stack madvise/mprotect errors
2020-02-06 11:20 UTC (6+ messages)
` [Tarantool-patches] [PATCH v5 1/2] fiber: use diag_ logger in fiber_madvise/mprotect failures
` [Tarantool-patches] [PATCH v5 2/2] fiber: leak slab if unable to bring prots back
[Tarantool-patches] [PATCH v2 0/4] Don't truncate float in update
2020-02-05 22:11 UTC (7+ messages)
` [Tarantool-patches] [PATCH v2 1/4] tuple: don't truncate float in :update()
` [Tarantool-patches] [PATCH v2 2/4] tuple: pass tuple format to xrow_update_*_store()
` [Tarantool-patches] [PATCH v2 3/4] tuple: allow xrow_update sizeof reserve more memory
` [Tarantool-patches] [PATCH v2 4/4] tuple: use field type in update of a float/double
[Tarantool-patches] [PATCH] Move rollback to savepoint from ffi to C-API
2020-02-05 16:53 UTC (7+ messages)
[Tarantool-patches] [PATCH v2 luajit 0/3] Introduce gdb extension for LuaJIT
2020-02-05 16:22 UTC (4+ messages)
` [Tarantool-patches] [PATCH v2 luajit 1/3] gdb: introduce luajit-gdb extension
` [Tarantool-patches] [PATCH v2 luajit 2/3] gdb: adjust the extension to be used with Python 2
` [Tarantool-patches] [PATCH v2 luajit 3/3] gdb: enhance the extension loading
[Tarantool-patches] [PATCH] test: stabilize flaky fiber memory leak detection
2020-02-05 15:36 UTC (4+ messages)
[Tarantool-patches] [PATCH] json: fix silent change of global json settings
2020-02-05 12:28 UTC
[Tarantool-patches] [PATCH v5 0/5] box/replication: add missing diag set and fix sigsegv
2020-02-05 10:48 UTC (8+ messages)
` [Tarantool-patches] [PATCH v5 3/5] box/applier: fix nil dereference in applier rollback
` [Tarantool-patches] [PATCH v5 4/5] errinj: add ERRINJ_REPLICA_TXN_WRITE
[Tarantool-patches] [PATCH 0/3] box/replication: add missing diag set and fix sigsegv
2020-02-05 10:45 UTC (7+ messages)
` [Tarantool-patches] [PATCH 3/3] box/applier: fix nil dereference in applier rollback
[Tarantool-patches] [PATCH v7 0/5] box/replication: add missing diag set and fix sigsegv
2020-02-05 10:06 UTC (14+ messages)
` [Tarantool-patches] [PATCH v7 1/5] box/request: add missing OutOfMemory diag_set
` [Tarantool-patches] [PATCH v7 2/5] box/applier: add missing diag_set on region_alloc failure
` [Tarantool-patches] [PATCH v7 3/5] box/applier: fix nil dereference in applier rollback
` [Tarantool-patches] [PATCH v7 4/5] errinj: add ERRINJ_REPLICA_TXN_WRITE
[Tarantool-patches] [PATCH] region: take allocated region size instead of used one
2020-02-04 21:25 UTC (3+ messages)
[Tarantool-patches] [PATCH] do not keep a slab in cache if new allocation does not fit
2020-02-04 21:25 UTC (4+ messages)
[Tarantool-patches] [PATCH v2 0/2] fiber: Handle stack madvise/mprotect errors
2020-02-04 16:08 UTC (9+ messages)
` [Tarantool-patches] [PATCH v2 1/2] fiber: use diag_ logger in fiber_madvise/mprotect failures
` [Tarantool-patches] [PATCH v2 2/2] fiber: exit with panic if we unable to revert guard page
[Tarantool-patches] [PATCH v3 0/4] fiber: Handle stack madvise/mprotect errors
2020-02-04 15:43 UTC (7+ messages)
` [Tarantool-patches] [PATCH v3 1/4] fiber: use diag_ logger in fiber_madvise/mprotect failures
` [Tarantool-patches] [PATCH v3 2/4] fiber: leak stack if we unable to revert guard page
` [Tarantool-patches] [PATCH v3 3/4] errinj: add ERRINJ_FIBER_MADVISE and ERRINJ_FIBER_MPROTECT
` [Tarantool-patches] [PATCH v3 4/4] test: unit/fiber -- add madvise, mprotect tests
` [Tarantool-patches] [PATCH v4 "
[Tarantool-patches] [PATCH v2 1/1] sql: make NUMBER to be union of SQL numeric types
2020-02-04 12:56 UTC (10+ messages)
[Tarantool-patches] [PATCH rfc] lua: expose luaL_serializer to Lua
2020-02-04 9:00 UTC
[Tarantool-patches] [PATCH v10] gitlab-ci: push Deb/RPM packages to S3 based repos
2020-02-04 8:38 UTC (3+ messages)
[Tarantool-patches] [PATCH] vinyl: prohibit vinyl_level_size_ratio less than two
2020-02-04 0:27 UTC (5+ messages)
[Tarantool-patches] [PATCH] vinyl: fix recovery after deletion .run files
2020-02-04 0:22 UTC (3+ messages)
[Tarantool-patches] [PATCH] box/txn: do not zap fiber txn pointer before txn_write_to_wal completes
2020-02-03 19:54 UTC (4+ messages)
[Tarantool-patches] [PATCH V2] Fix take a task after disconnect
2020-02-03 15:52 UTC (3+ messages)
[Tarantool-patches] [PATCH v10] gitlab-ci: push Deb/RPM packages to S3 based repos
2020-02-03 14:44 UTC
[Tarantool-patches] [PATCH v9] gitlab-ci: push Deb/RPM packages to S3 based repos
2020-02-03 14:41 UTC (4+ messages)
[Tarantool-patches] [PATCH v1 1/1] sql: use rowid as PK of ephemeral space on INSERT
2020-02-03 14:00 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit 0/4] Introduce gdb extension for LuaJIT
2020-02-03 13:48 UTC (2+ messages)
[Tarantool-patches] [PATCH 0/3] replication: count local space requests separately
2020-02-03 13:27 UTC (5+ messages)
` [Tarantool-patches] [PATCH 1/3] vclock: add an ability to set individual clock components
` [Tarantool-patches] [PATCH 2/3] replication: hide 0-th vclock components in replication responses
` [Tarantool-patches] [PATCH 3/3] box: start counting local space requests separately
[Tarantool-patches] [PATCH v2] refactoring: drop excess 16Kb bss buffer
2020-02-03 6:51 UTC (6+ messages)
[Tarantool-patches] [PATCH v6] gitlab-ci: implement packing into MCS S3
2020-02-01 18:55 UTC (5+ messages)
` [Tarantool-patches] [PATCH v7] "
[Tarantool-patches] [PATCH 0/2] Support <ALTER TABLE DROP CONSTRAINT>
2020-02-01 17:40 UTC (9+ messages)
` [Tarantool-patches] [PATCH 1/2] sql: refactor index drop code
[Tarantool-patches] [PATCH] sql: support constraint drop
2020-02-01 17:36 UTC (5+ messages)
` [Tarantool-patches] [PATCH 2/2] "
[Tarantool-patches] [PATCH v2 1/2] sql: improve "no such constraint" error message
2020-02-01 17:36 UTC
[Tarantool-patches] [PATCH v8] gitlab-ci: implement packing into MCS S3
2020-01-31 22:42 UTC (5+ messages)
[Tarantool-patches] [PATCH v10 0/3] popen: add ability to run external process
2020-01-31 19:25 UTC (4+ messages)
` [Tarantool-patches] [PATCH v10 1/3] coio: export helpers
` [Tarantool-patches] [PATCH v10 2/3] popen: introduce a backend engine
` [Tarantool-patches] [PATCH v10 3/3] test: unit/popen
[Tarantool-patches] [PATCH] sql: support column addition
2020-01-31 15:05 UTC
[Tarantool-patches] [PATCH 0/2] First part of the expose box.error task
2020-01-31 7:43 UTC (4+ messages)
` [Tarantool-patches] [PATCH 1/2] Add a Lua backtrace to error
` [Tarantool-patches] [PATCH 2/2] Add the custom error type
[Tarantool-patches] [PATCH] small: unite the oscillation cache of all mempools
2020-01-30 14:47 UTC (11+ messages)
[Tarantool-patches] [small] Revert "Free all slabs on region reset"
2020-01-30 12:16 UTC (7+ messages)
[Tarantool-patches] [PATCH v1 1/1] sql: fix INSTEAD OF DELETE trigger for VIEW
2020-01-29 22:48 UTC (2+ messages)
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