]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2020-02-24  drhRework this changes so that instead of setting the... stat4-truthprob
2020-02-24  drhDisable the new analyzeG.test module if not building...
2020-02-24  drhMerge bugfix from trunk.
2020-02-23  drhFix a problem with ALTER TABLE for views that have...
2020-02-22  drhDo not activate the truthProb adjustment mechanism...
2020-02-22  danAdd new test file analyzeG.test, containing a test...
2020-02-22  drhWhen stat4 information is available, try to use it...
2020-02-22  drhIn the OP_Column opcode, if the cursor is marked NullRo...
2020-02-20  danAdd test case for previous commit.
2020-02-20  drhEarly-out on the INTERSECT query processing following...
2020-02-19  drhFix a potential NULL pointer dereference following...
2020-02-18  drhRemove a NEVER() macro and add a test case to cause...
2020-02-18  drhAdd the new sqlite3_create_filename() and sqlite3_free_...
2020-02-17  drhConvert invalid surrogates to 0xfffd when translating...
2020-02-17  drhA better (smaller and faster) solution to ticket [43748...
2020-02-17  drhTake care when checking the table of a TK_COLUMN expres...
2020-02-16  drhAvoid an infinite recursion on an illegal recursive...
2020-02-13  drhFix problems in the constant propagation optimization...
2020-02-13  drhDisallow the skip-scan optimization in the absence...
2020-02-13  drhOmit O_NOFOLLOW from the open() call when opening ...
2020-02-13  drhFix an incorrect assert() statement that was added...
2020-02-12  drhIncrease the default upper bound on the number of param...
2020-02-12  danWhen determining whether an == or IS constraint in...
2020-02-10  drhMark the sha1() extension function as SQLITE_DETERMINISTIC.
2020-02-10  drhFix the build for when SQLITE_VDBE_COVERAGE is used.
2020-02-07  drhDuring byte-code generation, strive to avoid jumps...
2020-02-07  drhSimplify the code by removing the unsupported and undoc...
2020-02-06  drhThere is no need to keep track of the number of changed...
2020-02-06  drhUnroll the comparison loop inside keywordCode() for...
2020-02-06  drhSeparate OP_IdxInsert and OP_SorterInsert into complete...
2020-02-06  drhRemove dead code from the sqlite3_filename_database...
2020-02-06  danFix some fts3 problems found by usan.
2020-02-05  drhSmall size reduction and performance improvement in the
2020-02-04  danEnable more detailed log messages in SQLITE_ENABLE_CORR...
2020-02-04  drhExtend the OP_Copy-coalesce optimization fix of check...
2020-02-04  drhFix a problem with the byte-code decompiler that was...
2020-02-03  drhCosmetic change to the xfer-optimization to put the...
2020-02-03  drhIncrease the version number to 3.32.0.
2020-02-01  drhOn an INSERT or UPDATE, perform affinity conversions...
2020-02-01  drhFix the comment display for the OP_Function opcode...
2020-02-01  drhMerge the sqlite3CodecQueryParameters() fix into trunk.
2020-02-01  drhFix a problem in sqlite3CodecQueryParameters() that...
2020-01-31  drhFix a minor typo in a comment in the btreeinfo extension.
2020-01-29  danFix a problem with the processing of IN(...) constraint...
2020-01-29  danAdd a test case for commit [ffd8bb93].
2020-01-29  drhRemove a NEVER() that is in fact reachable. Test cases...
2020-01-29  drhAdd new memory barriers during initialization.
2020-01-29  drhModify a couple of FTS test cases so that they work...
2020-01-28  drhFaster decoding of 32-bit variable-length integers...
2020-01-28  drhSmall performance improvement to the key-comparision...
2020-01-28  drhReinstate the optimization of converting "a IN (C)...
2020-01-28  danFix a 4 byte OOB read in test_multiplex.c.
2020-01-28  drhMinor change for compatibility with the s390 architecture.
2020-01-27  drhVersion 3.31.1 version-3.31.1
2020-01-27  drhUpdate the version number to 3.31.1.
2020-01-27  drhRevise the layout of filenames in the Pager object...
2020-01-23  drhFix typos in the sqlite3ext.h header file that prevent...
2020-01-23  mistachkinFix variable declaration issue seen with MSVC.
2020-01-22  drhFix a NEVER() macro that can be true if compiled with
2020-01-22  drhVersion 3.31.0 version-3.31.0
2020-01-21  danUpdate test file exclusive.test so that it works with...
2020-01-21  danFix a problem with using views in SQLITE_OMIT_VIRTUAL_T...
2020-01-21  danFix a case in fts3auto.test that fails for SQLITE_DISAB...
2020-01-21  danFix an assert() that could fail in SQLITE_MUTATION_TEST...
2020-01-21  danFix a problem in the userauth extension causing it...
2020-01-21  drhFix the series.c and spellfix.c extensions to use SQLIT...
2020-01-21  mistachkinImprovements to the autoconf TEA Makefile for MSVC.
2020-01-20  drhIn the fuzzcheck test program, reduce the default expre...
2020-01-19  drhEnhancement to the CLI to allow the ".parameter init...
2020-01-18  drhDocumentation improvements.
2020-01-18  drhIn the TCL interface, add the ability to change the
2020-01-18  drhAllow non-deterministic function in CHECK constraints...
2020-01-18  drhDo not use memcpy() of zero bytes when initializing...
2020-01-18  drhDisable a redundant test case that uses a very large...
2020-01-18  mistachkinFix harmless compiler warning seen with MSVC.
2020-01-18  drhAdd extra front margin to the fake empty filename retur...
2020-01-18  drhFix the VDBE so that it correctly handles the sequence...
2020-01-17  drhFix a typo in a comment. No code changes.
2020-01-17  drhThe compress() function should not be deterministic...
2020-01-17  drhFix #ifdefs so it compiles cleanly with all SQLITE_OMIT...
2020-01-17  drhImproved rounding in the 'unixepoch' feature of the...
2020-01-17  danUpdate test script instrfault.test to account for the...
2020-01-17  danFix a case in "fuzz.test" that could fail, as non-deter...
2020-01-16  drhNew testcase() macros in select.c, for coverage of...
2020-01-16  danAdd the SQLITE_FCNTL_CKPT_DONE file-control for the...
2020-01-16  drhDo not allow the constant-propagation optimization...
2020-01-16  drhFix an SQL syntax error in the comment on the omit...
2020-01-16  drhClean up the definitions of the TERM_ constants in...
2020-01-15  drhDo not allow the "PRAGMA encoding" statement to change...
2020-01-14  drhFix the urifuncs.c extension (used for testing and...
2020-01-14  drhRemove an ALWAYS on a branch for improved database...
2020-01-14  drhAdd the new noop_nd() debugging function to the noop...
2020-01-14  drhFor the showdb utility program, more accurate detection...
2020-01-14  drhFix a minor typo on a comment in the CLI implementation.
2020-01-14  drhImprovements to sqlite3_open_v2() documentation.
2020-01-13  drhMore documentation updates. No code changes.
2020-01-13  drhDocumentation updates. No changes to code.
2020-01-12  drhBetter than removing the incorrect assert() is to chang...
2020-01-12  drhChange the zipfile virtual table so that the xBestIndex...
2020-01-12  drhRemove an incorrect assert(). Fix for ticket [614b2531...
next