]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-07-25  drhFixes to prior checkins so that they compile and run... malloc-enhancement
2010-07-25  drhFurther examples of using automatic deallocation to...
2010-07-24  drhAdditional malloc sanity changes. Use sqlite3MemLink...
2010-07-24  drhAdd infrastructure to support a hierarchy of memory...
2010-07-24  drhMake sure all memory from sqlite3DbMalloc() is freed...
2010-07-23  drhFix a typo in the OS/2 vfs code.
2010-07-23  danMerge two leaves.
2010-07-23  drhStrenghten an assert() in malloc.c that helps to ensure...
2010-07-23  drhRemove additional traces (mostly in comments) of the...
2010-07-23  danAdd a test case to shared.test. No changes to productio...
2010-07-23  danRemove the Table.dbMem variable, as it is no longer...
2010-07-23  danRemove the unused Schema.db variable.
2010-07-22  drhAdd evidence marks to the where.c source file. Comment...
2010-07-22  danMake the sqlite3_db_status() routine threadsafe.
2010-07-22  drhEnhance the LIKE/GLOB query optimization so that it...
2010-07-22  danAdd test/threadtest3.c, containing multi-thread tests...
2010-07-22  drhTry to optimize LIKE and GLOB operators when RHS contai...
2010-07-22  drhTweaks to the virtual table documentation contained...
2010-07-21  drhFix a comment typo. This check-in is 3.7.0 release...
2010-07-20  shanehAdded fix for race conditions from os_unix.c; added...
2010-07-20  danFix a race condition in os_unix.c that may occur when...
2010-07-19  drhUpdate the CLI test scripts for version 3.7.0.
2010-07-19  danUse exit(255) instead of abort() in the tcl [sqlite_abo...
2010-07-19  danChanges to stat.test so that it works with file-format 4.
2010-07-19  danRe-introduce the prefix-search optimization of [feef1b1...
2010-07-19  danEnable previously failing tests in e_expr.test that...
2010-07-19  drhFix a parser bug that was causing the relative preceden...
2010-07-19  drhImprovements to the formatting of parse.out file from...
2010-07-18  drhAdd the -p option to lemon to cause conflicts resolved...
2010-07-17  danAdd new test file e_expr.test.
2010-07-17  danDo not run journal3.test with the inmemory_journal...
2010-07-16  danFix a problem with wal4.test caused by changes in the...
2010-07-16  danFix a test script bug uncovered by [a121cd80c5] that...
2010-07-15  drhPrevious check-in [534aab837e] accidently reverted...
2010-07-15  drhOptionally support shared-memory in /dev/shm or other...
2010-07-15  danChanges to wal.c so that SQLite can read even if the...
2010-07-15  danHandle the case where xShmMap returns SQLITE_BUSY.
2010-07-15  danWhen creating a journal file on unix, attempt to create...
2010-07-15  danChange a comment inside a block of code in parse.y...
2010-07-14  drhFix a typo in a comment in os_unix.c.
2010-07-14  drhThe expression list on the RHS of an IN operator can...
2010-07-14  drhAdditional test cases and evidence marks for the empty...
2010-07-14  drhMake the result of an IN or NOT IN expression with...
2010-07-14  danFix an assert() failure in wal2.test caused by messing...
2010-07-14  danTest the libaries response to read-only or unreadable...
2010-07-14  danOn unix, try to create the *-wal and *-shm files with...
2010-07-14  danAdd tests to pagerfault.test.
2010-07-14  danTest that a corrupted WAL hash-table does not put the...
2010-07-14  danFix a typo in the IS_BIG_INT macro used by coverage...
2010-07-14  drhFix the unix driver to return an I/O error if unlink...
2010-07-14  drhRemove the xShmOpen method from the VFS. Shared-memory...
2010-07-14  drhChange the name of the xShmClose VFS method to xShmUnma...
2010-07-13  drhTweaks to the new shared-memory interface design -...
2010-07-13  danFix a typo in a comment in sqlite.h.in.
2010-07-13  danChanges so that the xShmOpen VFS method is no longer...
2010-07-13  drhImproved documentation for the SQLITE_ACCESS_* constant...
2010-07-13  danAdd proposed interface change to sqlite.h.in. This...
2010-07-13  danFixes to the pcache10 and pcache90 permutations.
2010-07-13  danFix problems with running the async.test script.
2010-07-12  shanehUpdates to comments and code organization to reflect...
2010-07-12  danFix test_stat.c so that it does not cause compilation...
2010-07-12  drhFix makefiles so that they build sqlite3_analyzer again...
2010-07-12  danIn the async-IO module, do not increment the open file...
2010-07-12  danChanges so that the space-analyzer script works with...
2010-07-09  shanehExclude a few more FTS modules from the "in memory...
2010-07-09  shanehExclude fts3cov.test from the "in memory" permutation...
2010-07-09  shanehFix warning under MSVC.
2010-07-09  drhReformat WAL code for clearer presentation. Update...
2010-07-08  drhAdd a test case to cover code that was left untested...
2010-07-08  shanehFix test case numbering in backup_malloc.test and issue...
2010-07-08  drhChange the journal_mode pragma to remove the "default...
2010-07-08  shanehMerged experimental crashsql() into trunk.
2010-07-08  shanehChanges to get crashsql() working on Windows.
2010-07-08  shanehFix warning in test fixture code.
2010-07-08  shanehFix test case number issue in walcrash.test.
2010-07-08  danFix to lock5.test so that it runs with the inmemory_jou...
2010-07-08  shanehFixed a few tests in pagerfault.test so they work corre...
2010-07-08  danChanges to test scripts so that the "inmemory_journal...
2010-07-08  danAdd tests to walmode.test.
2010-07-08  shanehChanges to os_win.c to have it simulate IO errors like...
2010-07-07  drhMake the initial salt values in the WAL header random...
2010-07-07  drhAdd the write-ahead log viewer/debugger tool to the...
2010-07-07  shanehFix issue in mallocI test script where db handle not...
2010-07-07  danAdd further test cases to savepoint.test.
2010-07-07  danWhen rolling back a savepoint, reset the changeCountDon...
2010-07-07  shanehWhen using MSVC to build test code, suppress the popup...
2010-07-07  shanehFix some MSVC compiler warnings in the ASYNC extension.
2010-07-07  danMerge together another accidental fork.
2010-07-07  shanehFix test numbering issue in nan.test.
2010-07-07  danDo not make the SQLITE_FCNTL_SIZE_HINT call if an error...
2010-07-07  shanehClose the file handle before returning. TCL test scrip...
2010-07-07  shanehFixed a new error introduced by last check-in of os_win...
2010-07-07  drhRemove two more testcase() macros that require 4GiB...
2010-07-07  drhRemove a testcase() macro that would require a 4GiB...
2010-07-07  drhFix a compiler warning in PRAGMA journal_mode.
2010-07-07  drhAvoid the need for a NEVER() from pager_write_pagelist...
2010-07-07  drhMerge together the accident fork.
2010-07-07  shanehFix minor issue in xAccess() method for Windows.
2010-07-07  danMake sure the schema is loaded before preparing a ...
2010-07-07  drhAdd testcase macros to ensure that large-file cases...
next