]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-10-30  drhMake sure KeyInfo objects on multi-column indices of...
2013-10-30  drhIn the P4 column of the EXPLAIN listing, abbreviate...
2013-10-30  drhMerge EXPLAIN enhancements from trunk.
2013-10-30  drhAdd the SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time...
2013-10-30  drhEnhanced display of register ranges in the auxiliary...
2013-10-29  drhImport the automatic comment generating changes from...
2013-10-29  drhAutomatically generated comments on many VDBE opcodes...
2013-10-29  drhImproved comments on the constraint checking logic.
2013-10-28  drhMerge recent fixes from trunk.
2013-10-28  drhFormatting improvements to the WHERE-clause constraint...
2013-10-28  drhAdd regression tests for ticket [c620261b5b5].
2013-10-28  drhDo not use transitive WHERE-clause constraints on LEFT...
2013-10-28  drhMore wheretrace debugging support: Show a listing...
2013-10-28  drhBug fix and enhancements to the improved wheretrace...
2013-10-28  drhImproved "wheretrace" capabilities: Show the constrain...
2013-10-26  drhWork on the UPDATE and INSERT logic. This is an increm...
2013-10-26  drhReplace the OP_IsUnique opcode with OP_NoConflict....
2013-10-26  drhMinor refactoring of variable names and fixes to commen...
2013-10-25  drhProgress toward getting UPDATE to work in WITHOUT ROWID...
2013-10-25  drhBasic DELETE operations now working on WITHOUT ROWID...
2013-10-24  drhUpdate the interface to the sqlite3GenerateRowDelete...
2013-10-24  drhAdd the ".open" command to the command-line shell.
2013-10-24  drhDelete PRIMARY KEY index entries last. Only construct...
2013-10-24  drhRemove an obsolete comment from the VDBE. No code...
2013-10-24  drhCorrectly handle queries that use secondary indices...
2013-10-23  drhChange the sqlite3OpenTable() utility to open the PRIMA...
2013-10-23  drhConstruct secondary indices on WITHOUT ROWID tables.
2013-10-23  drhReport an error when trying to resolve column name...
2013-10-23  drhGet VACUUM and the xfer optimization working with WITHO...
2013-10-23  drhSome inserts and queries working for multi-column prima...
2013-10-23  drhSome simple inserts and queries working on WITHOUT...
2013-10-23  drhBuild internal data structures appropriately for WITHOU...
2013-10-22  drhThe Index object now has nKeyCol and nColumn. nColumn...
2013-10-22  drhAdd a procedure to handle the messy details of allocati...
2013-10-22  drhExtra backwards-compatibility tests verify that UNIQUE...
2013-10-22  drhPrevious refactor is not going to be helpful because...
2013-10-21  mistachkinImprove support for the SQLITE_OMIT_FLAG_PRAGMAS compil...
2013-10-21  drhSimplification of the syntax: Merely append "WITHOUT...
2013-10-19  drhExperimental changes toward "index only" tables. Add...
2013-10-19  drhImproved header comment with better instructions on...
2013-10-19  danFix a bug causing an "malformed database schema error...
2013-10-18  drhAdd the SQLITE_FCNTL_TRACE file control and generate...
2013-10-18  drhFurther enhance the vfslog extension to record the...
2013-10-18  drhIn the vfslog extension for FILECONTROL records, show...
2013-10-17  drhVersion 3.8.1 version-3.8.1
2013-10-16  drhFix a typo in a requirements mark comment. No changes...
2013-10-16  danClear a valgrind error by zeroing the first 4 bytes...
2013-10-16  drhFix memory and resource leaks for WinCE and Cygwin...
2013-10-16  mistachkinFix memory/resource leaks for WinCE and Cygwin. wince-fixes
2013-10-15  danAdd the "languageid" hidden column to fts4aux.
2013-10-15  danChanges to test code to make sure no server threads...
2013-10-15  drhFix an 8-byte alignment problem on the "crash test...
2013-10-15  drhFix harmless macro redefinition warnings in the totype...
2013-10-15  mistachkinFix harmless macro redefinition warnings in the totype...
2013-10-14  mistachkinFix harmless compiler warning in the totype extension...
2013-10-14  drhMove the tointeger() and toreal() functions out of...
2013-10-14  danFix a crash in FTS incremental phrase processing that...
2013-10-14  drhAdd implementations for the toInteger() and toReal...
2013-10-14  danFix for building with SQLITE_OMIT_FOREIGN_KEY.
2013-10-14  drhUpdate the foreign_key_check pragma so that when a...
2013-10-14  drhCorrects to comments on the STAT4 implementation.
2013-10-14  drhMake subroutines sampleCopy() and valueFromExpr() have...
2013-10-14  drhAdd a new application_id for GeoPackage version 1.0.
2013-10-12  mistachkinMerge updates from trunk. toTypeFuncs
2013-10-12  drhRestore the index_list pragma back to its former operat...
2013-10-12  danIn "PRAGMA foreign_key_check", treat missing parent... fkc-missing-parent-tables
2013-10-12  danFix handling of "DROP TABLE" commands when "PRAGMA...
2013-10-12  drhAdd tests that demonstrate that PRAGMA defer_foreign_ke...
2013-10-12  mistachkinFix harmless compiler warning.
2013-10-12  mistachkinPermit the creation of VSIX packages for Win32.
2013-10-12  mistachkinFix Unicode character encoding issues on Windows.
2013-10-11  drhIdentify requirements text in the SQLITE_CONFIG_ docume...
2013-10-11  mistachkinThe split amalgamation option should be disabled by...
2013-10-11  mistachkinEnhance debugging support for the split amalgamation...
2013-10-11  drhFix a harmless compiler warning in lemon.c.
2013-10-11  mistachkinAdd -no-undefined option when linking the shared libraries.
2013-10-11  mistachkinFix test numbering.
2013-10-11  drhAdd requirements marks. No code changes.
2013-10-11  drhAdditional test cases and requirements marks for the...
2013-10-11  drhFix various harmless compiler warnings. Change the...
2013-10-11  drhMake sure the sqlite3.h file occurs at the very top...
2013-10-11  mistachkinFix compilation issue for WinRT.
2013-10-10  drhAdd a rule to the main.mk makefile for building showdb.
2013-10-10  drhEnhancements to the vfslog.c module to show all change...
2013-10-10  drhAnother fix to the hash signature algorithm in vfslog.c.
2013-10-10  drhFix the hash signature algorithm in vfslog.c. Add...
2013-10-10  danAdd ext/misc/vfslog.c, a VFS shim for unix that keeps...
2013-10-10  drhEstimate row sizes for tables and indices and use those...
2013-10-09  drhMake sure the correct printf format is used for type... row-size-est
2013-10-08  drhMove a conditional inside of an #ifdef in order to...
2013-10-08  drhFix test cases for the new information in PRAGMA index_...
2013-10-08  drhRollback some of the previous changes in the branch...
2013-10-08  drhUse #ifdefs to omit unused code in the columnType(...
2013-10-08  drhFurther refinement of the idea of multiplying run-time...
2013-10-07  mistachkinFix compilation issue with MSVC.
2013-10-07  drhMultiply all cursor step cost estimates by the estimate...
2013-10-07  drhMerge bug fixes from trunk.
2013-10-07  drhRestore the hexrekey pragma which was accidently delete...
2013-10-06  drhRemove an incorrect debugging assert() that was acciden...
2013-10-06  drhAccept the sz=N parameter on table-only lines of sqlite...
next