]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-10-27  shearerPrettify btree.h headings. Close branch. btree-code-documentation
2020-10-27  shearerTypo in btree.h (and unwanted merge; this branch for...
2020-10-27  shearerFinal commit in btree.h reorg. No more unknowns.
2020-10-26  drhAlways create a statement journal when using the OP_Par...
2020-10-26  danEnsure that the table argument passed to Tcl_GetIndexFr...
2020-10-26  danPrevent fts5 tokenizer unicode61 from considering ...
2020-10-22  drhMinor tweaks to query planning weights so that when...
2020-10-22  drhTest case updates. avoid-bad-indexes
2020-10-22  drhSometimes it makes sense to do a full table scan rather...
2020-10-20  drhFix the sqlite3_hard_heap_limit() so that it works...
2020-10-20  drhFix an assert() inside of debug-only code that can...
2020-10-19  drhFix an incorrect table ref-count in the new recursive...
2020-10-19  drhEnhance recursive common table expressions to support...
2020-10-19  drhNew test cases for recursive CTEs with multiple recursi... cte-enhancement
2020-10-19  drhAllow multiple recursive terms in the compound SELECT...
2020-10-18  mistachkinFix harmless compiler warnings.
2020-10-17  drhFix the SQLITE_DESERIALIZE_FREEONCLOSE flag so that...
2020-10-17  drhFix an incorrect printf() in debugging logic in where.c.
2020-10-15  drhMinor fixes to the cksumvfs documentation in the header...
2020-10-15  drhThe windows VFS accepts query parameter "exclusive...
2020-10-14  mistachkinEnhancements to TclKit batch tool for MSVC.
2020-10-14  mistachkinFix typo in a documentation comment.
2020-10-14  drhEnhanced documentation for sqlite3_vtab_nochange()...
2020-10-12  danFix some fts5 problems with signed integer overflow...
2020-10-12  drhImproved quoting of the table name argument for the...
2020-10-12  drhAdd options --data-only and --nosys to the ".dump"...
2020-10-12  danFix ALTER TABLE so that it can run even if the schema...
2020-10-12  drhAdd the --nosys option to the .schema command in the...
2020-10-12  danFix UPDATE FROM statements on virtual tables that are...
2020-10-12  drhFix BEGIN IMMEDIATE and BEGIN EXCLUSIVE so that they...
2020-10-07  drhIn the CSV extension, use SQLITE_TRANSIENT rather than...
2020-10-06  shearerMore additions and improvements to btree.h documentation
2020-10-05  danAllow fts5 trigram tables created with detail=column...
2020-10-03  danDo not apply affinities when creating entries for autom...
2020-10-03  danFix a segfault caused by running "column LIKE NULL...
2020-10-03  danFTS5 does not handle tokens that contain embedded nul...
2020-10-02  danFix some test code so that testfixture can build with...
2020-10-02  drhAdditional corner-case fixes for the in-scan-vs-index...
2020-10-02  drhRemove an incorrect assert() from the OP_SeekScan opcode.
2020-10-02  drhFix a faulty assert() statement. Add new test cases.
2020-10-02  drhFor the OP_SeekScan optimization, the OP_IdxGT does...
2020-10-02  drhDisable the OP_SeekScan opcode of the in-scan-vs-index...
2020-10-01  danAdd experimental "trigram" tokenizer to fts5.
2020-10-01  danAdd the -trigram option to the fts5txt2db.tcl script. fts5-trigram
2020-10-01  danAdd tests for the trigram tokenizer. Fix minor issues.
2020-10-01  drhFix the OP_SeekScan opcode so that its variable names...
2020-10-01  drhRemove a debugging printf() accidentally left in the...
2020-10-01  drhThe IN-early-out optimization does not work for virtual...
2020-09-30  danAdd experimental unicode-aware trigram tokenizer to...
2020-09-30  drhImproved query optimization for multi-column indexes...
2020-09-30  drhFor the OP_SeekScan opcode, adjust the number of steps... in-scan-vs-index
2020-09-30  drhBack out the incorrect optimization of check-in [e51eca...
2020-09-30  drhIn the query flattener when substituting expression...
2020-09-30  shearerBetter understanding of savepoint code
2020-09-30  drhAdd an sqlite3FaultSim() call to btreeNext() to make...
2020-09-30  drhIn the OP_SeekScan opcode, changes to pOp must occur...
2020-09-29  drhThe OP_SeekScan opcode is a no-op if the cursor is...
2020-09-29  drhCoverage testing of the OP_SeekScan opcode. Fix a...
2020-09-29  drhImproved comments on the new OP_SeekScan opcode.
2020-09-29  drhImproved performance by manually in-lining the sqlite3V...
2020-09-29  drhTypo fix to repair the early-out optimization. Also...
2020-09-29  drhThe OP_SeekScan opcode works, but using it requires...
2020-09-28  drhRevisiting the IN-scan optimization to try to fix it...
2020-09-28  drhSmall performance improvement and size reduction by...
2020-09-28  drhAvoid the possibility of integer overflow on the -...
2020-09-25  shearerClarify
2020-09-25  shearerDistinguish between checkpoints (WAL-only, implementati...
2020-09-25  shearerReset to trunk's func. Still learning Fossil.
2020-09-25  shearerMore classification of functions.
2020-09-25  shearerMerging with trunk
2020-09-25  shearerAdd reminder comment that, by definition, these functio...
2020-09-24  shearerAdded context to explain that the test coverage is...
2020-09-24  shearerGroup metadata definitions together
2020-09-23  shearerFigured out where/how sqlite3BtreeRowCountEst() is...
2020-09-21  mistachkinFix harmless compiler warning seen with MSVC.
2020-09-21  danIn fts5 integrity checks, do not compare the contents...
2020-09-20  drhRemove a new assert() that the compiler finds is always...
2020-09-20  drhAttempt to silence harmless static analyzer warnings...
2020-09-17  danFix a typo in the documentation comment for sqlite3_pre...
2020-09-17  danFix a problem in sqlite-expert causing it to ignore...
2020-09-17  danFix a problem in fts5 causing the in-memory hash table...
2020-09-17  shearerOrder btree.h by logical function, add comments
2020-09-17  danFix a "jump depends on unitialized value" valgrind...
2020-09-17  drhEarlier detection of corruption in the rtreecheck(...
2020-09-17  drhPrevent use-after-free of the u.vtab.idxStr string...
2020-09-17  drhDISTINCT may not be ignored inside a UNION ALL common...
2020-09-16  drhFix a pair of assert()s in "PRAGMA foreign_key_check...
2020-09-16  drhFix harmless compiler warnings in Lemon.
2020-09-15  danFix a buffer overread found by OSSFuzz that could occur...
2020-09-15  drhDo not invoke usleep() for more than 999999 microseconds.
2020-09-11  danCatch fts5 index corruption caused by issuing 'delete...
2020-09-10  drhTry again to fix the typo in the sqlite3_txn_state...
2020-09-10  drhFix typo in the documentation for the new sqlite3_txn_s...
2020-09-10  drhIf an amalgamation is created using SQLITE_ENABLE_UPDAT...
2020-09-07  danFix another (harmless in practice) tsan error in shared...
2020-09-06  drhRemove an artifical limitation on the length of columns...
2020-09-05  drhFix a bug in Fossil that might cause it to crash if...
2020-09-04  danFix a tsan error that could occur when using shared...
2020-09-04  danEnsure that the busy-handler count is reset at the...
2020-09-01  mistachkinFix harmless compiler warning.
next