]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-01-08  drhFix the extension tags on the "smoketest" makefile...
2015-01-08  drhIn releasetest.tcl:
2015-01-08  drhIn releasetest.tcl: add options --veryquick and pass...
2015-01-07  drhIn releasetest.tcl, always use --disable-shared togethe...
2015-01-07  danAdd the fts5 'optimize' command.
2015-01-07  drhIn releasetest.tcl, copy certain command-line arguments...
2015-01-07  mistachkinModify the valgrind target to be consistent with regard...
2015-01-07  mistachkinFix threads-enabled builds on Windows when the amalgama...
2015-01-07  danAdd the 'rebuild' and 'delete-all' commands.
2015-01-07  drhIn releasetest.tcl, change the --dryrun option to work...
2015-01-07  drhAdd a valgrind test to the Linux-x86_64 platform in...
2015-01-06  danFix a problem in the unix implementation of FCNTL_SIZE_...
2015-01-06  danRemove the iPos parameter from the tokenizer callback...
2015-01-06  drhImproved and more rigorous test of large VALUES clauses.
2015-01-06  danFurther fixes and test cases related to external conten...
2015-01-05  danTests and fixes for fts5 external content tables.
2015-01-05  drhEnhance "INSERT INTO ... VALUES" so that the number...
2015-01-05  drhAvoid O(N*N) behavior with very long lists of VALUES. many-VALUEs
2015-01-05  drhHandle compound-select statements originating from...
2015-01-05  drhTowards getting INSERT statements to except many VALUE...
2015-01-05  drhRemove some needless recursion from compound SELECT...
2015-01-03  danAdd support for external content tables to fts5.
2015-01-03  drhIn releasetest.tcl, omit the CC=clang text from the...
2015-01-02  drhFix a harmless compiler warning.
2015-01-02  mistachkinMerge updates from trunk. asciiMode
2015-01-02  drhAdd the SQLITE_CONFIG_PMASZ start-time option.
2015-01-02  danAllow the rank column to be remapped on a per-query...
2015-01-01  drhAdd logic to releasetest.tcl that detects -fsanitize...
2015-01-01  drhAdd the ability to specify an alternative compiler...
2015-01-01  drhEnhance the "lemon" executable so that it ignores ...
2015-01-01  drhFix an error in the computation of the number of hours...
2015-01-01  danMerge latest trunk changes with this branch.
2015-01-01  drhFix a harmless compiler warning in rtree.
2015-01-01  danAdd a version of the unicode61 tokenizer to fts5.
2015-01-01  drhFix two test cases in memsubsys1 so that they work...
2015-01-01  drhFix the fkey-7.1 test so that it sorts its answer and...
2014-12-31  drhFix to releasetest.tcl: When doing the secondary _debu...
2014-12-31  drhAdjust the memsubsys1-5.5 test case to avoid occasional...
2014-12-31  drhFix a floating-point round-off error problem in the...
2014-12-31  drhDisable the bigsort.test module on machine with less...
2014-12-31  drhChange threadtest3.c so that SQLITE_SCHEMA returns...
2014-12-31  drhUpdate the command-line parsing for threadtest3 so...
2014-12-31  danAdd a missing sqlite3_close() call to threadtest3.c.
2014-12-31  drhOnly run walthread5 once when running all tests in...
2014-12-31  danDo run pragma3.test as part of the mmap permutation...
2014-12-31  drhChange the width of output lines in releasetest.tcl...
2014-12-31  drhMerge the fix to PRAGMA data_version and testing improv...
2014-12-31  drhMake sure PRAGMA data_version is updated even if the...
2014-12-31  danDo not run pragma3.test as part of the mmap permutation.
2014-12-30  drhAdd the "mptester" tests to releasetest.tcl.
2014-12-30  danEnsure that when a file is extended using FCNTL_SIZE_HI...
2014-12-30  drhUpdate the threadtest3 test program so that its output...
2014-12-30  danFix problems with the "inmemory_journal" permutation.
2014-12-30  danIf the sorter uses mmap'd temp files, ensure all pages...
2014-12-30  drhMake SQLITE_CONFIG_PCACHE_HDRSZ accurate (not an over...
2014-12-30  danChange notify2.test to check that sqlite3_blocking_step...
2014-12-30  drhRound all object sizes that go into computing SQLITE_CO...
2014-12-29  drhFix the --dryrun option in releasetest.tcl.
2014-12-29  danMove all fts5 test files to new directory "ext/fts5...
2014-12-29  danFix some recently added tests so that they work with...
2014-12-29  drhReinstate an assert() by adding an "|| CORRUPT_DB"...
2014-12-29  danFixes to built-in tokenizers.
2014-12-29  drhFix the "checksymbols" target in Makefile.in so that...
2014-12-28  drhFix WITHOUT ROWID tables so that they correctly deal...
2014-12-25  drhUpdate the SQLITE_CONFIG_PAGECACHE documentation so...
2014-12-24  drhFix the error counter in releasetest.tcl. And report...
2014-12-24  danFix a failing assert() in balance_nonroot().
2014-12-24  danWhen building the amalgamation with SQLITE_ENABLE_IOTRA...
2014-12-23  drhMerge the new and improved releasetest.tcl script into...
2014-12-23  mistachkinRemove 'threadtest' as a target on Windows, due to... releasetest-refactor
2014-12-23  mistachkinFix typo in library object file name.
2014-12-23  mistachkinPermit sqlite3_shutdown() to be called with OMIT_WSD...
2014-12-23  drhIn the releasetest.tcl script, show the test target...
2014-12-23  drhAdd the threadtest target to Makefile.in. Add --enable...
2014-12-23  mistachkinDraft of changes necessary to make releasetest work...
2014-12-23  drhFix a potential segfault following OOM error in the...
2014-12-23  drhAdd the "checksymbols" target to Makefile.in
2014-12-23  drhRework the test/releasetest.tcl script so that it uses...
2014-12-23  danFix the fts5 bm25() function so that it matches the...
2014-12-22  drhFix a typo in an evidence mark on a test script. No...
2014-12-22  danFixes and simplifications for the snippet() and highlig...
2014-12-22  drhMerge the PRAGMA data_version redefinition and other...
2014-12-22  drhRedefine the way PRAGMA data_version works: It continu...
2014-12-21  drhFixes to the README.md file. No changes to code.
2014-12-20  mistachkinSupport manually disabling overlapped file I/O for...
2014-12-20  mistachkinMinor fixes and enhancements to the SQLITE_ENABLE_API_A...
2014-12-20  drhMerge the PRAGMA data_version command and the enhanceme...
2014-12-20  drhAdd the "PRAGMA data_version" command for checking...
2014-12-20  drhUpdate the PRAGMA data_version command so that it repon... data_version_pragma
2014-12-19  mistachkinMerge updates from trunk.
2014-12-19  danRemove the fts5_test() aux function. Test aux functions...
2014-12-19  drhAdding test cases for the "PRAGMA data_version" command.
2014-12-19  drhExperimental "PRAGMA data_version" command for detectin...
2014-12-19  drhSimplify the implementation of the "header-value" pragm...
2014-12-18  danFix a problem with prefix queries and the AND operator.
2014-12-18  danFix various problems in fts5 revealed by fault-injectio...
2014-12-17  danExperimental opimizations to speed up FK constraint...
2014-12-17  danFix some comments in fkey.c. Add tests to fkey8.test. experimental-fk-actions
2014-12-16  danExperimental opimizations to speed up FK constraint...
2014-12-16  drhFix the e_walauto.test script so that it works on windows.
next