]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-09-25  drhSimplification to the random rowid picking logic that...
2014-09-25  drhStill more performance enhancements to the LIKE and...
2014-09-25  drhMore performance optimization for the LIKE and GLOB...
2014-09-25  drhChange that might allow SQLite to build and work using...
2014-09-25  drhSize reduction and performance improvement in the LIKE...
2014-09-24  drhHave each open database allocate its pTmpSpace when...
2014-09-24  drhSmall performance and size optimization for btreeUnlock...
2014-09-24  danAdd streaming version of sqlite3changeset_apply()....
2014-09-24  drhDo not allow parameters in a DEFAULT clause of a CREATE...
2014-09-24  drhHave the clearCell() routine return the cell size to...
2014-09-24  drhShorten all lines of source code in btree.c to at most...
2014-09-24  drhAdd the MemPage.noPayload boolean and use it to help
2014-09-23  drhRemove an unused C-preprocessor macro. No functional...
2014-09-23  drhAvoid calling btreeParseCellPtr() from within fillInCel...
2014-09-23  drhSimplify the CellInfo structure for a size reduction...
2014-09-23  danBegin adding 'streaming' APIs to sessions module. This...
2014-09-23  drhAdd the "multiplex_truncate" PRAGMA to the multiplexor...
2014-09-23  drhAdjust skip-scan cost estimates slightly so that a...
2014-09-22  drhFix to payload size overflow detection in the cellSizeP...
2014-09-22  drhSize reduction and substantial performance increase...
2014-09-22  drhTune the query planner to be more aggressive about...
2014-09-22  drhDisable shared memory operations using the unix-nolock...
2014-09-21  drhMerge all recent trunk changes into the sessions branch.
2014-09-21  drhCorrectly handle an ORDER BY clause on an outer query...
2014-09-21  drhAdd test cases for ticket [89398880bcfff9]. select-trace
2014-09-21  drhAdd the "showauth" extension in ext/misc.
2014-09-21  drhImproved ".selecttrace" output.
2014-09-20  danCandidate fix for [d11a6e908f].
2014-09-20  drhFix the SELECTTRACE_ENABLE macro so that it doesn't...
2014-09-20  drhEnable SELECT query planning tracing when compiled...
2014-09-20  drhFix the usage of the _GNU_SOURCE and _BSD_SOURCE macros...
2014-09-20  drhOnly enable HAVE_STRCHRNUL by default on linux, as... sqliteIntMacros
2014-09-20  mistachkinRevise macro usage in 'sqliteInt.h'.
2014-09-19  drhSimplify two conditionals and add testcase() macros...
2014-09-19  drhRecognize the invariant that a Mem object cannot be...
2014-09-19  drhTighten the conditions under which applyNumericAffinity...
2014-09-19  drhFix the affinity on inserts into the ANALYZE tables...
2014-09-19  drhDo not attempt to extend the temp file if VFS version...
2014-09-19  drhMake the "nolock" VFS on unix a version-3 VFS so that...
2014-09-19  danAdd further tests to ota5.test. Add "ota.test", for...
2014-09-19  drhRemove a local variable from the OP_Column implementati...
2014-09-19  drhSmall size reduction and performance increase for relea...
2014-09-19  drhUpdates to comments. No code changes.
2014-09-19  drhThe OP_Column opcode runs faster and is smaller by...
2014-09-19  danAdd extra tests for the ota extension.
2014-09-19  drhAdd the sqlite3VdbeMemClearAndResize() function. Fix...
2014-09-19  drhMake sure that the sorting-index pre-filter recognizes... Cplusplus-comment
2014-09-19  drhAdd the sqlite3VdbeMemClearAndResize() interface to...
2014-09-18  drhAdd the Mem.szMalloc element to the Mem object and...
2014-09-18  mistachkinCorrect typos in comments. No changes to code.
2014-09-18  danUpdate the ota extension to support SQLITE_ENABLE_8_3_N...
2014-09-18  drhMerge the Mem.r value into the MemValue union as Mem...
2014-09-18  danUse quotes instead of angle-brackets to include sqlite3...
2014-09-18  drhPerformance improvement for affinity transformations...
2014-09-18  danRemove some c++isms from sqlite3ota.c.
2014-09-18  danAdd new file ext/ota/README.txt, containing notes regar...
2014-09-18  danAdd an API to query an ota handle for the total number...
2014-09-18  drhSince numeric affinity is the most common case, check...
2014-09-18  danMerge latest trunk changes with this branch.
2014-09-18  danFix an ota bug causing attempts to write to tables...
2014-09-18  danModify an assert() within sqlite3PagerWalFramesize...
2014-09-18  drhFix harmless warnings on 32-bit MSVC builds.
2014-09-18  drhMake sure of the strchrnul() library function on platfo...
2014-09-18  drhMerge micro-optimizations into trunk after fixing the...
2014-09-18  drhFix compiler warnings and change the nullMem structure...
2014-09-17  drhPerformance improvement and slight size reduction to...
2014-09-17  danFix an unintialized variable problem in sqlite3ota.c.
2014-09-17  drhIn the Mem object, stop requiring that Mem.xDel be...
2014-09-17  danAdd tests and fixes for "PRAGMA ota_mode".
2014-09-17  drhImproved interface to the Mem object handling. Small...
2014-09-16  drhContinuing cleanup of memory register memory allocation...
2014-09-16  drhMake sure registers are cleared properly prior to being...
2014-09-16  danClarify the effects of the pager_ota_mode pragma. Add...
2014-09-16  drhSimplification of the OP_Column logic for the case...
2014-09-16  drhRemove an unused parameter from sqlite3VdbeIdxRowid...
2014-09-16  drhReduce the number of arguments to RecordCompare functio...
2014-09-16  drhReorder the elements of the Mem object for a small...
2014-09-16  drhChanges to sqlite3VdbeRecordUnpack() to make it slightl...
2014-09-16  drhPerformance improvement to the sqlite3MemCompare()...
2014-09-15  danRemove the experimental sqlite3_transaction_save()...
2014-09-15  danMerge latest trunk fixes into this branch.
2014-09-15  danFix tool/showwal.c so that it handles WAL files that...
2014-09-15  danAvoid attempting to call the xFetch() method of an...
2014-09-15  danMerge latest trunk changes with this branch.
2014-09-15  danHave sqlite3ota.c use grave accents instead of double...
2014-09-15  drhRemove the EXPENSIVE_ASSERTS in pcache.c having to...
2014-09-15  danEnsure the correct collation sequences are used when...
2014-09-15  drhDo not flatten aggregate subqueries that contain min...
2014-09-15  danHave the sqlite3_index_writer() VMs check that the...
2014-09-15  drhAdjust comments to show that subquery flattening restri...
2014-09-15  danAdd OP_Affinity opcodes to the VMs generated by sqlite3...
2014-09-12  drhSmall performance improvement to the dirty list handlin...
2014-09-12  drhSimplify the way the column cache is managed around...
2014-09-12  drhFix a problem with parser memory allocation on 32-bit...
2014-09-11  drhFix an issue with sqlite3_bind_text64() with the SQLITE...
2014-09-11  drhAdd new APIs that take 64-bit length parameters: sqlite...
2014-09-11  drhAdd the SQLITE_USER_AUTHENTICATION extension to the...
2014-09-11  drhClean up some #includes in the extension API implementa... user-auth
2014-09-11  drhSuppress the potential schema error that occurs when...
2014-09-11  drhEnhance the sqlite3_user_add() interface to initialize...
next