]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-05-07  drhAdd the exprNodeCopy() routine that will safely memcpy... expr-node-copy-patch
2018-06-04  drhMerge changes from trunk.
2018-06-02  drhAvoid using a misaligned pointer.
2018-06-02  drhFix the usage of posix_fallocate() so that it correctly...
2018-06-02  danUpdate a test case in malloc5.test to take into account...
2018-06-02  drhWork around a sanitizer warning about a pointer being... align8-fix
2018-06-02  drhProposed fix for the use of posix_fallocate() so that... einval-from-fallocate
2018-06-02  drhFix the CSV extension so that it works with single...
2018-06-02  drhEnsure that sqlite3AuthRead() is only call for TK_COLUM...
2018-06-01  danFix a bug in the SQLITE_ENABLE_SORTER_REFERENCES code...
2018-05-31  drhMore documentation typo fixes. No code changes.
2018-05-31  drhFix a harmless typo in a comment used to generate docum...
2018-05-30  drhAdd the Makefile.fallback makefile to the amalgamation...
2018-05-30  drhDo not use the codec on the resetdb.test script.
2018-05-30  drhFix a typo in an error message in the CLI.
2018-05-30  drhFix the parser so that it builds with -DSQLITE_OMIT_CTE.
2018-05-30  drhFix a harmless compiler warning.
2018-05-29  danIncrease the number of database handles opened by test...
2018-05-29  danFix autoinc.test and resetdb.test so that they work...
2018-05-29  drhAdd a comment to justify a goto statement. No code...
2018-05-29  danMore minor changes to test scripts.
2018-05-29  danFix some test script issues caused by recent EXPLAIN...
2018-05-29  danDo not run test file "resetdb.test" as part of permutat...
2018-05-28  danDo not require a statement journal in cases where REPLA...
2018-05-28  drhWhen compiling with SQLITE_DEBUG, add run-time checks...
2018-05-28  drhFix the build so that it works with -DSQLITE_TEST_REALL... stmt-journal-testing
2018-05-28  drhWhen compiling with SQLITE_DEBUG, add run-time checks...
2018-05-26  drhStore application-defined function names as lower-case...
2018-05-26  drhAdd a single sentence of documentation about the virtua...
2018-05-24  drhWhen doing a one-pass UPDATE or DELETE on virtual table...
2018-05-24  drhNew test case for reading and writing the same rtree...
2018-05-24  drhDo not allow RTree writes when a read cursor is active...
2018-05-24  drhIn the OOM testing logic, add the sqlite3FirstFault...
2018-05-24  drhFix a typo in a comment used to generate VDBE opcode...
2018-05-24  drhAddition cases for rtree preformance testing in speedte...
2018-05-24  drhUpdates to the sqlite3_vtab_nochange() documentation...
2018-05-23  drhRemove a branch that is no longer used due to the fix...
2018-05-23  drhVerify that the sqlite_sequence table exists and is...
2018-05-18  drhAdd support for auxiliary columns to the rtree extension.
2018-05-18  drhMerge enhancements from trunk, especially the CLI fixes. aux-data-in-rtree
2018-05-18  drhIn the CLI, detect and report errors on sqlite3_close...
2018-05-18  drhAvoid unnecessary sqlite3_finalize() operations.
2018-05-18  drhFix a prepare-statement leak.
2018-05-18  drhImproved error messages. Limit the number of auxiliary...
2018-05-18  drhImprovements to integer/float comparisons on architectu...
2018-05-18  drhRemove incorrect NEVER() macro added by the previous... int-float-compare
2018-05-18  drhImprovements to the sqlite3IntFloatCompare() routine...
2018-05-17  drhIn the CLI with the -A command, if the file does not...
2018-05-17  drhImproved error and help messages for the ".archive...
2018-05-17  drhFix memory errors associated with argv in the CLI when...
2018-05-16  drhFix an issue with rtreecheck() and auxiliary data columns.
2018-05-16  drhDo not allow auxiliary columns in the rtree to interfer...
2018-05-16  drhFix the OOM issue mentioned in the previous check-in.
2018-05-16  drhInitial implementation of the ability to have auxiliary...
2018-05-16  drhEnhance the sqlite3_str_new() interface so that it...
2018-05-16  drhCorrect output for the fullkey column of json_each...
2018-05-15  danFix a test case problem in wherelimit.test.
2018-05-14  drhMake more aggressive use of automatic indexes when...
2018-05-14  drhConvert the schema creation logic in the rtree extensio...
2018-05-14  mistachkinFix typo in the shell.c source file.
2018-05-14  drhExport the deduceDatabaseType() function the shell...
2018-05-14  drhAdd the --append option to the ".backup" command in...
2018-05-12  drhIn the CLI, allow comment lines that begin with '#...
2018-05-11  drhIn the CLI, return non-zero if there are errors on...
2018-05-11  drhFix a typo in the help message from the ".sha3sum"...
2018-05-11  drhMake sure the open_db() routine in the CLI does not...
2018-05-09  danAdd a test case to check that the fts5 unicode64 tokeni...
2018-05-09  drhAdd 14 new interfaces to the loadable extension mechanism.
2018-05-09  drhFix minor problems with the sqlite3_str interface.
2018-05-09  drhMake the internal dynamic string interface available...
2018-05-09  drhFix a typo in a comment used for documentation. No...
2018-05-08  drhCorrectly format the STAT1 and STAT4 content in the...
2018-05-08  drhMerge changes from trunk, especially the activation...
2018-05-08  drhFix a harmless compiler warning in fuzzcheck. Add...
2018-05-08  drhFuzz test cases for UPSERT.
2018-05-07  drhActivate the cell-overwrite optimization for index...
2018-05-07  drhImproved comments on the cell-overwrite optimization...
2018-05-07  drhMerge enhancements from trunk, and especially the cell...
2018-05-07  drhOn an UPDATE, try to overwrite an existing btree cell...
2018-05-07  drhFix harmless compiler warnings associated with the...
2018-05-07  drhFix harmless compiler warnings in the cell-overwrite... cell-overwrite-prototype
2018-05-07  drhBackout change [05fee1a21ea398f1e4d6f1cf3] because...
2018-05-05  drhIn an ORDER BY LIMIT, make sure the ORDER BY expression...
2018-05-05  drhFix a slightly incorrect corruption detection branch...
2018-05-04  drhBring the code that changes the owner of WAL and rollba...
2018-05-04  drhMerge recent enhancements from trunk.
2018-05-04  drhMerge enhancements from trunk.
2018-05-04  drhFix requirements marks. No code changes.
2018-05-04  drhFor the amalgamation-tarball, enable FTS5 and JSON1...
2018-05-04  drhMake a separate limb in the EXPLAIN QUERY PLAN output...
2018-05-03  drhIn ORDER BY LIMIT queries, try to evaluate the ORDER...
2018-05-03  drhFix a branch that has become unreachable due to recent...
2018-05-03  drhImproved security for VACUUM. This check-in combines...
2018-05-03  drhOverhaul of EXPLAIN QUERY PLAN. The output is now in...
2018-05-03  drhOptimizations to the new EQP framework. rework-EQP
2018-05-03  drhFix various error handling conditions on the cell overw...
2018-05-03  drhThe BtCursor.info fields are only valid if info.nSize!=0.
2018-05-03  drhAdd more corruption checking to the cell overwrite...
2018-05-03  drhBug fixes in the overwrite optimization.
2018-05-03  drhThe sqlite3BtreeInsert() routine tries to overwrite...
next