]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-06-17  danAdd a missing declaration to fts3Int.h.
2011-06-17  shanehFix a few more issues with the nmake makefile.
2011-06-17  shanehUpdate walro.test script for Windows.
2011-06-17  shanehForce almagamation gen scripts to use unix line endings...
2011-06-17  shanehMore updates to the nmake makefile.
2011-06-17  shanehAdd Microsoft nmake compatible makefile; update a few...
2011-06-16  danFix a problem with NEAR queries executed inside a trans...
2011-06-16  drhChanges to #ifdefs so that the build goes correctly...
2011-06-15  drhFix the multiplex.test module so that it works with...
2011-06-15  drhFurther tweaks to the wal7.test test case.
2011-06-15  danAdd a couple of pointer type casts to test file test_qu...
2011-06-15  drhFix the wal7.test script so that it works even if secur...
2011-06-15  drhMerge the improved incremental doclist loading test...
2011-06-15  drhFix so that the TCL test harness works even if SQLITE_E... broken-build
2011-06-15  drhFix a couple of compiler warnings.
2011-06-15  danAdd an interface to better test incremental loading...
2011-06-14  danFix a memory leak that can follow an OOM error in a...
2011-06-14  danMerge fts3-prefix-search branch with trunk.
2011-06-14  danAdd a couple of extra tests. fts3-prefix-search
2011-06-14  danFix another bug caused by NEAR/matchinfo/order=DESC...
2011-06-14  danMerge recent trunk changes into fts3-prefix-search...
2011-06-14  danRemove unused parameters from internal fts3 function.
2011-06-13  danUpdate trace2.test to account for new FTS queries.
2011-06-13  danAdd tests for deferred tokens to fts3auto.test. Fix...
2011-06-13  danChanges to fts3auto.test to test OR, AND and NOT operat...
2011-06-13  drhUse only unsigned values in the implementatin of LIKE...
2011-06-13  danFix a bug exposed by combining matchinfo(), NEAR and...
2011-06-10  danWhen updating a field that requires foreign key constra...
2011-06-10  danFix minor problems with foreign key constraints where...
2011-06-09  danFix a line in pcache1.c where a global data structure...
2011-06-09  danFix problems to do with using both OR and NEAR operator...
2011-06-08  danFix various issues to do with deferred tokens, NEAR...
2011-06-07  danHave NEAR queries use incremental merging. Fix issues...
2011-06-07  drhFix a comment type on the description of the Schema...
2011-06-06  drhMerge the latest trunk changes into the fts3-prefix...
2011-06-06  danModify fts3rnd.test to run tests for both "ORDER BY...
2011-06-06  drhAdd assert() statements to verify that u16 pointers...
2011-06-06  danClean up the code for processing FTS4 options a bit.
2011-06-04  danRemove some unreachable code.
2011-06-04  danAllow the "order=DESC" and "order=ASC" parameters in...
2011-06-04  drhPerformance improvement to the btree search routine.
2011-06-03  drhPerformance improvements on memory copies inside of...
2011-06-03  drhPerformance enhancement to the blob-literal tokenizer.
2011-06-03  drhCreate and use a function especially for adding the...
2011-06-03  danFTS changes: Remove unreachable code. Fix bugs. When...
2011-06-03  drhFactor an "if" out of a loop in balance_nonroot() for...
2011-06-03  drhHush some harmless compiler warnings in the URI parsing...
2011-06-03  drhInclude more detailed version information in the comman...
2011-06-03  drhAdd shell scripts used for testing compiler warnings...
2011-06-03  drhFix the build when using SQLITE_OMIT_PRAGMA.
2011-06-03  drhFix an #ifdef of SQLITE_OMIT_VIRTUALTABLE that had...
2011-06-02  danChanges to improve performance and support LIMIT clause...
2011-06-02  drhFix a faulty assert() in the WAL-mode logic for read...
2011-06-02  drhAdd a missing check for out-of-memory in the lemon...
2011-06-02  drhMerge the read-only shared memory branch into trunk...
2011-06-01  drhMake use of the sqlite3GetBoolean() interface for more... wal-readonly
2011-06-01  drhSimplify the wal-readonly branch so that it does not...
2011-06-01  drhPull the latest trunk changes into the wal-readonly...
2011-06-01  drhAvoid unnecessary duplication of SQL parameter names.
2011-06-01  drhRefactor the SQL parameter processing so that parameter...
2011-05-31  drhMerge the latest trunk changes into the wal-readonly...
2011-05-31  drhFix a problem in the sqlite3TestErrorName() function...
2011-05-31  drhUpdate the documentation to state that any parameter...
2011-05-30  drhMinor performance improvements.
2011-05-30  drhUpdate evidence marks on the URI filename tests to...
2011-05-30  drhMake sure the P5 argument to the OP_VUpdate opcode...
2011-05-28  drhFix a "#ifdef" from check-in [03f7d36a8a] that should...
2011-05-28  danMinor changes made while planning a larger change.
2011-05-28  drhPrint a log message on each cache spill if compiled...
2011-05-26  drhChanges to work with SQLITE_OMIT_VIRTUAL_TABLE.
2011-05-25  drhFix some minor and harmless compiler warnings.
2011-05-25  drhIgnore malloc failures within the WAL file truncation...
2011-05-25  danIf a prefix index of size N is not present, use a prefi...
2011-05-25  danMerge trunk changes into experimental fts3-prefix-searc...
2011-05-25  danFix a case where a malloc() error could lead to mismatc...
2011-05-25  danChange fts4 so that the prefix= parameter is passes...
2011-05-25  drhFix a compiler warning.
2011-05-25  drhChanges to savepoint in virtual tables for simpler...
2011-05-24  danIf the fts4 option prefix=1 is specified, have the...
2011-05-24  drhDo not invoke the xRollbackTo or xRelease methods of...
2011-05-24  drhMake sure the savepoint index is correct one calls...
2011-05-23  drhMinor cleanups to the header comments on various test_...
2011-05-20  drhAdjustments to documentation hyperlinks to accommodate...
2011-05-20  drhAdd a big comment to the top of test_vfstrace.c to...
2011-05-20  drhFix the URI test script so that it works even if there...
2011-05-20  drhMark an unreachable branch in the recent WAL problem...
2011-05-19  danAdd another test for [2d1a5c67df].
2011-05-19  drhWhen committing a WAL transaction, make sure at least...
2011-05-18  drhEnable URI filenames in the command-line shell. Add...
2011-05-18  drhMake sure the multiplexor shim uses a full pathname...
2011-05-18  drhRemove unreachable branches from the 8.3 filename logic.
2011-05-18  shanehUpdate multiplex VFS to handle empty filenames which...
2011-05-17  drhAdd the ability to limit filenames to 8+3 using the
2011-05-17  drhFix an off-by-one error in the new sqlite3_uri_paramete...
2011-05-17  drhAdd the sqlite3_uri_parameter() interface function...
2011-05-17  danAdd extended return code SQLITE_CORRUPT_VTAB. Returned...
2011-05-17  drhAvoid exceeding array bounds when reading a corrupt...
2011-05-17  danAvoid including fts3_term.c in the amalgamation, as...
2011-05-16  drhEnhance WAL mode so that the WAL file honors the journa...
2011-05-13  drhMake arrangements so that virtual table inserts into...
next