]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-12-13  drhIn the pager, avoid checking for the illegal page numbe... pager-get-method
2016-12-13  drhFurther refinements to the virtual method implementation of
2016-12-13  drhMake the sqlite3PagerGet() interface into a virtual...
2016-12-12  drhAdd the --mmap option to the speedtest1 program and...
2016-12-12  drhRemove unnecessary MemPage initialization resets in...
2016-12-12  drhFaster operation for large in-memory databases.
2016-12-12  drhPerformance optimization in sqlite3PagerWrite().
2016-12-12  drhUpdates to the tokenizer for EBCDIC. No changes for...
2016-12-12  drhSize and performance optimization in btreeInitPage...
2016-12-12  drhChange the order of comparison for divider cell overflo...
2016-12-10  drhAvoid an unnecessary memset() in the sqlite3BtreeInsert...
2016-12-10  drhReorder the fields in the VdbeCursor object so that...
2016-12-10  drhAvoid signed integer overflow when dealing with a LIMIT...
2016-12-09  drhWhen doing the sqlite3BtreeInsert() overwrite optimizat...
2016-12-09  drhAdditional comments and an assert on the sqlite3BtreeIn...
2016-12-09  drhIn sqlite3BtreeInsert() when replacing a re-existing...
2016-12-09  danFix an fts5 bug that could cause a crash following...
2016-12-09  drhAvoid unnecessary zeroing of fields in the MemPage...
2016-12-09  drhFix an obscure problem in range estimation with STAT4.
2016-12-08  drhFix the showstat4 utility program so that is displays...
2016-12-08  drhFix a minor error in the cg_anno.tcl script causing...
2016-12-08  drhUpdate the tool/cg_anno.tcl script to give a summary...
2016-12-08  drhMore changes to take advantage of the sqlite3VdbeAppend...
2016-12-07  drhAdd the sqlite3VdbeAppendP4() method for adding P4...
2016-12-07  drhThe use P4_DYNAMIC in place of the P4_MPRINTF operand...
2016-12-07  drhPerformance optimization for sqlite3VdbeAddOp4().
2016-12-07  drhPut the SQLITE_UNTESTABLE compile-time option in the...
2016-12-07  drhRename the SQLITE_OMIT_BUILTIN_TEST compile-time option...
2016-12-07  danPrevent the flattening or where-term push-down optimiza...
2016-12-07  drhAlways honor the sqlite3.dbOptFlags bitmask, regardless...
2016-12-06  drhPerformance improvement and size reduction in the Expr...
2016-12-06  danAdd missing nul-terminator to a Tcl_AppendResult()...
2016-12-06  drhIn the LEMON parser-generator, fix the stack overflow...
2016-12-05  drhFix a harmless redundant local variable declaration...
2016-12-05  drhWork around a bug in the definition of "ino_t" on some...
2016-12-02  drhSimplify the date/time function logic for improved...
2016-12-02  drhExtend the valid range of 'unixepoch' dates from Julian...
2016-12-02  drhTest cases for the improved LIKE/GLOB matcher.
2016-12-01  danAvoid clearing the EP_FromJoin flag from terms in ON...
2016-12-01  danAvoid clearing the EP_FromJoin flag from terms in ON... left-join-fix
2016-12-01  drhPerformance improvement for GLOB and LIKE matching...
2016-12-01  drhFaster version of patternCompare() that uses new return... pattern-compare-optimization
2016-12-01  danModify the patternCompare() function (used for GLOB...
2016-11-30  drhAdd the remember(V,PTR) extension function which copies...
2016-11-30  drhFix then handling of the (oversized) integer literal...
2016-11-30  drhChange the OP_DecrJumpZero opcode back to its old behav...
2016-11-30  drhMore improvements to boundary cases in the date/time...
2016-11-30  drhPrevent a warning about integer overflow when using...
2016-11-30  drhFurther changes to the date/time functions to suppress...
2016-11-29  drhThe documentation says that the built-in date-time...
2016-11-28  drhFix broken hyperlinks to the sqlite3_snapshot objection...
2016-11-28  danSimplify some code in fts5_expr.c. Add some extra test...
2016-11-26  drhAdd the sqlite3_snapshot_recover() interface and relate...
2016-11-25  drhClarification of the behavior of sqlite3_stmt_readonly...
2016-11-25  drhRemove the OP_RowKey opcode. Use OP_RowData in its...
2016-11-25  drhRefactor the sqlite3BtreeKey() and sqlite3BtreeData...
2016-11-25  drhSmall performance increase and size reduction in the...
2016-11-25  drhPerformance enhancement to sqlite3_snprintf().
2016-11-25  drhPerformance improvement in sqlite3StrAccumFinish()...
2016-11-25  drhAdd a comment to help clarify the EP_FromJoin hack...
2016-11-23  drhFix the error message for invalid ".mode" arguments...
2016-11-23  danCode constant vector components outside of any loops...
2016-11-23  drhCorrectly display the names of SQL functions in the...
2016-11-22  drhMerge bug fixes and enhancements from trunk. serializable-snapshot
2016-11-22  drhEnclose the sqlite3WalSnapshotRecover() routine within
2016-11-22  drhAdd a new requirement mark for CAST expressions.
2016-11-22  drhUpdate requirement marks to reflect changes in wording...
2016-11-22  drhRemove unnecessary OP_Close opcodes for a size reductio...
2016-11-21  drhRemove unnecessary OP_Close opcodes at the end of INSER...
2016-11-21  drhEnhance speedtest1.c so that is works on older versions...
2016-11-20  drhFix harmless compiler warnings.
2016-11-20  drhPrevent a possible use-after-free bug in the query...
2016-11-19  danRemove the requirement to open the wal file before...
2016-11-19  danTest some extra error conditions in sqlite3_recover_sna...
2016-11-19  danAdd another fault-injection test for sqlite3_snapshot_r...
2016-11-19  danFix a problem causing sqlite3_snapshot_recover() to...
2016-11-19  danFix a bug in sqlite3_snapshot_recover() that could...
2016-11-18  danAdd experimental sqlite3_snapshot_recover() API.
2016-11-18  danRequire that the database handle be in autocommit mode for
2016-11-18  danAdd tests for snapshot interfaces.
2016-11-18  danEnhance existing snapshot tests to serialize/deserializ...
2016-11-17  drhExperimental changes for faster in-memory DB operation... memdb-opt
2016-11-17  danFix a problem in rtreeD.test causing it to fail in...
2016-11-17  drhChange the --enable-debug option on configure so that...
2016-11-17  drhDisable the query flattener optimization for SELECT...
2016-11-15  drhAdd a needed #include to speedtest1.c.
2016-11-15  drhExperimental changes toward making snapshots serializable.
2016-11-15  drhChange the OP_Last opcode so that it is a no-op if...
2016-11-15  drhMake the VACUUM command about 9% faster by avoiding...
2016-11-14  drhAdd 8794 new test cases received from the OSS-FUZZ...
2016-11-14  drhFix a potential use-after-free error during parsing...
2016-11-14  drhEnhance fuzzcheck.c to accept database-specific configu...
2016-11-14  drhFix the ossfuzz.c test module so that it does not segfa...
2016-11-14  drhAvoid unnecessary calls to sqlite3ExprCacheAffinityChan...
2016-11-14  danFix an fts5 problem causing a crash in phrase queries...
2016-11-11  drhFix harmless compiler warnings in test code for MSVC.
2016-11-11  drhAvoid storing redundant fields in sorter records when...
2016-11-11  drhEnhance the OP_IdxInsert opcode so that it can used...
2016-11-11  danMerge trunk with this branch. sorter-opt
2016-11-11  drhRemove obselete and unused logic in the update code... unpacked-IdxInsert
next