]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2013-04-25  drhAdded the transitive_closure, ieee754, and amatch exten... std-ext
2013-04-25  drhMove the test_spellfix.c module to ext/misc/spellfix.c.
2013-04-25  drhFix the MSVC makefile so that it works with the ext...
2013-04-25  drhConvert the fuzzer virtual table into a loadable extens...
2013-04-25  drhMake test_wholenumber.c into a loadable extension and...
2013-04-23  drhMake "test_regexp.c" into a loadable extension and...
2013-04-22  drhFix harmless compiler warnings.
2013-04-22  drhDo not allow a virtual table to cancel the ORDER BY...
2013-04-22  drhUpdate MSCV makefile for the fts3tokenize virtual table...
2013-04-22  danAdd virtual table module 'fts3tokenize' to fts3. fts3to...
2013-04-22  drhEnhanced documentation for the SQLITE_CONFIG_SQLLOG...
2013-04-22  drhUse transitivity to move constraints into the outer...
2013-04-19  drhAdd the "warning" command to the TCL test infrastructur...
2013-04-19  drhEnhance the extension loading mechanism so that the...
2013-04-19  drhMake the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_IN... loadext
2013-04-18  drhExperiments in making loadable extensions easier to...
2013-04-18  drhFix an incorrect comment (a copy/paste error) in the...
2013-04-18  drhAdd the --breakpoint and --show-sql-errors commands...
2013-04-18  drhFix a compiler warning in sqlite3_compileoption_used().
2013-04-18  drhDo not suppress the ORDER BY clause on a virtual table...
2013-04-17  drhFix the --match command in mptester so that it checks...
2013-04-17  drhIn the mptester, add --glob and --notglob and --testcas...
2013-04-17  drhIn the command-line shell, allow a dot-command to occur...
2013-04-17  drhImprovements to some of the comments that are used...
2013-04-17  drhUpdate the command-line shell to give an exit code...
2013-04-16  drhOmit sqlite3_compileoption_used() entries that are...
2013-04-16  drhRemove the unused SQLITE_CURDIR macro.
2013-04-16  drhDisable memory-mapped I/O when the codec is enabled.
2013-04-15  mistachkinExpand scope of the SQLITE_MAX_MMAP_SIZE define for...
2013-04-15  drhRefactoring the mmap interface. The controlling pragma...
2013-04-15  drhFix a formatting typo in a comment. No changes to...
2013-04-14  drhOnly consider AS names from the result set as candidate...
2013-04-13  drhOnly consider AS names from the result set as candidate... tkt-2500cdb9be
2013-04-12  danAdd a test case for detaching a database referenced...
2013-04-12  danChange the fts4aux virtual table module so that fts4aux...
2013-04-12  drhIn mptester: improve the way that child processes are...
2013-04-11  mistachkinFor the multi-process tester on Win32, make use of...
2013-04-11  drhFix the xCheckReservedLock() method on the windows...
2013-04-11  drhFix pragma code generation so that it always outputs...
2013-04-11  drhShow the process-id on log messages from mptester.
2013-04-11  drhHave the UNIX VFS issue warnings via sqlite3_log()...
2013-04-11  mistachkinEnhance multi-process tester integration with the Win32...
2013-04-10  drhAdd new primary error codes SQLITE_NOTICE and SQLITE_WA...
2013-04-10  drhAdd the sqlite3_strglob() interface.
2013-04-10  drhUse symbolic names for tasks in mptester.
2013-04-10  mistachkinFix typo in name of mptest executable files in clean...
2013-04-10  mistachkinCorrect test numbering on several rtree tests.
2013-04-09  drhLimit integrity_check output to 10 lines in mptester...
2013-04-09  drhChange the rollback journal so that it invokes sqlite3_...
2013-04-09  drhAdd extra #ifndef statements in os_unix.c and os_win...
2013-04-08  drhDisable the use of memory-mapped I/O if the SQLITE_DISA...
2013-04-08  drhIn mptester, handle startScript no-change commits using...
2013-04-08  drhStill more tests using mptester. Added test cases...
2013-04-08  drhAdding tests to the mptester scripts.
2013-04-08  drhChange mptester to avoid reporting SQLITE_BUSY errors...
2013-04-08  danHandle the case in os_unix.c where SQLITE_FCNTL_MMAP_LI...
2013-04-08  drhMerge the multi-process tester into trunk.
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-08  danFix an incorrect type cast in an assignment in vdbe.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...
next