]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2016-06-03  drhFix a memory leak when a WITHOUT ROWID eponymous virtua... without-rowid-vtab
2016-06-03  drhDisallow access to the rowid column on WITHOUT ROWID...
2016-06-03  drhPerformance optimizations on the CSV virtual table...
2016-06-02  drhAdd the CSV extension to the test fixture. Fix a memor...
2016-06-02  drhAdd the data= parameter to the CSV virtual table extension.
2016-06-02  drhFix corner cases in the WITHOUT ROWID virtual table...
2016-05-31  drhAn experimental branch with code that allows virtual...
2016-05-31  drhAdd the columns=N parameter to the CSV extension.
2016-05-31  drhAdd the testflags parameter to the csv extension.
2016-05-31  drhAdd the "csv" virtual table for reading CSV files,...
2016-05-30  danFix an FTS5 problem (segfault or incorrect query result...
2016-05-28  drhRemove an unnecessary malloc from the vfsstat extension.
2016-05-28  drhEnhance "PRAGMA compile_options" so that it shows the...
2016-05-28  danUpdate the amalgamation-tarball configure script so...
2016-05-28  drhAdd the vfsstat.c loadable extension - a VFS shim that...
2016-05-28  mistachkinClang can define _MSC_VER in some circumstances; theref... ctimeCompiler
2016-05-27  mistachkinCheck for Clang before GCC.
2016-05-27  mistachkinRemove surplus quotation marks from the COMPILER= compi...
2016-05-27  drhRemove surplus quotation marks from the COMPILER= compi...
2016-05-27  mistachkinAdd basic compiler information to the results of 'PRAGM...
2016-05-27  drhImprovements to WHERE-clause debug tracing. Show TK_MA...
2016-05-27  drhFix Lemon so that it actually works with -DYYSTACKDEPTH=0.
2016-05-27  drhFix the Lemon-generated parser so that it compiles...
2016-05-26  drhAdd a new OP_SeekRowid opcode, that combines the functi...
2016-05-25  drhAdd the libvers.c tool in the tool/ subdirectory.
2016-05-24  drhEnhance Lemon and the parser template so that it can...
2016-05-24  drhMinor change to the walcrash4.test module so that it...
2016-05-24  danFix an obscure problem with transactions written in...
2016-05-24  drhImprovements to the initialization of the push-down...
2016-05-23  drhUse a pointer to the top of the stack rather than an...
2016-05-23  drhAvoid a minor error message when running RTREE without...
2016-05-23  drhFix the rtreeG.test test case. tree-stat1-fix
2016-05-23  drhFix RTREE so that it does not run queries against the...
2016-05-23  drhRemove an extra "finish_test" from the end of rtreeC...
2016-05-23  danImprove the error messages generated by the rtree modul...
2016-05-23  drhLemon enhancement: avoid unnecessary reduce actions...
2016-05-23  drhFix comment typos and improve clarity of presention...
2016-05-23  drhUpdate the configure script with additional hints on...
2016-05-21  drhMore tweaks to improve the performance of the insert...
2016-05-21  drhSimplify the sqlite3BtreeInsert() interface by gatherin...
2016-05-21  drhRemove some unused legacy code from the btree insert...
2016-05-21  drhYet another minor size reduction and performance increa...
2016-05-21  drhSmall size reduction and performance increase in the...
2016-05-21  drhAdd the shell-script used for routine performance testing.
2016-05-20  drhAdd a simple TCL script for summing cachegrind informat...
2016-05-20  drhAnother optimization on the OP_Column opcode.
2016-05-20  mistachkinFix typo in comment.
2016-05-20  drhSlight performance improvement in the OP_Column opcode.
2016-05-20  drhRemove the sqlite3PagerClearCache() routine, which...
2016-05-20  drhPerformance optimization and size reduction on the...
2016-05-20  drhIncrease the version number to 3.14.0 since we are...
2016-05-20  drhUse sqlite3VdbeAddOp0() to code OP_Expire, to save...
2016-05-20  drhOptimizations to link list merge sort code in vdbesort...
2016-05-20  drhFor queries with both ORDER BY and LIMIT, if the rows...
2016-05-20  drhSet the NULLEQ flag on the sequence counter comparison... orderby-limit
2016-05-20  drhAutoconf configure.ac adjustment to try to get it to...
2016-05-20  drhA few simple test cases for the ORDER BY LIMIT optimiza...
2016-05-19  drhAppears to work now. Needs test cases, more comments...
2016-05-19  drhIn a query with both ORDER BY and LIMIT, if the inner...
2016-05-19  drhFixup comments on wctrlFlags value definitions.
2016-05-19  drhClean up the WHERE_* macros used for the wctrlFlags...
2016-05-19  drhOptimization marks in vdbe.c. No logic changes.
2016-05-19  drhPerformance improvement in the OP_Column opcode.
2016-05-19  danAdd test cases to test some fts3/4 edge case behaviour...
2016-05-19  drhSmall size reduction and performance improvement in...
2016-05-18  drhAdd the "scrub" utility program that simultaneously...
2016-05-18  drhOmit the unnecessary WHERE_REOPEN_IDX flag in the WHERE...
2016-05-18  drhVersion 3.13.0 version-3.13.0
2016-05-17  drhEnhance the scrub utility program so that it does a... scrub-backup
2016-05-17  drhMerge the latest changes from trunk.
2016-05-16  danDo not run snapshot_fault.test as part of the inmemory_...
2016-05-16  drhDisable shell.exe test cases for UTF8 filenames as...
2016-05-13  drhImprovements to a comment in the pcache.c file. No...
2016-05-13  drhRemove the unused PGHDR_NEED_READ flag. Add invariant...
2016-05-13  drhClarification of the pagerFlushOnCommit() logic.
2016-05-13  drhFix pager_end_transaction() to ensure that a ROLLBACK...
2016-05-13  drhAdditional debugging and tracing logic for pcache.c...
2016-05-12  drhDisable ALWAYS and NEVER when compiled with SQLITE_MUTA...
2016-05-12  drhSimplification of the sqlite3FaultSim() call inside of
2016-05-12  drhAdd an assert in pager.c to confirm that pPager->tempFi...
2016-05-12  danAdd extra OPTIMIZATION-IF-FALSE comments where required...
2016-05-12  drhFor in-memory databases, it does not matter if pcache...
2016-05-12  drhRemove an unnecessary call to sqlite3PcacheMakeClean...
2016-05-12  danAdd a missing OPTIMIZATION-IF-FALSE comment to pcache.c.
2016-05-11  drhFor in-memory databases, it does not matter if pcache... pager-dev
2016-05-11  danRemove a redundant condition from pcache.c. Add an...
2016-05-11  danRemove some a small amount of redundant code related...
2016-05-11  drhDo not reset the page cache when a rollback journal...
2016-05-11  drhAlways truncate, rather than persist, the rollback...
2016-05-11  drhAdd pcache tracing macros. Off by default. Requires...
2016-05-10  danAdd another test case to temptable3.test.
2016-05-10  drhFix a problem in sqlite3PagerMovepage() when working...
2016-05-09  drhFixes to requirements marks. No changes to code.
2016-05-09  drhEnhancements to test/sort5.test so that it works with...
2016-05-09  drhRemove some forgotten debugging lines from test/sort5...
2016-05-09  drhOmit the unnecessary WHERE_REOPEN_IDX flag in the WHERE... dev
2016-05-09  danUpdate a comment in fts5.h. No changes to code.
2016-05-09  danFix the FTS5 xQueryPhrase() API function so that it...
2016-05-07  drhMake the sqlite3DeleteTable() routine smaller and faster.
2016-05-07  drhFix typo in the intpkey-17.2 test.
next