]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-06-30  danFix where.c so that the primary key values appended...
2014-06-30  drhOmit non-primary-key columns from the STAT4 samples...
2014-06-30  drhGenerate complete samples for sqlite_stat4 on WITHOUT...
2014-06-30  drhAdd makefile targets for various diagnostic tools,...
2014-06-26  mistachkinAdd some more IN operator tests.
2014-06-26  mistachkinRevise the affinity returned for expressions flagged...
2014-06-24  drhFix showstat4.c so that it decodes typecodes 8 and...
2014-06-24  drhAdd the showstat4.exe utility program for decoding...
2014-06-23  drhAdd the .fullschema command to the sqlite3.exe utility...
2014-06-23  danFix a problem with SQLITE_OMIT_WSD builds.
2014-06-23  danFix a problem with SQLITE_OMIT_WAL builds.
2014-06-20  drhImproved display of record data in the "NNNbd" output...
2014-06-20  drhIn the showdb.exe utility, for the "NNNbd" command...
2014-06-19  drhAdd the ability to decode the headers of individual...
2014-06-18  drhAdd the "LogEst" and "LogEst.exe" target to the makefiles.
2014-06-18  drhFix a comment on the sqlite3Utf8Read() routine. No...
2014-06-18  drhPrevent an automatic index from taking the place of...
2014-06-17  drhPrevent an automatic index from taking the place of... autoindex-improvements
2014-06-17  drhFix a missing space in a "wheretrace" comment. No...
2014-06-17  drhAdd the likely() function for symmetry with unlikely...
2014-06-17  drhImprovements to query planning, especially in regards...
2014-06-17  drhAdd the autoindex2.test testing module.
2014-06-17  drhA different approach to the autoindex problem that...
2014-06-17  drhSimplification to the logic that prevents automatic...
2014-06-17  drhAllow an automatic index on a WHERE constraint where...
2014-06-17  drhDo not attempt to create an automatic index on a consta...
2014-06-16  mistachkinFix CSV import issue, reported via the mailing list...
2014-06-16  drhIn the "wheretrace" logic (disabled for normal builds...
2014-06-16  drhAdd the SQLITE_UNLINK_AFTER_CLOSE compile-time option...
2014-06-16  drhAdd an application ID for MBTiles tilesets.
2014-06-16  drhBack out the unix VFS changes that seeks to avoid fstat...
2014-06-16  drhAdd the ".eqp" dot-command to the ".help" output in...
2014-06-16  drhFix the extension01.test script so that it works on...
2014-06-16  drhAdd test cases for the fileio extension.
2014-06-13  drhAdd the fileio.c loadable extension, that implements...
2014-06-13  drhAdd an extension that implements compress() and uncompr...
2014-06-12  drhIncrease the WAL-mode SQLITE_PROTOCOL timeout to 10...
2014-06-12  drhSimplify the estLog() routine.
2014-06-09  drhAvoid an unnecessary initialization of the szFile field...
2014-06-09  drhEnhance the unix VFS so that it keeps track of the...
2014-06-09  drhEnhance the unix VFS so that it keeps track of the... omit-fstat-after-unlink
2014-06-09  drhModify the %nonassoc directive in lemon so that it...
2014-06-06  drhAdd a test case to ensure that estLog() works for negat...
2014-06-06  drhMake sure the estLog() routine in the query planner...
2014-06-06  drhFix an obsolete comment on the whereRangeScanEst()...
2014-06-05  danFix a problem that was causing the FTS4 integrity-check...
2014-06-04  drhVersion 3.8.5 version-3.8.5
2014-06-03  drhAvoid closing a pseudo-table associated with sorting...
2014-06-03  danAdd a test to double-check that [1cbe7a0883] did not...
2014-06-02  drhRemove the WHERE_LIKELIHOOD bit, as it does not seem...
2014-06-02  drhFix a typo in a requirements mark comment in a test...
2014-06-02  drhFix the query planner so that it once again knows that...
2014-06-02  danAdd the "valgrind-nolookaside" permutation to permutati...
2014-05-31  drhFix a harmless "scan-build" compiler warning in the...
2014-05-31  drhFix a compile of harmless static analyzer warnings.
2014-05-30  mistachkinRevise locking retry semantics in Win32 VFS to abort...
2014-05-30  mistachkinAdd extra checking of the database extended error code. winLockHandle
2014-05-30  mistachkinAdd tests for the invalid file handle detection logic...
2014-05-29  drhFix a harmless compiler warning in the command-line...
2014-05-29  drhFix to the EXPLAIN indentation logic in the command...
2014-05-29  drhImprovements to error messages for errors in the dot...
2014-05-29  drhOnly quote the arguments to the ".shell" and ".system...
2014-05-28  drhAdd the ".shell" and the ".system" commands (aliases...
2014-05-28  danAdd an extra test to verify that the FTS notindexed...
2014-05-28  mistachkinRevise locking retry semantics in Win32 VFS to abort...
2014-05-28  mistachkinRevise how OSTRACE reports logically boolean results...
2014-05-27  drhRemove an incorrect assert() in the sorter.
2014-05-27  drhFix harmless compiler warnings.
2014-05-27  drhChange the name of the Index.autoIndex field to Index...
2014-05-27  drhAvoid unnecessary cursor opens and seeks when running...
2014-05-27  drhImproved comments on the OR-optimization logic in the...
2014-05-27  drhRemove unused code (previously #ifdef-ed out) from...
2014-05-27  drhFix a harmless compiler warning in the FTS4 logic.
2014-05-27  danAdd a test to whereI.test that uses a multi-column PK.
2014-05-27  drhFix for (unsupported) SQLITE_USE_FCNTL_TRACE code.
2014-05-26  drhAdd the OR-optimization to WITHOUT ROWID tables.
2014-05-26  drhMinor enhancements to comments and clarification of... without-rowid-or-opt
2014-05-26  drhAdd a missing VdbeCoverage() macro on an OP_Found opcod...
2014-05-26  danEnable the OR optimization for WITHOUT ROWID tables...
2014-05-26  danFix a problem in the shell when importing CSV files...
2014-05-26  danFix a problem in FTS4 where columns with names that...
2014-05-24  drhRemove references in comments to VDBE opcodes that...
2014-05-23  danChanges to the output of EXPLAIN QUERY PLAN to make...
2014-05-23  drhIn the command-line shell, if three or more interrupt...
2014-05-23  drhMake sure sufficient VDBE registers are allocated for...
2014-05-22  danAdd a test for the EQP output of a skip-scan query...
2014-05-21  drhDo not burn memory remembering CHECK constraints in...
2014-05-21  drhFix the sqlite3_db_readonly() API so that it reports...
2014-05-17  danInternally, use a 64-bit integers for segment level...
2014-05-17  danFix a broken test case in fts4growth2.test.
2014-05-16  mistachkinFix harmless compiler warnings. ftsWarnings
2014-05-16  mistachkinWork around compilation issue with MSVC.
2014-05-16  danFixes to prevent an FTS index from growing indefinitely...
2014-05-16  danAdd extra test to backcompat.test to ensure that old... fts4-experimental
2014-05-16  drhRepurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-contro...
2014-05-16  danFix a bug causing an incorrect segment size value to...
2014-05-15  danMerge latest trunk changes with this branch.
2014-05-15  danFix a problem with the handling of delete markers by...
2014-05-14  danDo not search for promotable segments following an...
2014-05-14  danFix a problem to do with loading the value of the FTS...
next