]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-04-11  drhImproved comments. Fix a problem when an indexed expre... covering-index-on-expr
2017-04-10  drhMerge changes from trunk.
2017-04-10  drhSmaller and faster vdbeFreeOpArray()
2017-04-10  drhSlightly smaller and faster sqlite3VdbeMemGrow().
2017-04-10  drhAdd a new JSON test case to verify that all control...
2017-04-10  drhChange the JSON extension so that it disallows control...
2017-04-09  drhDo not expose the name of the internal Mem object in...
2017-04-08  drhDisallow leading zeros on numeric constants in JSON.
2017-04-08  danExpand on the comment above OP_Destroy to explain why...
2017-04-08  danHave the rtree module close any open blob-handle within...
2017-04-08  drhFix the quoting mechanism for ".dump" so that it is...
2017-04-08  danHave fts5 close any open blob-handle when a new savepoi...
2017-04-08  drhMake sure the RTree sqlite3_blob handle is reset prior...
2017-04-08  drhFix the ".dump" command so that it works with ".headers...
2017-04-07  drhUse replace() instead of char() to quote newline and...
2017-04-07  drhRemove an unused token type.
2017-04-07  drhProof of concept for the ability to use the expression...
2017-04-07  drhUse replace() instead of char() to quote newline and... shell-fix
2017-04-06  danFix the ".lint fkey" shell command for cases where...
2017-04-06  danFix the ".lint fkey" shell tool command so that it...
2017-04-05  drhRemove a confusing and pointless sentence from the...
2017-04-05  drhSplit off sqlite3DbFreeNN() from sqlite3DbFree() and...
2017-04-05  drhSave a few bytes and a few CPU cycles in sqlite3ExprLis...
2017-04-05  drhRemove a conditional made unreachable by the previous...
2017-04-05  drhCombine the ExprList_item objects and the ExprList...
2017-04-05  drhAttempt to remove bash-isms from configure.ac. Use...
2017-04-04  danFix a problem causing "PRAGMA integrity_check" to disab...
2017-04-03  drhAvoid an unnecessary call to sqlite3WhereGetMask()...
2017-04-03  danDo not attempt to run sync2.test with SQLITE_DISABLE_DI...
2017-04-03  drhForce a schema load prior to "PRAGMA optimize".
2017-04-03  drhFix typos in the documentation for OP_Column.
2017-04-03  drhSlightly smaller and faster implementation for vdbeSort...
2017-04-01  drhRemove an unnecessary setting of the Mem.enc field...
2017-04-01  drhMinor performance enhancements to the OP_Affinity opcode.
2017-04-01  drhRemove an unnecessary clearing of the Vdbe.iCurrentTime...
2017-04-01  drhFaster implementation for sqlite3VdbeIntValue() and...
2017-04-01  drhRemove unused fields from the BtCursor object.
2017-04-01  drhSave a 78 bytes of code space and a million CPU cycles...
2017-03-30  drhDeclare the Lemon-generated parser object as itself...
2017-03-30  drhIncrease the version number for the next development...
2017-03-30  drhEnsure that the stack space used to hold the Lemon...
2017-03-29  mistachkinWhen compiling with MSVC, disable extra SELECT/WHERE...
2017-03-29  drhAvoid unnecessary blob handle invalidation when changes...
2017-03-29  drhSlightly smaller and faster implementation of pcache1In...
2017-03-29  danFix some tests in malloc5.test to account for the sqlit...
2017-03-29  drhFix the sqlite3_release_memory() interface so that...
2017-03-25  drhAdd the new sqlite3_set_last_insert_rowid() interface...
2017-03-25  danDo not run tests for ".dump --preserve-rowids" when...
2017-03-25  drhDisable the new --preserve-rowids option on the CLI...
2017-03-25  drhMake the default value for SQLITE_DEFAULT_SYNCHRONOUS...
2017-03-25  drhFix two harmless compiler warnings.
2017-03-24  drhFix a harmless compiler warning in the JSON1 extension.
2017-03-24  drhPrevious check-in was not correct. This is a better...
2017-03-24  drhFix the OP_Once opcode so that it works correctly for...
2017-03-24  drhAdd the RFC-7396 Appendix A test cases for json_patch().
2017-03-24  drhFix an error in the new json_patch() routine discovered...
2017-03-23  drhAdd the json_patch() SQL function to the JSON1 extension.
2017-03-23  drhChange the name of the json_merge_patch() function... json_mergepatch
2017-03-23  drhImprovement to the amalgamation configure.ac file contr...
2017-03-23  danDo not run test file autoanalyze1.test if OMIT_VIRTUALT...
2017-03-23  danRemove an invalid assert() statement failing when VACUU...
2017-03-23  drhAvoid redundant edits in the json_merge_patch() function.
2017-03-23  drhFix harmless compiler warnings in the new json_merge_pa...
2017-03-23  drhVarious fixes to the json_merge_patch() function.
2017-03-22  drhChange the name of the new function to "json_merge_patc...
2017-03-22  drhInitial implementation of the json_mergepatch(A,B)...
2017-03-22  drhFix harmless compiler warnings in the shell.
2017-03-21  drhNew simplified memory initialization for MacOS.
2017-03-21  drhFix an incorrect assert in the ANALYZE logic for STAT4...
2017-03-21  danAdd short script ext/fts3/tool/fts3cov.sh. To help...
2017-03-21  danDo not run sync2.test as part of the "inmemory_journal...
2017-03-20  drhAdd the --native-malloc option to fuzzcheck. Fix ossfu...
2017-03-20  drhFix the fuzzcheck program so that it can create new...
2017-03-20  danAvoid passing NULL as the second argument to memcpy...
2017-03-20  danAvoid a technically undefined right-shift of a signed...
2017-03-20  danFix some problems in fts3 found by address-sanitizer.
2017-03-20  drhAvoid the possibility of signed integer overflow with...
2017-03-20  danDo not run sync2.test as part of the "journaltest"...
2017-03-20  drhEnsure that a "--" prefix is added to sqlite3_trace_v2...
2017-03-20  danOnly run sync2.test on unix, as it depends on instrumen...
2017-03-20  drhFix the check.test script so that it works on Windows.
2017-03-20  drhDocumentation fix: SQLITE_SOURCE_ID is a now a SHA3...
2017-03-18  drhOnly do the specialized MacOS single-core zone_malloc...
2017-03-17  drhFix an error in the newly revised documentation for...
2017-03-17  drhSet a reasonable limit on the number of opcodes in...
2017-03-17  drhBegin enforcing the SQLITE_LIMIT_VDBE_OP. The document...
2017-03-17  drhAdd the --show-errors and --show-max-delay command...
2017-03-17  drhFix the Makefile.in so that it builds the ossshell...
2017-03-17  danFix a buffer overread in debugging routine sqlite3VdbeM...
2017-03-17  drhFix a problem in the enhanced PRAGMA integrity_check...
2017-03-16  danIf the user has not set it explicitly, set the "PRAGMA...
2017-03-16  danFix a typo causing the build to fail if SQLITE_DEFAULT_... default-synchronous-fix
2017-03-16  danIf the user has not set it explicitly, set the "PRAGMA...
2017-03-16  drhSimplified OOM detection in the instr() SQL function.
2017-03-16  drhFix an uninitialized variable reference in the text...
2017-03-16  drhFix a problem in the "showdb" utility that prevents...
2017-03-16  danFix a crash that could follow an OOM condition in the...
2017-03-15  drhUpdates to README files under the ext/ hierarchy. ...
2017-03-15  drhAdd the "Obtaining The Code" subsection in the top...
2017-03-15  drhMention the ".selftest" command in the ".help" output...
next