]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-12-05  danCatch an obscure case of database corruption.
2009-12-05  danFix another bug in 3-way NEAR queries.
2009-12-05  danFix some problems with FTS3 and 3-way NEAR queries.
2009-12-04  drhAdd the SQLITE_4_BYTE_ALIGNED_MALLOC compile-time optio...
2009-12-04  drhRemove an assert() in btree.c:releasePage() that is...
2009-12-04  danFix a problem involving a 3-way NEAR query.
2009-12-04  drhIn the OSTRACE debugging macros in os_unix.c, identify...
2009-12-04  danModify [2ad1461f25] to avoid leaving a prepared stateme...
2009-12-04  drhFix an FTS3 problem where an OOM error was not being...
2009-12-04  danReset the state of the asynchronous IO module at the...
2009-12-04  danDo not run fts3rnd.test as part of quick.test.
2009-12-04  drhClear a conflicting TCL variable in the fts3rnd.test...
2009-12-03  drhFix an assert() in btree.c that might have fired on...
2009-12-03  drhRemove a NEVER() from btree.c that could occur in a...
2009-12-03  danFix an incorrect assert() in fts3.c. Add further fts3...
2009-12-03  shanehUpdates to FTS3 to correct compiler warnings under...
2009-12-03  shanehFix a couple of compiler warnings under MSVC.
2009-12-03  shanehFix cut-and-paste error affecting a couple of attach...
2009-12-03  drhAdd links from C/C++ interfaces to their equivalent...
2009-12-02  drhChange an error message in FTS3 to avoid using an unini...
2009-12-02  danFix an uninitialized value read in sqlite3async.c.
2009-12-02  drhFix compiler warnings in test_hexio.c.
2009-12-02  danModify a test in fts3b.test to reflect the fact that...
2009-12-02  danClear the Pager.dbModified flag when unlocking the...
2009-12-02  drhMake sure a variable is cleared before use in the where...
2009-12-01  drhAdd testcase() macros to make sure boundary cases in...
2009-12-01  drhFix a faulty function prototype in test_intarray.c.
2009-12-01  danUse #include "sqlite3.h" instead of <sqlite3.h> in...
2009-12-01  danAdd typedefs for i16 and u8 to fts3Int.h when not build...
2009-12-01  danAdd tests for the remaining examples in fts3.in.
2009-12-01  drhReorder function declarations in mutex_os2.c. This...
2009-12-01  drhChanges to the TCL interface header to allow it to...
2009-12-01  danOpen a savepoint within the FTS3 optimize() function.
2009-12-01  danFix a segfault that can occur when querying an empty...
2009-11-30  drhTest coverage improvements in the FTS3 porter stemmer.
2009-11-30  danAdd test cases for examples recently added to documenta...
2009-11-28  drhUpdates to snippet() and offsets() functions of FTS3...
2009-11-28  drhChange FTS3 to detect when the RHS of the MATCH opertor...
2009-11-28  drhRemove all benign OOM failure opportunities from the...
2009-11-28  danAdd a test case for creating an FTS3 table with no...
2009-11-28  drhInitialize a variable (unnecessarily) to avoid a compil...
2009-11-28  danFix a bug introduced by the fts3 refactoring (segfault...
2009-11-27  danChange the test numbers in e_fkey.test so that they...
2009-11-27  danRemove a C++ism accidentally added to fts3.c.
2009-11-27  danMove [7d30880114] to the trunk. Add optimizations to...
2009-11-26  drhSimplifications to the sqlite3_trace() bound parameter...
2009-11-25  drhMake sure the new fts3Int.h header file is added to...
2009-11-25  drhSupport zeroblob in trace output.
2009-11-25  drhGet trace with parameter insertion working for UTF16...
2009-11-25  drhInitial check-in of code that inserts tokenizations...
2009-11-25  drhEnhance the %q, %Q, and %w printf conversions so that...
2009-11-24  drhFix a tracing macro in the VDBE in the VColumn opcode.
2009-11-24  drhFix SQLITE_SECURE_DELETE so that it overwrites content...
2009-11-23  drhMake sure registers computed for the VFilter opcode...
2009-11-23  drhRearrange the order of two branches in order to restore...
2009-11-23  danChange so that deleting an Expr structure requires...
2009-11-23  drhBump the version number to 3.6.21.
2009-11-21  danAdd some missing comments to fts3 files. No source...
2009-11-21  drhFix a bug in transaction rollback during backup when...
2009-11-20  drhWhen moving pages as part of autovacuum on an in-memory...
2009-11-20  danMerge leaf accidentally created by [1c4984c62f].
2009-11-20  drhFix a bug in LIMIT 0 for compound SELECT statement.
2009-11-20  drhIf the root pages numbers of the internal schema are...
2009-11-20  drhAvoid unnecessary page cache allocations when move...
2009-11-20  danAdd a test to make sure a database can be attached...
2009-11-20  danImprove comments and other things in fts3_write.c.
2009-11-20  danMinor optimizations to fts3 code.
2009-11-19  danMerge leaves [7cd178a72a] and [598727e6da].
2009-11-19  danFix a performance regression introduced while reworking...
2009-11-19  drhRemove an unreachable branch from the OP_Affinity suppr...
2009-11-19  danMerge fts3-refactor into the main trunk.
2009-11-19  danFix some fts3 related issues with the autoconf and... fts3-refactor
2009-11-19  danMerge with [4bd4330709]. fts3-refactor
2009-11-19  drhFix a bug introduced with recent optimizations: The...
2009-11-19  danMerge the fts3-refactor branch with the trunk.
2009-11-19  danFix problems introduced into fts3 as part of the refact...
2009-11-18  drhPerformance improvement by avoiding unnecessary calls...
2009-11-18  danAdd some missing comments and fix some other issues...
2009-11-18  drhSuppress more instances of unnecessary OP_IsNull and...
2009-11-17  drhEnhancements to the VDBE opcode loop to reduce the...
2009-11-17  drhCode generator tries to avoid pointless OP_IsNull and...
2009-11-17  danImprovements to the way fts3 reads the full-text index.
2009-11-16  drhMake sure the output of sqlite3OsFullPathname is initia...
2009-11-16  drhFix a reference to freed memory that can occur followin...
2009-11-16  drhBack out part of the change in [23ea2b700fd6d28d] since...
2009-11-16  danAdd a few extra coverage test cases for fts3.
2009-11-16  drhUse the sqlite3CtypeMap[] to improve the speed and...
2009-11-16  drhAdditional optimizations in sqlite3VdbeRecordCompare().
2009-11-16  drhOptimizations to the sqlite3VdbeRecordCompare() routine...
2009-11-14  danFixes to fts3 integrity check code.
2009-11-14  drhOptimizations to the main loop inside sqlite3VdbeExec...
2009-11-14  drhMake the sqlite3VdbeExec() function about 2% faster...
2009-11-14  danFurther OOM testing for fts3 code. Add Tcl code impleme...
2009-11-13  drhPerformance improvements and size reductions on the...
2009-11-13  drhSimplify the OPFLG processing logic in the VDBE for...
2009-11-13  drhForce 8-byte memory alignment on memory allocated for...
2009-11-13  drhChanges to test_intarray.c so that it build with SQLITE...
2009-11-13  danStart reworking fts3 code to match the rest of SQLite...
2009-11-12  drhShift more OP_Found opcodes over to using the unpacked...
2009-11-12  drhEnhance the OP_Found and OP_NotFound opcodes so that...
next