]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-12-28  drhMerge performance enhancements and other patches. factor-out-scalar-subselect
2018-12-28  drhMerge performance enhancements from trunk.
2018-12-28  drhFaster allocation of new sqlite3_stmt objects.
2018-12-28  drhMove the nOpAlloc field from Parse into Vdbe to avoid...
2018-12-28  drhMerge patches and enhancements from trunk.
2018-12-28  danFix another problem with loading the structure record...
2018-12-28  danFix a problem causing the sqlite_master entry correspon...
2018-12-28  danAvoid an undefined left-shift operation in fts5 caused...
2018-12-28  danFix a buffer overwrite in fts5 triggered by a corrupt...
2018-12-28  danFix problems in fts5 found by ASAN.
2018-12-27  danFix another problem with corrupt database handling...
2018-12-27  drhModify the btree02.test module so that it does not...
2018-12-27  danFix another problem in fts5 caused by a corrupt schema...
2018-12-27  drhFix the filename normalization in the dbtotxt utility...
2018-12-27  danFix a null-pointer dereference that could occur in...
2018-12-27  drhFix a problem in which nested CTEs with the same table...
2018-12-27  drhIn the treeview debugging output,
2018-12-26  danUpdate the coverage-wal permutation to cover branches...
2018-12-26  danAdd a few more test cases to walvfs.test.
2018-12-26  danAvoid an "unitialized value read" problem in fts5 that...
2018-12-26  danFix a problem with handling corrupt databases in the...
2018-12-26  drhHere is the beginnings of an effort to factor out the...
2018-12-26  danFix a problem with corrupt fts3 database detection...
2018-12-26  drhFix a problem with the CSV extension when it uses the...
2018-12-25  drhFix a typo in a comment that is used to generate sessio...
2018-12-25  drhIncrease the number of parameters to sqlite3WhereCodeOn...
2018-12-24  drhImprovements to EXPLAIN QUERY PLAN formatting. The...
2018-12-24  danAdd a few more test cases to walfault2.test and walvfs...
2018-12-24  danChange another fts5 assert() that may fail with a corru...
2018-12-24  danAdd test cases to test file walvfs.test.
2018-12-24  drhAlways include OP_Explain opcodes in the bytecode when...
2018-12-24  danCopy some extra test infrastructure from the mutexfree...
2018-12-24  drhRestore a line of code that was previously commented...
2018-12-24  danChange the way a comparison used to detect corrupt...
2018-12-24  drhDo not generate subroutines for non-static SELECT and...
2018-12-24  drhPrevent the use of subroutines to implement the RHS...
2018-12-24  drhExperimental code that tries to put the computation...
2018-12-23  drhSplit the code generation for the RHS of IN operators...
2018-12-22  danImprove the coverage of wal.c provided by the "coverage...
2018-12-22  danCatch another case of a corrupted structure record...
2018-12-22  danChange a faulty assert() in fts5 that could fail on...
2018-12-22  drhFix one more instance of excess whitespace in test...
2018-12-22  drhRemove unnecessary whitespace from testcase result...
2018-12-22  danFix an assert() in fts5 that could fail with a corrupt...
2018-12-22  danFix a "jump or move depends on uninitialized value...
2018-12-22  danAvoid a left-shift of a negative value (undefined behav...
2018-12-22  danFix cut-and-paste error in test file fts4umlaut.test.
2018-12-22  drhDo not all REPLACE to sneak a NULL value into a NOT...
2018-12-22  drhThe OP_Eq and OP_Ne operators have a special P5 value...
2018-12-21  drhUpdate the dbtotxt utility program so that it does...
2018-12-21  drhImproved detection of shadow table corruption in RTREE.
2018-12-21  danAdd new sqlite3_prepare_v3() flag SQLITE_PREPARE_NO_VTA...
2018-12-21  danUse SQLITE_PREPARE_NO_VTAB in rtree as well. prepare-no-vtab
2018-12-21  danAdd tests for the use of SQLITE_PREPARE_NO_VTAB in...
2018-12-21  danAdd new sqlite3_prepare_v3() flag SQLITE_PREPARE_NO_VTA...
2018-12-21  drhIn FTS3, avoid calling memcpy() with a NULL source...
2018-12-21  drhThe fts4umlaut.test module requires FTS5, so do not...
2018-12-21  drhFix the node hash function in RTREE to ensure that...
2018-12-21  drhFix a potential NULL-pointer deference in RTREE due...
2018-12-21  drhPrevent an infinite loop in rtree that can result from...
2018-12-21  drhFix the RTree extension so that it correctly ignores...
2018-12-21  drhIn RTREE, turn an assert() into an if() because the...
2018-12-21  danRemove an assert() that could fail on a corrupt db...
2018-12-20  drhDo not set the Cursor.seekOp test variable in the OP_No...
2018-12-20  danFix a bug in the code that detects self-referencing...
2018-12-20  danFix a segfault caused by using the RAISE function incor...
2018-12-18  danIn defensive mode, do not allow shadow tables to be...
2018-12-17  mistachkinMove variable declaration to address compilation issue...
2018-12-15  danFix errors in comments in fts5.h.
2018-12-14  drhFix harmless compiler warnings.
2018-12-14  drhFix possible integer overflow while running PRAGMA...
2018-12-14  drhBack out the expansion of the temporary buffer size...
2018-12-14  drhAvoid a buffer overread in ptrmapPutOvflPtr() that...
2018-12-14  drhFix a harmless compiler warning in Sessions.
2018-12-14  drhExpand the size of the temporary page used during btree...
2018-12-14  danWhen saving the position of a cursor at the b-tree...
2018-12-14  drhFix a problem with bytecode generation when a query...
2018-12-14  danPosible fix for [d96eba87]. tkt-d96eba87
2018-12-14  drhFix a bug in fuzzcheck that cause it to overlook a...
2018-12-14  drhDetect when an attempt is made to write to a pointer... fuzzcheck-fix
2018-12-14  drhFix a bug in the custom in-memory VFS used by fuzzcheck...
2018-12-13  drhFix the dbtotxt decoder in the CLI so that it ignores...
2018-12-13  drhdbfuzz2 found a NEVER() that is sometimes true.
2018-12-13  drhAdd extra tests for database corruption inside the...
2018-12-13  drhFix a problem in sqlite3BtreeDelete() in which deleting...
2018-12-13  drhAdd the "decode_hexdb" TCL command to testfixture....
2018-12-13  drhFix the CLI to keep proper track of input line numbers...
2018-12-13  drhFix the CLI so that the ".open --hexdb" command works...
2018-12-13  drhMerge the dbtotxt enhancement from trunk. dbfuzz2-cases
2018-12-13  drhAdd the "dbtotxt" utility program and the ability to...
2018-12-13  drhInclude OPTS in the build of dbfuzz2.
2018-12-13  drhFix the Makefile so that it honors CFLAGS when building...
2018-12-13  drhNew database corruption test cases discovered by dbfuzz...
2018-12-12  drhFix another problem found by Matthew Denton's new fuzzer.
2018-12-12  drhRemove an ALWAYS() from a branch that is not always...
2018-12-12  drhOSSFuzz found a case where an assert() inside sqlite3Ex...
2018-12-11  drhSmall performance improvement in sqlite3_step().
2018-12-11  drhSmall performance improvement in the sqlite3_bind(...
2018-12-10  drhFurther refinements to the sqlite3_normalized_sql(...
2018-12-10  drhRefactor the sqlite3_normalized_sql() implementation.
next