]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2020-01-11  drhNew apis: sqlite3_filename_database(), sqlite3_filename...
2020-01-11  drhMinor changes for consistency between sqlite3_filename_... enhanced-uri
2020-01-11  drhRedesign for better legacy compatibility. Add the...
2020-01-10  drhRearchitect the way in which filenames are stored in...
2020-01-10  drhFix to the register validity tracking logic in debug...
2020-01-10  drhDocumentation updates on newer APIs. No changes to...
2020-01-09  drhFix the fossildelta.c extension so that it will compile...
2020-01-09  drhMerge in the untrusted-schema enhancements.
2020-01-09  drhOnly register the fts3_tokenizer() function using a...
2020-01-09  drhFix a harmless compiler warning.
2020-01-09  danFix an assert() in window.c that could fail with some...
2020-01-09  drhFix a problem in the encoding display in the updated... new-security-options
2020-01-09  drhFix minor typos in the trusted-schema.md document.
2020-01-09  drhMinor formatting changes in the trusted-schema.md document.
2020-01-09  drhDesign notes for the new-security-options branch.
2020-01-09  drhSimplified error message for the unsafe use of a virtua...
2020-01-09  drhFix a problem that restricted edgy functions in TEMP...
2020-01-08  drhBlock edgy functions used in DEFAULT constraints.
2020-01-08  drhPerformance improvements and test cases added. Allow...
2020-01-08  drhCheck for whether or not it is safe to use non-innocuou...
2020-01-08  drhProvide the -innocuous option to the "db func" method...
2020-01-08  drhFix the rot13.c extension to be deterministic. Add...
2020-01-08  drhIn the TreeView debugging output, show a "DDL" mark...
2020-01-08  drhMerge recent changes from trunk.
2020-01-08  drhWhen doing a test-to-double conversion on a BLOB with...
2020-01-08  drhFix a minor formatting error in the display of BLOB...
2020-01-08  drhImprovements to the documentation of sqlite3_create_col...
2020-01-08  drhSimplification of the logic in the constant-propagation...
2020-01-08  drhFix the constant propagation optimization so that it...
2020-01-08  drhFix a misworded comment. No code changes.
2020-01-07  drhCreate the "trusted_schema" pragma. Add sqlite3_vtab_c...
2020-01-07  drhEnforce SQLITE_VTABRISK restrictions.
2020-01-07  drhFix a performance regression caused by the previous...
2020-01-07  drhInvert the UNTRUSTED_SCHEMA setting to be TRUSTED_SCHEMA.
2020-01-07  drhMerge recent fixes from trunk.
2020-01-07  drhAdd an "|| CORRUPT_DB" term to an assert() statement...
2020-01-07  danFix an instance of an undefined behaviour (a left-shift...
2020-01-06  drhIn the typeof() optimization in OP_Column, expand the...
2020-01-06  drhMerge enhancements from trunk.
2020-01-06  drhRewrite the (debugging use only) sqlite3VdbeMemPrettyPr...
2020-01-06  drhBackout change [4d0b9109f7a5312d4e1] because the condit...
2020-01-06  mistachkinMove variable declaration to start-of-block for MSVC.
2020-01-06  drhDo not attempt to use the skip-scan optimization if...
2020-01-06  danEnsure the SF_Aggregate flag on a SELECT statement...
2020-01-06  drhRefactor names of flags for improved legibility.
2020-01-05  drhRemove a NEVER in btree due to a new test case from...
next