]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-06-07  drhFix the assert()s in the byte-code engine that prove... multikey-opt-idea
2018-06-07  drhRemove the NextIfOpen and PrevIfOpen opcodes which...
2018-06-07  drhTest cases.
2018-06-07  drhMerge the ".stat/.eqp" CLI fix from trunk.
2018-06-07  drhAvoid using a prepared statement for ".stats on" after...
2018-06-07  drhAdd the WHERE_IN_EARLYOUT flag and use it to clarify...
2018-06-07  drhMerge recent trunk enhancements.
2018-06-06  drhChange a comma into a logically equivalent but semantic...
2018-06-06  drhMore space and performance enhancements to sqlite3VdbeR...
2018-06-06  drhSmall performance optimization in sqlite3VdbeRecordComp...
2018-06-06  drhRearrange the order of some checks in the integrity_che...
2018-06-06  drhFix the sqlite3BeginTrans() calls within the snapshot...
2018-06-06  drhAnother minor optimization to OP_Transaction.
2018-06-06  drhChange sqlite3BtreeBeginTrans() to return the BTREE_SCH...
2018-06-06  drhFix the ".archive" command in the CLI (and the correspo...
2018-06-05  drhUpdate the version number to 3.25.0 for the next develo...
2018-06-05  drhAvoid unnecessary loads of columns in an aggregate...
2018-06-05  drhAdd the OP_IfNoHope and OP_SeekHit opcodes used to...
2018-06-05  danCalculate non-aggregate expressions in the SELECT list... exp-agg-opt
2018-06-05  drhUse an OP_NotFound opcode to cancel futile IN operators...
2018-06-05  drhMerge trunk changes.
2018-06-05  drhUpdate and correct the documentation on the OP_OpenRead...
2018-06-04  drhVersion 3.24.0 version-3.24.0
2018-06-04  drhMerge recent 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-30  drhDemonstration code on a possible technique for optimizi...
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  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  drhOn an UPDATE, try to overwrite an existing btree cell...
next