]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-05-19  larrybrIncorporate ..._DESERIALIZE revision. compile_options
2021-05-19  larrybrmerge from trunk
2021-05-19  drhAdd a comment with useful information about SHM locking...
2021-05-19  drhFix a formatting error on the comment. better-comment
2021-05-19  drhAdd a table of shared-memory lock offsets in a comment...
2021-05-19  danAllow aggregate sub-selects within ORDER BY and PARTITI...
2021-05-19  drhImproved column name and column type determination...
2021-05-19  larrybrCure some TCL test failures and narrow an object scope.
2021-05-18  drhIn the MULTI-INDEX OR query plan, code for sub-expressi...
2021-05-18  drhImproved comments on the generated opcodes.h file.
2021-05-18  drhAdd a CORRUPT_DB term to an assert() added earlier...
2021-05-17  drhFix harmless compiler warnings.
2021-05-17  drhEnhance the integer-comparison optimization on the...
2021-05-17  danFix problems with refering to CTEs from within sub...
2021-05-17  drhWhen deleting an SQL function that does not exist,...
2021-05-17  drhPerformance improvement in sqlite3TableLock().
2021-05-15  drhPerformance optimization in the memory allocation of...
2021-05-15  drhPerformance optimization to the clearCell() routine...
2021-05-14  drhSmall performance improvement for sqlite3BtreeInsert().
2021-05-14  drhAvoid adding superfluous virtual WHERE clause terms...
2021-05-14  drhAttempt the [/info/f4229707ac08d66c|constant propagatio...
2021-05-14  drhFix an over-length source code comment in whereexpr...
2021-05-13  drhModify the sqlite3_stmt_readonly() interface so that...
2021-05-13  drhThe content columns of the index-btree that implements...
2021-05-12  drhFurther simplification of the reverse-order scan logic...
2021-05-12  drhFix the query plan for an indexed lookup on a WITHOUT...
2021-05-12  drhFix a race condition that can lead to deadlock in the...
2021-05-12  drhAdd the new threadtest5 test program for stressing...
2021-05-12  drhEnhance the memdb VFS so that it is able to share datab...
2021-05-12  drhRespond correctly to OOM during mutex allocation. memdb-enhancement
2021-05-12  drhMark an unreachable branch as NEVER().
2021-05-11  drhFix a NEVER() that can sometimes be true.
2021-05-11  drhFix a NEVER() that can sometimes be true.
2021-05-10  drhEnhance the memdb VFS to provide the ability to share...
2021-05-08  drhEnable the sqlite3_serialize() and sqlite3_deserialize...
2021-05-08  drhFix help-text typo in the CLI.
2021-05-07  drhDetect misuse of aggregate functions in the ORDER BY...
2021-05-06  danFixes for cksmvfs and rbu so that they work together.
2021-05-06  drhRemove an assert() in FTS5 that can (rarely) be false...
2021-05-06  drhImproved detection of oversized cells in balance_nonroo...
2021-05-05  drhProvide the sqlite3PrintMem() routine on SQLITE_DEBUG...
2021-05-05  danFix an undefined-integer-overflow problem in fts3.c.
2021-05-04  drhWhen applying the optimization that disables WHERE...
2021-05-04  drhAlso for the 0x20000 bit of ".wheretrace", show when...
2021-05-04  drhAdditional debugging output for whereScanNext() showing...
2021-05-04  drhBack out the EXISTS-to-IN optimization. It slows thing...
2021-05-03  drhFix minor coverity warnings in the CLI.
2021-05-03  drhFix a potential memory leak following OOM in the decima...
2021-05-01  drhBack out the NEVER() inserted by [c7309ed3c7588c7e...
2021-04-30  drhGuard against a NULL-pointer dereference following...
2021-04-30  drhFix a harmless "unused variable" warning when compiling...
2021-04-29  larrybrReduce API lifetime requirement for objects passed...
2021-04-29  drhFix the operation of the "-" argument to --load-dbsql...
2021-04-29  drhFix the IN-early-out optimization so that it works...
2021-04-29  drhEnhanced "PRAGMA vdbe_trace=on" output associated with...
2021-04-29  drhFix harmless compiler warnings.
2021-04-29  drhUpdate test/fuzzdata8.db with recent dbsqlfuzz finds.
2021-04-28  drhIgnore the TEMP or TEMPORARY keyword on CREATE statemen...
2021-04-28  drhAdjust a VDBE coverage macros due to the enhancement...
2021-04-27  drhFurther improvements to the handling of RETURNING claus...
2021-04-27  drhRETURNING bug fix: Correctly deal with RETURNING state...
2021-04-27  danFix a segfault that could occur when querying a corrupt...
2021-04-27  larrybrmerge latest trunk
2021-04-27  drhBetter error messages on showdb.
2021-04-26  drhImproved robustness of the "showdb" debugging program...
2021-04-26  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2021-04-26  drhFix the [/info/df1d6482f9e92daf|UNION ALL flattener...
2021-04-26  drhAdd ALWAYS() to branches that are no longer reachable...
2021-04-26  larrybrrefix altertab.test
2021-04-26  danFix a problem that could cause a crash in sqlite3BtreeD...
2021-04-26  drhMore aggressive detection of OOM errors in resolveAlias().
2021-04-26  drhWhen doing the optimization that attempts to avoid...
2021-04-26  danDo not initialize eponymous virtual tables when parsing...
2021-04-25  larrybrSkip test when no JSON.
2021-04-24  drhMake window range queries more robust against corrupt...
2021-04-24  drhTreat byte-order marks (BOMs) at the start of a token...
2021-04-24  drhFix testcase altertab-25.1 due to check-in [c7909e8e0d0...
2021-04-23  drhFix harmless compiler warnings in fuzzcheck.
2021-04-23  drhEnhance the --load-dbsql and related options of fuzzche...
2021-04-23  drhGive a better final output line for the --spinner optio...
2021-04-23  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2021-04-23  danFix an assert() in fts5_index.c that may fail if the...
2021-04-23  drhImproved OOM detection in sqlite3ExprCheckIN().
2021-04-22  drhChange a memcpy() into a memmove() to prevent a warning...
2021-04-22  drhFix harmless compiler warnings of unused function param...
2021-04-22  danFurther tweaks for comments in sqlite3session.h.
2021-04-22  danChange to comments in sqlite3session.h. No changes...
2021-04-22  drhRaise an error on an attempt to rename an eponymous...
2021-04-22  danAdd the experimental sqlite3session_changeset_size...
2021-04-22  danAdd the sqlite3session_object_config() API. Current... session-changeset-size
2021-04-22  drhImproved handling of errors in ALTER TABLE RENAME.
2021-04-22  drhFix the date/time translation logic in the zipfile...
2021-04-22  drhEnsure that the typedefs for specific-length integers...
2021-04-22  drhIn the whereLoopXfer() routine, ensure that the destina...
2021-04-21  drhThe new OP_Null opcode from check-in [8b54102a00852b72...
2021-04-21  danAdd the experimental sqlite3session_changeset_size...
2021-04-21  drhAdd recent dbsqlfuzz test cases to test/fuzzdata8.db.
2021-04-21  drhInitialize the key registers in the skip-scan optimizat...
2021-04-21  danFix a problem allowing SQL variables to be used express...
2021-04-20  drhRemove a testcase() that is no longer relevant due...
next