]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-01-04  danInstead of having the planner ignore plans with unusabl... avoid-unusable-match
2014-01-04  danHave the planner detect cases where a MATCH constraint...
2014-01-03  drhAvoid some unnecessary OP_SCopy operations when inserti...
2014-01-02  drhTry to factor constant subcomponents of the WHERE claus...
2014-01-02  drhAvoid unnecessary affinity transformations when buildin...
2014-01-02  drhBe more aggressive in optimizing constant conditional...
2014-01-01  drhTry to detect process ID changes due to fork() calls...
2014-01-01  drhEnhance sqlite3_randomness(N,P) such that it resets...
2013-12-24  drhAdd -I. to the main.mk makefile for building sqlite3...
2013-12-23  drhMove elements of the Vdbe object that are only used...
2013-12-23  drhRemove a stray tab character.
2013-12-22  drhRemove a condition that is always in the logic that...
2013-12-22  drhMake sure the WhereLoop.aLTerm[] array is large enough...
2013-12-21  drhFix speedtest1.c so that in --explain mode it only...
2013-12-21  drhAvoid compiler warnings by only enabling sqlite3ErrName...
2013-12-21  drhFix harmless compiler warnings in FTS4. This involved...
2013-12-21  drhFix the ".echo on" dot-command of the shell so that...
2013-12-21  drhAdd a case to speedtest1.c that demonstrates the need...
2013-12-20  drhFix compiler harmless warnings in tclsqlite.c that...
2013-12-20  drhCode simplification in sqlite3GenerateIndexKey() by...
2013-12-20  drhCombine adjacent single-register OP_Copy instructions...
2013-12-20  drhAllow any arbitrary expression as the filename in an...
2013-12-20  drhSimplify the accumulator reset for aggregate query...
2013-12-19  danDo not inject OOM faults into SQLITE_FCNTL_COMMIT_PHASE...
2013-12-19  drhMake sure errors encountered while initializing extensi...
2013-12-19  drhRemove an unneeded column-cache flush in aggregate...
2013-12-19  drhOmit an unnecessary OP_Null opcode from UPDATE.
2013-12-19  drhOmit one or more pointless instructions that occur...
2013-12-18  drhRemove an unnecessary column-cache flush operation...
2013-12-18  drhRemove an unnecessary column-cache flush. Add another... column-cache-debug
2013-12-18  drhShow changes to the column cache when PRAGMA vdbe_addop...
2013-12-17  drhAdd evidence marks and additional test cases for the...
2013-12-17  drhAdd the printf() SQL function.
2013-12-17  drhFix the formatting of %c in the printf() SQL function. printf-sql-function
2013-12-17  drhAdd the printf() SQL function.
2013-12-14  drhAllow the SQLITE_DETERMINISTIC flag to be ORed into...
2013-12-13  drhPerformance optimizations in the pager_write() routine...
2013-12-13  drhReduce the number of calls to the subjRequiresPage...
2013-12-13  drhCreate and use a new pager interface sqlite3PagerUnrefN...
2013-12-13  drhEnhance the pcache1PinPage() routine so that it called...
2013-12-13  drhAvoid unnecessary calls to sqlite3_free() from within...
2013-12-13  drhSimplication and optimization of error message handling.
2013-12-11  drhAdd the SQLITE_FCNTL_SYNC and SQLITE_FCNTL_COMMIT_PHASE...
2013-12-11  drhMerge in the latest trunk changes. zipvfs-multifile-commit
2013-12-11  drhFix a bug in the shell ".import" command: Do not end...
2013-12-11  drhRemove an unreachable conditional inserted by the previ...
2013-12-11  danHave the crash-test infrastructure code in test6.c...
2013-12-11  drhFix harmless compiler warnings.
2013-12-11  mistachkinFix harmless compiler warning.
2013-12-11  drhDo not run the tool/vdbe-compress.tcl script that gener...
2013-12-10  drhAvoid unnecessary calls to sqlite3VdbeSerialType()...
2013-12-10  drhIn the OP_MakeRecord opcode, factor out affinity change...
2013-12-10  drhSimplify and improve the performance of the sqlite3Vdbe...
2013-12-10  danUse SQLITE_FCNTL_SYNC instead of SQLITE_FCNTL_SYNC_OMIT...
2013-12-10  danMerge changes from the trunk.
2013-12-10  danFix handling of errors returned by the SQLITE_FCNTL_OMI...
2013-12-09  drhSimplifications to the OP_MakeRecord opcode and the...
2013-12-09  mistachkinCorrect the VFS name as reported by the file control...
2013-12-09  drhReduce the number of times that OP_Column calls sqlite3...
2013-12-09  drhSimplify the sqlite3BtreeKeyFetch() and sqlite3BtreeDat...
2013-12-09  danModify the way some internal file-controls are invoked...
2013-12-09  drhMinor performance optimizations in pager.c.
2013-12-09  drhPerformance optimizations for sqlite3VXPrintf().
2013-12-09  drhFix an incorrect test number in the output of the speed...
2013-12-09  drhAvoid unnecessary (no-op) calls to sqlite3DbFree()...
2013-12-09  drhUse memmove() rather than a home-made copy loop in...
2013-12-09  drhUse memmove() rather than a home-made copy loop in...
2013-12-09  drhAvoid unnecessary no-op calls from getAndInitPage(...
2013-12-09  drhUse putVarint32() instead of putVarint() for a quantity...
2013-12-08  drhAnother simplification to the OP_MakeRecord opcode...
2013-12-08  drhAvoid unnecessary calls to sqlite3VarintLen() from...
2013-12-08  drhInterchange two conditions in an "if" statment in sqlit...
2013-12-07  drhIncrease the version number to 3.8.3.
2013-12-07  drhAt the start of each write transaction, check to see...
2013-12-07  drhBack out the new device capability. The determination... detect-moved-db
2013-12-07  drhActually look at i-node numbers to determine whether...
2013-12-06  drhPerformance optimization to the moveToRoot() subroutine...
2013-12-06  drhUse memcmp() instead of the BINARY collating function...
2013-12-06  drhRemove some commented-out code from sqlite3BtreeMovetoU...
2013-12-06  mistachkinAdd the SQLITE_READONLY_DBMOVED error code to the sqlit...
2013-12-06  drhOnly error out on a database file move when attempting...
2013-12-06  drhAdd code to detect if the database file is moved or...
2013-12-06  danVersion 3.8.2 version-3.8.2
2013-12-05  drhFix harmless compiler warnings and improve the MSVC...
2013-12-05  drhFix two potential (and apparently harmless) shift overf...
2013-12-03  mistachkinMake use of the CC nmake macro even when cross-compilin... memTests
2013-12-03  mistachkinFix harmless compiler warnings.
2013-12-03  mistachkinAdd memory subsystem related defines to the compile...
2013-12-03  drhRemove a branch in STAT4 logic that is no longer reacha...
2013-12-03  drhFix a possible (and probably harmless) uninitialized...
2013-12-03  danFix an alignment problem in the stat3/stat4 code affect...
2013-12-03  danFix a typo in fts3varint.test preventing the valgrind...
2013-12-03  danModify test file conflict2.test so that it works with...
2013-12-03  drhRemove an unnecessary branch from the UPDATE logic...
2013-12-03  danAdd a "database_may_be_corrupt" directive to test file...
2013-12-03  drhChange some unreachable test conditions to NEVER().
2013-12-03  drhFix a harmless compiler warning on MacOS.
2013-12-02  drhAnother #if SQLITE_VERSION_NUMBER macro in speedtest1...
2013-12-02  drhStill more #if SQLITE_VERSION_NUMBER macros in test...
2013-12-01  drhAdd some #if SQLITE_VERSION_NUMBER macros to test/speed...
next