]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2018-07-03  danTest that a race condition can cause a "BEGIN EXCLUSIVE...
2018-07-02  danFix a problem in the xInverse callback for the built...
2018-07-02  danFix a segfault caused by having identical window functi...
2018-07-02  danFix a crash caused by a LIKE pattern that consists...
2018-07-02  danFix a segfault caused by invoking a regular aggregate...
2018-07-01  drhQuick patch to the Lemon parser template to avoid an...
2018-06-30  danAvoid a warning in fts5.c due to not using generated...
2018-06-30  danMerge implementation of SQL window functions from the...
2018-06-30  danFix a minor problem in the code for determining whether... exp-window-functions
2018-06-30  danMerge all changes from the weak-fallback branch except...
2018-06-30  danHave the tokenizer handle fallback for tokens "OVER... weak-fallback
2018-06-29  danFurther performance related tweaks for sqlite3RunParser().
2018-06-29  danFurther tweaks to sqlite3RunParser().
2018-06-29  danImprove on the previous checkin. Still a bit slow.
2018-06-29  danInstead of using a lemon %fallback directive, have...
2018-06-28  danModifications to parse.y to better support backwards...
2018-06-28  drhIntroduce the concept of "weak fallback" in the parser...
2018-06-27  danAdd missing VdbeCoverage() and VdbeCoverageNeverTaken...
2018-06-27  danAvoid redundant ORDER BY operations when rewriting...
2018-06-26  danMerge latest trunk changes.
2018-06-25  danAdd documentation comment for sqlite3_create_window_fun...
2018-06-25  danFix another problem that could cause a crash when a...
2018-06-23  danFix problems with using window-functions in correlated...
2018-06-23  danFix a problem with using LIMIT in window-function queries.
2018-06-23  danFix a problem with using a window-function SELECT as...
2018-06-22  danOmit all window-function related code when building...
2018-06-22  danMerge latest trunk changes.
2018-06-21  drhImproved context for error_log message coming from...
2018-06-21  danFix a problem with handling single row partitions in...
2018-06-20  danAdd tests to improve coverage of code in window.c....
2018-06-19  danMerge latest trunk changes with this branch.
2018-06-19  danFix a problem caused by a sub-query containing a window...
2018-06-19  danFix a problem with using min() or max() as a window...
2018-06-19  drhMinor change to the input grammar to make the parser...
2018-06-18  danFix problems with using window functions in CREATE...
2018-06-18  danAdd test case for the fix in the previous commit.
2018-06-18  mistachkinFix typo in the 'normalize' extension.
2018-06-18  danEnsure that all four callbacks are provided when regist...
next