]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-07-10  danExperimental planner change to avoid a skip-scan if... exp-begin-concurrent-pnu
2018-07-10  danMerge begin-concurrent changes into this branch.
2018-07-10  danMerge latest trunk changes into this branch.
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-04  danExperimental planner change to avoid a skip-scan if... exp-avoid-expensive-skipscan
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...
2018-06-18  danAdd new API function sqlite3_create_window_function...
2018-06-15  danAdd extra OOM test.
2018-06-15  danFix another problem in lead()/lag(). And some errors...
2018-06-15  danFix a bug in the lead() and lag() window functions...
2018-06-14  danFix a problem with handling of statements containing...
2018-06-14  danFix problem with window functions min() and max() when...
2018-06-14  danMerge latest trunk changes into this branch.
2018-06-14  danImprove comments and code legibility in new file window.c.
2018-06-13  danFix problems with "RANGE BETWEEN CURRENT ROW AND UNBOUN...
2018-06-13  drhOutput infinity as 1e999 in the ".dump" command of...
2018-06-13  drhPad out the sqlite3_value structure to be a multiple...
2018-06-13  danFix some test case numbers in expert1.test.
2018-06-13  danUnless SQLITE_OMIT_AUTOINIT is defined, allow sqlite3_v...
2018-06-13  danCheck that malloc() has not already failed when invokin...
2018-06-13  drhAdd the unused SQLITE_CANTOPEN_DIRTYWAL result code...
2018-06-12  danFix another issue to do with window-functions in aggreg...
2018-06-12  drhDocumentation update: clarify that sqlite3_errcode...
2018-06-12  drhDocumentation updates: clarify the behavior of sqlite3_...
next