]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2011-05-13  drhAlso add fts3_term.c to main.mk.
2011-05-12  shanehAdd fts3_term.c to amalg gen script and configure input...
2011-05-11  drhImprovements to documentation hyperlinks. Change the...
2011-05-11  drhURI filename documentation updates.
2011-05-11  danAdd missing comments associated with readonly shm changes.
2011-05-11  danMerge latest trunk changes. Add a couple of readonly...
2011-05-11  danOnly open a read-only connection to shared-memory if...
2011-05-10  danHave flags passed to sqlite3_open_v2() apply to the...
2011-05-10  danUpdate URI test cases to account for the new error...
2011-05-10  danAdd experimental support for read-only connections...
2011-05-10  drhAdd new documentation keywords to the sqlite3_vfs descr...
2011-05-09  drhReturn a suitable error message if the mode= argument...
2011-05-07  drhSet the sqlite3.mallocFailed flag if sqlite3ParseUri...
2011-05-07  drhReturn SQLITE_MISUSE from the sqlite3_open_v2() functio...
2011-05-07  drhFix minor compiler warnings.
2011-05-06  danMerge the uri branch with the trunk.
2011-05-06  danRemove some unnecessary modifications from the uri... uri
2011-05-06  danUpdate comments and documentation associated with new...
next