]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-03-21  drhMake sure system errors that occur durign sqlite3_step... sqlite_system_errno
2016-03-21  drhImproved comments. No logical changes to code.
2016-03-21  drhDo a better job of capturing all system errno values...
2016-03-21  drhMerge updates from trunk.
2016-03-21  danChange the way fts5 internally allocates segment ids...
2016-03-21  drhChange the Vdbe.aMem array so that it is zero-based...
2016-03-21  drhRemove an unreachable branch. Improvements to comments. zero-base-aMem
2016-03-19  drhChange the Vdbe.aMem array so that it is zero-based...
2016-03-19  danFix exclusive.test so that it works with -DSQLITE_TEMP_...
2016-03-19  drhUpdates to the Lemon documentation.
2016-03-19  danAdd the sqlite3rbu_bp_progress() API to the RBU extensi...
2016-03-19  danFix a problem detecting invalid values in the rbu_contr... rbu-percent-progress
2016-03-19  danUpdate the sqldiff tool so that it generates an rbu_cou...
2016-03-19  danMerge latest trunk changes, including fixes to test...
2016-03-19  danFix another problem in test script rbudiff.test.
2016-03-19  danFix test scripts sqldiff.test and rbudiff.test so that...
2016-03-19  drhFix a register allocation bug in the VDBE code generato...
2016-03-18  danAdd further tests for sqlite3rbu_bp_progress(). Fix...
2016-03-18  danChange the name of the new API on this branch to "sqlit...
2016-03-18  danAdd tests for the changes on this branch. Fix a problem...
2016-03-18  drhFix FTS5 so that it works with SQLITE_OMIT_AUTORESET.
2016-03-18  drhFix more test-case errors in the Apple configuration.
2016-03-17  drhFix some test cases so that they work under the Apple...
2016-03-17  drhFix harmless compiler warnings that arise with -DSQLITE...
2016-03-17  drhChanges to releasetest.tcl: Rename the "OS-X" configur...
2016-03-17  danAdd an API to indicate the percentage progress of an...
2016-03-17  drhChange the xGetLastError() method on the windows VFS...
2016-03-17  drhA more compact implementation of the code generator...
2016-03-17  drhSimple test cases for sqlite3_system_errno()
2016-03-17  drhExperimental implementation of the sqlite3_system_errno...
2016-03-16  drhThe prepared statements for some pragmas can now be...
2016-03-16  drhSome pragmas can be reused without an automatic reprepare. reusable-pragma
2016-03-16  drhFix a comment on the freelist_count and data_version...
2016-03-16  danAdd a cast to an implict (size_t -> int) conversion...
2016-03-16  drhEnhance Lemon so that it reorders the reduce rules...
2016-03-16  drhAvoid a few unnecessary fstat()s on journal files.
2016-03-16  drhFix the query planner so that it is able to use the...
2016-03-16  drhAdd the SQLITE_OMIT_CODEC_FROM_TCL compile-time option.
2016-03-16  drhRearrange some internal fields in the sqlite3_stmt...
2016-03-15  drhChange the OP_IntegrityCk opcode to accept the list...
2016-03-15  mistachkinIn the Win32 VFS, use SQLITE_FCNTL_LAST_ERRNO instead...
2016-03-15  drhImplement FROM-clause subqueries as co-routines wheneve...
2016-03-15  drhMore test-case changes so that everything works when...
2016-03-15  danFix the shellN.test test scripts so that they work...
2016-03-14  drhFix the permutations.test script so that it works again.
2016-03-14  drhUpdate test scripts so that they work with SEE.
2016-03-14  drhChanging page size using VACUUM or backup is not allowe... see-testing
2016-03-14  drhMerge test script fixes from trunk.
2016-03-14  drhMany more test cases fixed. Only a few remain.
2016-03-14  drhMany test cases fixed to work with encryption.
2016-03-14  drhTest script changes to support testing the SQLite Encry...
2016-03-14  danFix the backcompat.test script so that it works with...
2016-03-14  drhRun TCL tests in the "testdir" subdirectory.
2016-03-14  drhMore file pathname normalization. test-in-subdir
2016-03-14  drhNormalize the $testdir and $argv0 paths so that they...
2016-03-14  drhRun TCL tests in a subdirectory "testdir".
2016-03-14  danFix a memory leak in fts5 that could occur following...
2016-03-12  danFix a problem handling 'NEAR("" token)' in fts5 found...
2016-03-12  danFix handling of strings that contain zero tokens in...
2016-03-11  drhDo not allow the use of WAL mode with nolock=1 because...
2016-03-11  danTweak the amalgamation autoconf files so that the ...
2016-03-11  drhUpdate spellfix1_scriptcode() to output 215 (latin...
2016-03-10  mistachkinCheck for PDB files prior to attempting to copy them...
2016-03-10  danAdd tests to cover untested branches in recent fts5...
2016-03-10  drhUse #ifdefs to remove code that is unreachable in some...
2016-03-10  drhRemove an unused local variable.
2016-03-09  danAdd an incremental optimize capability to fts5. Make...
2016-03-09  danFix a problem in fts3/4 that was causing it to discard...
2016-03-09  drhSlight simplification to the query optimizer logic...
2016-03-09  danAdd another test case for bug [5e3c8867].
2016-03-09  drhWhen optimizing expressions of the form "x IN (SELECT...
2016-03-09  drhAutomatically disable SQLITE_ENABLE_EXPLAIN_COMMENTS...
2016-03-09  drhIn the query planner, make sure OOM errors are reported...
2016-03-09  drhDisable the bestindex*.test modules when building witho...
2016-03-09  drhSimplifications to the memjournal.c logic to facilitate...
2016-03-09  drhMove the write failure test in memjrnlCreateFile()...
2016-03-09  drhUpdate a comment in btree.c to account for WITHOUT...
2016-03-09  drhChange a branch made obsolete by recent parser enhancem...
2016-03-09  drhAdd an #ifdef and an ALWAYS() for coverage.
2016-03-08  drhChange an unreachable branch in the virtual table query...
2016-03-08  drhImproved comments on virtual table query planning....
2016-03-08  drhIn memjournal.c, reuse the same sqlite3_file object...
2016-03-08  danModify the memjournal.c code to make it a bit smaller. memjournal-exp
2016-03-08  drhDrop support for SQLITE_EXTRA_DURABLE. The new SQLITE_...
2016-03-08  drhRemove an unused goto label in the RBU extension.
2016-03-08  danAdd a new row type to RBU (a peer of insert, update...
2016-03-08  drhAdd the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_W...
2016-03-08  danUpdate fts3/4 so that the 'merge=X,Y' command merges...
2016-03-08  drhMake the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_... default-synchronous
2016-03-08  drhIf SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value as
2016-03-08  drhAdd compile-time options SQLITE_DEFAULT_SYNCHRONOUS and
2016-03-08  drhFix ATTACH to use the symbolic name PAGER_SYNCHRONOUS_F...
2016-03-08  drhFix comments on pager flag settings to include synchron...
2016-03-08  drhSimplified error detection in the xBestIndex processing.
2016-03-08  drhAdd the ALLBITS macro as a shorthand for "(Bitmask...
2016-03-08  drhAdd a NEVER() to the code generator. Change the parame...
2016-03-08  drhChanges so that some assert()s in the virtual table...
2016-03-07  danUpdate fts3/4 so that the 'merge=X,0' command merges...
2016-03-07  drhAvoid a NULL pointer dereference following an OOM while...
2016-03-07  danAdd a new row type to RBU (a peer of insert, update... rbu-delete-then-insert
next