]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-07-28  drhAn early attempt at refactoring Expr expr-simplify-branch1
2018-07-28  drhAdd assert() statements to sqlite3ExprDelete() that...
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...
2018-07-07  drhAdd ALWAYS() macros on results of sqlite3_aggregate_con...
2018-07-07  drhAdd an assert() to help verify that OP_AggInverse is...
2018-07-07  danAdd missing VdbeCoverage() macro to window.c.
2018-07-07  danFix a problem with the handling of NULL values in the...
2018-07-06  drhTry to improve the error messages for misformed frame...
2018-07-06  danAlso disallow non-constant expressions in "<expr> PRECE...
2018-07-06  danEnsure an error is returned if the user specifies an...
2018-07-06  danPrevent "UNBOUNDED FOLLOWING" from being used as the...
2018-07-06  danRemove some bad assert() statements from the implementa...
2018-07-06  danReturn an error if DISTINCT is used with a window-funct...
2018-07-05  drhUse separate opcodes, OP_AggValue and OP_AggInverse...
2018-07-05  danUpdate the recipe for resetting a database using
2018-07-05  drhGet the json_group_array() and json_group_object()...
2018-07-05  danReturn an error if a "RANGE" window-frame uses "<expr...
2018-07-05  danFix a problem in the xInverse method of window-function...
2018-07-05  drhFix the .dump command in the command-line shell so...
2018-07-05  danIn wal mode, if a "BEGIN EXCLUSIVE" command (or any...
2018-07-05  danFix a typo inside an assert() statement introduced... exp-busy-snapshot-fix
2018-07-05  danIn wal mode, if a "BEGIN EXCLUSIVE" command (or any...
next