]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-04-08  drhAdd the "mptester" target to the makefiles. Make mptes... mptest
2013-04-08  drhFix harmless compiler warnings in mptest.c.
2013-04-08  drhAdd the vfsname() and eval() SQL functions to mptest.c.
2013-04-08  drhAdd --if, --else, --endif processing to mptest.c.
2013-04-06  drhFix the --source command so that its argument is relati...
2013-04-06  drhMerge trunk changes into the mptest branch. The mptest...
2013-04-06  drhIncrease the default SQLITE_MAX_SCHEMA_RETRY to 50...
2013-04-06  drhAdd SQLITE_CONFIG_LOG error logging to the mptest program.
2013-04-06  drhGet the build of mptest working on mac.
2013-04-06  drhGet the mptest program running on windows.
2013-04-06  drhMany improvements to the mptest program. Added a simpl...
2013-04-06  danAdd tests to "permutations.test coverage-pager" to...
2013-04-06  drhAdd a prototype TH3-script-style test harness that...
2013-04-05  danImprove the code coverage of "permutations.test coverag...
2013-04-04  danAdd further multi-client tests to mmap1.test.
2013-04-04  drhDisable memory-mapped I/O for the win32lock.test module
2013-04-04  drhUpdates to the file-control documentation. No changes...
2013-04-04  drhIncrease the version number to 3.7.17.
2013-04-04  drhTry to use mmap() to speed access to the database file...
2013-04-03  drhRelease resources prior to bailing out of the btreeCrea... experimental-mmap
2013-04-03  drhRemove an unreachable branch in the direct blob I/O...
2013-04-03  drhFix a bug in the detection of iOS when setting the...
2013-04-03  drhChange the mmap_limit pragma to report the new limit...
2013-04-03  danRemove the restriction on using xFetch to load the...
2013-04-03  danWhen moving a page to make way for the root page of...
2013-04-03  danIn btree.c, save the positions of other cursors open...
2013-04-03  drhInitialize the mmap_limit of temporary files to the...
2013-04-03  drhMake use of xFetch, if it is available when doing a...
2013-04-03  drhAdd the -mmap option to the command-line shell, for...
2013-04-03  drhFix the unix driver to check defined(_BSD_SOURCE) rathe...
2013-04-02  danFix a resource leak in os_unix.c.
2013-04-02  drhAdjustments to mmap1.test so that it works better on...
2013-04-02  danFix a bug in mmap2.test that was leaving an invalid...
2013-04-02  mistachkinAdd assert to the Windows VFS pertaining to the size...
2013-04-02  danAdd test cases to mmap1.test and pagerfault.test.
2013-04-02  danChange an assert in pager.c to acknowledge that it...
2013-04-02  drhFix the build for Mac.
2013-04-02  danAdd new test file btreefault.test.
2013-04-02  drhFix a faulty assert() in the os_win.c VFS.
2013-04-02  drhIf the SQLITE_TRACE_SIZE_LIMIT compile-time parameter...
2013-04-02  danAdd test cases for errors in mmap() or mremap() is...
2013-04-02  drhProposed template preprocessor magic for activating...
2013-04-02  drhReorder two conditions to make coverage testing easier.
2013-04-02  drhRemove an unreachable condition from pager.c.
2013-04-02  drhAlways send the SQLITE_FCNTL_MMAP_LIMIT pragma to the...
2013-04-01  drhRemove a debugging printf() accidently left in the...
2013-04-01  drhAdd the SQLITE_CONFIG_MMAP_LIMIT configuration option...
2013-04-01  drhAdd a comment to xUnfetch on windows to say that the...
2013-04-01  drhIn windows, round down the size of the memory mapped...
2013-04-01  danMerge accidental fork.
2013-04-01  danAttempt to emulate mremap() on non-Linux systems by...
2013-04-01  drhBug fix in the winMapfile() subroutine: Be sure to...
2013-04-01  drhAdd xFetch and xUnfetch methods to the os_win.c VFS.
2013-04-01  danEnsure that a checkpoint does not use an out-of-date...
2013-04-01  danFix a typo in a log message in wal.c.
2013-04-01  danFix a problem in btree.c that could cause a crash follo...
2013-03-29  mistachkinFor the clean target, tidy up a couple more generated...
2013-03-29  drhVersion 3.7.16.1 version-3.7.16.1
2013-03-28  drhAdjustment to an extreme corner case in the sqlite3Atoi...
2013-03-27  drhFix harmless compiler warnings coming from MSVC64 in...
2013-03-27  drhIncrement the version number to 3.7.16.1.
2013-03-27  drhIn order to optimize out the ORDER BY clause,
2013-03-27  drhRestore additional ORDER BY optimizations that where... orderby-fix
2013-03-27  drhImproved optimization of ORDER BY.
2013-03-27  drhA fix an test-case for the ORDER BY problem identified...
2013-03-27  drhCandidate fix for ticket [6bfb98dfc0c]: Make sure inval...
2013-03-26  drhFix a comment in os_unix.c. No code changes.
2013-03-26  drhChange the name of the Pager.pFree field to Pager.pMmap...
2013-03-26  danIn btree.c, save the positions of any open cursors...
2013-03-26  drhPrevious check-in accidently left mmap turned off by...
2013-03-25  drhMemory-mapped I/O is now on by default. The "PRAGMA...
2013-03-25  drhAdd munmap and mremap to the set of os interfaces that...
2013-03-25  danUse mremap() on Linux.
2013-03-25  drhMerge all recent trunk changes into the experimental...
2013-03-25  danAdd a test that simulates an error in mmap().
2013-03-25  danSimulate OOM errors in the sqlite3OsFetch() function...
2013-03-25  danChange the signature of the xUnfetch method to "int...
2013-03-25  danRemove unnecessary code to round the size of a memory...
2013-03-25  danDo not return SQLITE_IOERR when the user attempts to...
2013-03-25  danFix a case in the pager where an xFetch() reference...
2013-03-25  danAdd a second test for [38b1ae018f].
2013-03-25  danIn fts3, when filtering lists for hits in a specific...
2013-03-24  drhRemove the SQLITE_OMIT_MERGE_SORT compile-time option...
2013-03-23  danReplace the sqlite3_io_methods.xMremap interface with...
2013-03-23  danImprove a comment in wal.c. No code changes.
2013-03-23  danFix a case where a checkpoint operation could write...
2013-03-23  mistachkinIn the winMremap VFS function, unmap the region prior...
2013-03-23  mistachkinDo not unmap the mapped file region in winTruncate...
2013-03-23  mistachkinPreliminary changes to support the xMremap VFS method...
2013-03-22  danUpdate wal mode tests so that they work with the mmap...
2013-03-22  drhFix a potential NULL-pointer dereference in btreeSwapOu...
2013-03-22  danFix a case where the mapped part of a database file...
2013-03-22  danAllow the database file to be memory mapped in wal...
2013-03-22  danAdd a fix for the assert() statements added by the...
2013-03-22  danAdd assert statements to os_unix.c to ensure that any...
2013-03-21  mistachkinMany spelling fixes in comments. No changes to code.
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...
next