]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-03-21  danFix cases where xRead() was being used to read from...
2013-03-21  danAvoid calling xRead() on a part of the database file...
2013-03-21  danFix a problem when opening a write-transaction while...
2013-03-21  danDo not use the Linux mremap() call. Use the same strate...
2013-03-20  danOptimize the xMremap method in os_unix.c some.
2013-03-20  danWhen possible, use memory mapping when appending new...
2013-03-20  danAdd test file mmap1.test.
2013-03-19  danAdd the sqlite3_io_methods.xMremap() method to the...
2013-03-16  danWhen possible, use memcpy() to and from the mapped...
2013-03-15  danFix a dropped error code in pager.c.
2013-03-15  danAllow read-only cursors to use mmap pages even if there...
2013-03-14  danUse mmap() to read from the database file in rollback...
2013-03-13  danEnhance tests for ticket [4dd95f6943].
2013-03-13  drhFix the ORDER BY with IN constraint logic so that it...
2013-03-12  drhAdd a single new test case to the ORDER BY with IN... desc-orderby-fix-1
2013-03-12  mistachkinFix typo in sqlite3_close() function documentation...
2013-03-12  drhFix a test case that had an ambiguous result.
2013-03-12  mistachkinFix typo in sqlite3_close() function documentation... docTypo
2013-03-12  drhFix the ORDER BY optimization with IN constraints when...
2013-03-12  drhRevise the patch to make it easier to understand.
2013-03-12  danAdd test cases for [4dd95f6943].
2013-03-12  drhRevised fix for the DESC ORDER BY and IN constraint...
2013-03-12  drhA proposed fix for the DESC ORDER BY bug of ticket...
2013-03-11  danDefine _BSD_SOURCE when building on OpenBSD. This is...
2013-03-11  danFixes for compiling with SQLITE_OMIT_AUTOVACUUM and...
2013-03-11  danFixes for compiling with SQLITE_OMIT_AUTOVACUUM and... omit-fixes
2013-03-09  danAdd a test case for the problem fixed by the previous...
2013-03-09  danFix a problem with resolving "db.view.column" reference...
2013-03-08  danIf SQLITE_OMIT_UTF16 is defined, avoid setting the...
2013-03-08  danIf SQLITE_OMIT_UTF16 is defined, avoid setting the...
2013-03-07  drhFix the char() function so that it works even if SQLITE...
2013-03-07  mistachkinSkip tests that require UTF-16 support when compiled...
2013-03-07  mistachkinFix two compilation issues, one warning and one error...
2013-03-06  danFix a problem in incrvacuum_ioerr.test. Do not run...
2013-03-06  drhFix a bug (ticket [fc7bd6358f59]) that caused incorrect...
2013-03-06  drhAdd the SQLITE_READONLY_ROLLBACK extended error code.
2013-03-06  drhFix an operator precedence problem on the [1d8086902e... ex-robust-open
2013-03-05  danMerge experimental branch with trunk.
2013-03-05  danDo not attempt to set the permissions on an existing...
2013-03-05  danAdd extended error code SQLITE_READONLY_ROLLBACK. Retur...
2013-03-05  danFix a bug in the recent incremental-vacuum related...
2013-03-05  drhSimplified error message on the showdb utility.
2013-03-04  danOmit a test that uses the progress handler callback...
2013-03-04  danRemove an assert() statement that has been incorrect...
2013-03-03  drhAdd the test_fs.c test module to Makefile.in. Adjust...
2013-03-02  drhUpdate comments on the free-page allocator to accuratel...
2013-03-01  drhComplete the initialization of the loadable extension...
2013-03-01  drhUpdate the cygwin interface to use the newer 1.7 APIs...
2013-03-01  mistachkinPrevent Tcl file encoding issues in the tests for the...
2013-03-01  drhFix an overly restrictive assert() in the pager.
2013-03-01  drhFix the handling of UTF16 surrogate pairs in the char...
2013-03-01  drhAlways use strncmp() rather than memcmp() when comparin...
2013-02-26  mistachkinIn the incrvacuum3 test, add missing call to the Tcl...
2013-02-26  drhWhen comparing names during name resolution, make sure...
2013-02-26  danChange the way test script incrvacuum3.test copies...
2013-02-26  mistachkinPrevent Tcl file encoding issues in the tests for the... funcTestEncoding
2013-02-26  mistachkinRemove extra use of the sqlite3_value_int64() function.
2013-02-25  drhAdd new SQL functions unicode() and char().
2013-02-25  drhStrengthen the final test case in index5.test. Also...
2013-02-25  danFix an error in test script index5.test.
2013-02-25  danMerge the incr-vacuum-opt branch with the trunk.
2013-02-25  danAdd test file incrvacuum3.test. No code changes. incr-vacuum-opt
2013-02-25  danCatch a dropped error code in backup.c.
2013-02-24  danFix a case where database corruption may cause an asser...
2013-02-23  danFix a case in the incremental vacuum code where databas...
2013-02-23  danFix a cut-and-paste bug causing the library to fail...
2013-02-23  danEnhancements to test scripts. No code changes.
2013-02-23  danFix off-by-one bug in [c3939d2491] uncovered by th3.
2013-02-23  danIf a rollback mode transaction reduces the size of...
2013-02-22  danFix a problem with the previous commit.
2013-02-22  danAvoid moving pages more than once in an incremental...
2013-02-22  drhTwo new SQL functions: unicode() and char(). unicode-function
2013-02-20  drhOn Minix, disable the ".timer" command in the shell...
2013-02-19  drhEnhance the showdb tool with options to show PTRMAP...
2013-02-19  drhFix the showdb utility so that it displays the correct...
2013-02-19  drhEnhance the pgidx of the showdb utility so that it...
2013-02-19  drhDo not rollback the schema if a parsing error occurs...
2013-02-19  drhTruncate over-length source lines in sqliteInt.h to...
2013-02-19  drhAdd the edit_cost_table= command to the spellfix1 virtu...
2013-02-16  drhFix an unsafe VM register deallocation.
2013-02-15  mistachkinCheck for a NULL handle prior to manually calling winClose.
2013-02-14  drhVerify that the schema has not changed before running...
2013-02-13  mistachkinOn WinCE, fill in the winFile structure after winceCrea...
2013-02-13  drhAdd recent API additions to the extension mechanism.
2013-02-13  drhAllow an index to be used for sorting even if prior...
2013-02-12  drhImprove memory allocation error handling on WinCE.
2013-02-12  drhA bug report coming from from Firefox
2013-02-12  mistachkinImprove memory allocation error handling on WinCE. wince
2013-02-11  drhAdd extended error codes for all SQLITE_CONSTRAINT...
2013-02-09  drhRename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRI... constraint-error-codes
2013-02-09  drhAdd extended error codes for constraint errors.
2013-02-08  drhFix a potential NULL-pointer dereference following... IN-with-ORDERBY
2013-02-08  drhMake sure the virtual tables that take advantage of...
2013-02-08  drhLoop through the elements on the RHS of an IN operator...
2013-02-08  drhAllow the "a=?1 OR a=?2" to "a IN (?1,?2)" transformati...
2013-02-07  drhAllow an index to be used for sorting even if prior...
2013-02-07  drhFix harmless compiler warnings.
2013-02-07  mistachkinAdd the ability to skip defining the localtime() functi...
2013-01-30  drhRemove some debugging logic accidently left in the...
2013-01-29  drhFix LIMIT and OFFSET so that they work and do not leak...
next