]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-12-16  drhExperimental merge of the est_count_pragma and the... est-count-pragma-vtab
2016-12-16  drhMerge recent trunk enhancements.
2016-12-16  danFix a problem causing the planner to generate sub-optim...
2016-12-16  drhFix an error in the way the "schema" argument to some... pragma-as-vtab
2016-12-16  drhSimplifications to facilitate full test coverage.
2016-12-16  drhMinor bug fixes and enhancements to the pragma eponymou...
2016-12-16  drhMerge enhancements from trunk, and especially the abili...
2016-12-16  drhAll temp.sqlite_master to be used as an alias for sqlit...
2016-12-15  drhFix the cost estimation in the BestIndex method of...
2016-12-15  drhThe pragma as eponymous virtual table mechanism now...
2016-12-15  drhCode to automatically create eponymous virtual tables...
2016-12-15  drhDo exponential rather than linear expansion of the...
2016-12-15  drhDo more pragma processing from tables rather than in... table-driven-pragma
2016-12-14  drhRefactor the Table.nRef field as Table.nTabRef for...
2016-12-14  drhIncrease the size of the reference count on Table objec...
2016-12-14  drhFix the configure makefile to align it with the manual...
2016-12-14  drhAdjust the unix makefiles so that "make test" runs...
2016-12-14  drhThree times faster sqlite3SrcListAppend() in the common...
2016-12-14  drhFix the optimization that prevents writing freelist...
2016-12-13  drhIn the command-line shell, in the output of the ".dump...
2016-12-13  drhFix harmless compiler warnings.
2016-12-13  drhConvert sqlite3PagerGet() into a pointer-dispatched...
2016-12-13  drhIn the pager, avoid checking for the illegal page numbe... pager-get-method
2016-12-13  danFix a problem causing SQLite to return false "foreign...
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  drhMerge recent enhancements from trunk.
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  drhMerge all the latest changes from trunk.
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...
next