]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-08-06  danAllow sqlite3_snapshot_open() to be called to change... exp-snapshot-open
2018-08-06  drhEnhance the edit() function so that it converts text...
2018-08-06  drhAdd the --info option to the fuzzcheck test utility.
2018-08-06  drhFix an overzealous assert() statement discovered by...
2018-08-04  drhRemove the column-cache from the code generator. The...
2018-08-04  drhRemove a testcase() that is no longer reachable without... omit-column-cache
2018-08-04  drhFix comments that were made obsolete by the removal...
2018-08-04  drhRemove more column-cache residue: The OP_SetColTab...
2018-08-04  drhFurther logic simplifications that flow out of the...
2018-08-04  drhAdd test cases for the constant expression fix of the...
2018-08-04  drhEnsure that all expressions that are to be evaluated...
2018-08-04  drhRemove additional traces of the column cache.
2018-08-03  drhCompletely remove the column cache logic, which has...
2018-08-03  danFix the handling of sub-queries with LIMIT clauses...
2018-08-03  drhFix the OP_SeekRowid opcode so that it has no type...
2018-08-03  drhImprove "PRAGMA vdbe_trace=ON" to always show the key...
2018-07-29  drhIn the command-line shell, always exit if realloc(...
2018-07-28  drhAdd a small cost penalty to sorting to bias the query...
2018-07-28  drhDo not allow a column reference that is converted into...
2018-07-28  drhFix an assert() statement that was made obsolete by...
2018-07-28  drhImproved debugging output when the ".selecttrace" optio...
2018-07-27  drhImprovements to the parser to increase coverage. Fix...
2018-07-27  drhWhen doing a DROP VIEW do not try to delete entries...
2018-07-27  drhMinor grammar changes that help the parser run faster...
2018-07-27  mistachkinEnhance Makefile for MSVC to support building the shell...
2018-07-27  drhThe WHERE-clause constant propagation optimization...
2018-07-27  drhReduce the performance cost of the constant propagation... propagate-const-opt
2018-07-27  drhPerformance improvement to sqlite3ExprCollSeq(). With...
2018-07-27  drhFaster implementation of sqlite3IsBinary().
2018-07-27  drhOnly run the constant propagation optimization on joins...
2018-07-27  drhConstant propagation is now restricted to just the...
2018-07-26  drhAdd a test case demonstrating the collation problem...
2018-07-26  drhGeneralize the constant propagation optimization so...
2018-07-26  drhIn the unix VFS, give every unixInodeInfo object its...
2018-07-26  drhInitial implementation of the WHERE-clause constant...
2018-07-25  danFix a buffer overread in fts5.
2018-07-25  mistachkinKeep generated opcode values grouped together when...
2018-07-25  danFix a typo in the documentation for sqlite3_snapshot_get().
2018-07-24  drhDo not abort running queries due to a CREATE INDEX...
2018-07-24  mistachkinAdd missing SQLITE_OMIT_WINDOWFUNC check to the json1...
2018-07-23  drhReturn an SQLITE_NOMEM error if the locking mutex fails... separate-lock-mutex
2018-07-23  drhFirst attempt at reducing mutex contention in the unix...
2018-07-23  mistachkinFix typo of 'SQLITE_OMIT_WINDOWFUNC'.
2018-07-23  drhAttempt to improve the documentation for snapshots...
2018-07-23  danFix the macros used to generate the output of "PRAGMA...
2018-07-22  mistachkinFix more harmless compiler warnings seen with MSVC.
2018-07-22  mistachkinAnother minor revision to the 'fulltestonly' set of...
2018-07-22  mistachkinFix harmless compiler warning.
2018-07-22  mistachkinIn the Win32 VFS, when truncating a file, unmap it...
2018-07-22  drhRemove an unused branch in the FK logic. dropViewNoStat
2018-07-21  mistachkinIn 'resetdb.test', close a database prior to trying...
2018-07-20  mistachkinWhen dropping a view, skip trying to delete from 'sqlit...
2018-07-20  drhChange the SQLITE_Stat34 bit of the optimization test...
2018-07-20  drhNew checked in PRAGMA integrity_check to validate the...
2018-07-20  drhEnhanced detection of problems on the freelist and...
2018-07-19  drhAvoid a branch in the commit logic that is unreachable...
2018-07-19  drhAllow the VACUUM following SQLITE_DBCONFIG_RESET_DATABA...
2018-07-19  danExperimental fix for resetting databases that have... exp-dbreset-fix
2018-07-18  drhAdd the SQLITE_FCNTL_DATA_VERSION file control
2018-07-18  drhFix a harmless compiler warning in the pager. Enhance...
2018-07-17  danIf an SQLITE_IOERR error is encountered as part of...
2018-07-17  danFix for builds without SQLITE_ENABLE_BATCH_ATOMIC_WRITE. exp-retry-atomic-commit
2018-07-16  danAdd new file doc/F2FS.txt, containing notes on the...
2018-07-16  drhMinor simplification to sqlite3RollbackAll().
2018-07-14  danIf an SQLITE_IOERR error is encountered as part of...
2018-07-13  danRemove an unused function declaration from fts5.
2018-07-13  danAdd the "categories" option to the unicode61 tokenizer...
2018-07-12  danAdd a test-control to disable the skip-scan optimization.
2018-07-12  danAdd a test case to check that SQLITE_DBCONFIG_RESET_DAT...
2018-07-11  drhOn an UPSERT when the order of constraint checks is...
2018-07-11  drhAdjustments to VdbeCoverage macros to deal with byte...
2018-07-10  drhRemove incorrect ALWAYS() macros from the window functi...
2018-07-10  drhAdd VdbeModuleComment()s on the three main code generat...
2018-07-10  drhMinor comment changes. Add ALWAYS() macros on some...
2018-07-10  drhIdentify Select objects within a single statement using...
2018-07-10  danModify tests in window3.test to be tolerant of rounding...
2018-07-10  danFix a problem with using scalar sub-selects in window...
2018-07-10  drhFurther improvements to bytecode branch testing. Fix...
2018-07-10  drhEnhancements and improved documentation to the byte...
2018-07-10  drhFix a harmless warning about comment formatting in...
2018-07-10  drhAssert that if two functions compare equal in every...
2018-07-10  drhEnhance the sqlite3ExprCompare() routine so that it...
2018-07-10  drhEnhance the TreeView mechanism so that it shows the...
2018-07-10  drhNew VDBE comments and coverage macros.
2018-07-09  drhFixes for various harmless compiler warnings.
2018-07-09  drhAdd a comment to restriction (6) of the push-down optim...
2018-07-09  drhAdd an ALWAYS() around a branch in sqlite3BtreeSkipNext...
2018-07-09  danAvoid leaving view-definitions with an incomplete set...
2018-07-09  danAdd a couple of OOM tests.
2018-07-09  drhRemove redundant branches in window function processing.
2018-07-09  drhSimplification to the grammar rules for window function...
2018-07-09  danThrow an error if the second argument passed to nth_val...
2018-07-09  danFix a bad assert() in window.c.
2018-07-09  drhSimplification to the logic that detects misuse of...
2018-07-09  drhDuring WITHOUT ROWID table creation, if the sqlite3Crea...
2018-07-08  drhIdentify specific FuncDef objects for window functions...
2018-07-07  drhSimplifications to the implementation of the sum()...
2018-07-07  danFix another problem with reusing LSM cursors for range...
2018-07-07  drhFix the JSON extension so that it can be compiled separ...
2018-07-07  danFix an LSM problem caused by using the same cursor...
next