]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-07-12  danExperimental support for speeding up CREATE INDEX comma...
2011-07-11  drhUpdate the TCL commands for setting windows manditory...
2011-07-11  drhChange the windows backend to retry read and write...
2011-07-09  drhFix harmless compiler warnings on unix.
2011-07-09  drhIn where.c::findIndexCol - make sure that the Expr...
2011-07-08  drhChange the default chunk size on test_multiplex.c to...
2011-07-08  danFix for [54844eea3f]: Do not create automatic indexes...
2011-07-08  drhExtend the SQLITE_TESTCTRL_OPTIMIZATIONS option to...
2011-07-07  drhUpdate the tool/symbols.sh script to check for accident...
2011-07-07  danAdd a target to main.mk that will fail if the amalgamat...
2011-07-07  danRemove accidental global variable "doclist" from fts3Int.h.
2011-07-06  danExpose the value of compile time symbol SQLITE_MAX_DEFA...
2011-07-04  danAdjust a couple of test scripts so that they work with...
2011-07-02  drhAdd a testcase macro to ensure testing a boundary case...
2011-07-02  danEnsure that automatic indexes are only created in scena...
2011-07-02  danMerge experimental changes improving optimization of...
2011-07-02  danFix a broken assert() in where.c.
2011-07-01  danMerge latest trunk changes with experimental branch.
2011-07-01  danImprove use of indexes to optimize DISTINCT queries.
2011-07-01  drhTest case for ticket [d6ddba6706353915ceed]
2011-07-01  danImprovements and tests for detection of redundant DISTI...
2011-07-01  drhIgnore the database name on the target table when parsi...
2011-06-30  danExperimental changes to improve optimization of DISTINC...
2011-06-29  drhPass the BTREE_UNORDERED hint into both sqlite3BtreeOpe...
2011-06-28  danMerge the fts3-changes branch back into the trunk.
2011-06-28  danAdd a fix and tests for the FTS deferred token logic. fts3-changes
2011-06-28  danMerge latest trunk changes with fts3-changes branch.
2011-06-28  danChanges to allow FTS to be compiled as a loadable modul...
2011-06-27  danRemove an unnecessary assignment from vdbeapi.c.
2011-06-27  danMerge latest trunk changes.
2011-06-27  danRemove an unnecessary assignment from vdbeapi.c.
2011-06-27  danAdd a case to permutations.test to run the veryquick...
2011-06-27  danChanges to improve the selection of deferred tokens...
2011-06-27  drhMake sure all new statements begin life unexpired,...
2011-06-26  drhModifications to the "like.test" script in order to...
2011-06-25  mistachkinSupport using nmake via cmd.exe, allow Tcl related...
2011-06-24  danExplicitly cast an argument to printf() to (int), in...
2011-06-24  shanehFix a Windows line ending issue in a test case that...
2011-06-24  drhFix some harmless compiler warnings that were occurring...
2011-06-23  drhVersion 3.7.7 release candidate #1. version-3.7.7
2011-06-23  drhAdd a bit to the SQLITE_TESTCTRL_OPTIMIZATIONS setting...
2011-06-23  danFix some of the code issues (missing comments etc....
2011-06-23  danAdd a test for ticket [91e2e8ba6f]. No changes to code.
2011-06-23  drhDo not do affinity transformations on inserts into...
2011-06-23  drhProvide the SQLITE_MAX_SCHEMA_RETRY compile-time parame...
2011-06-23  drhRemove unused variables from test_vfs.c
2011-06-23  drhIf "PRAGMA page_size" commands are not authorized,...
2011-06-22  shanehAdded limited support to omittest.tcl for nmake makefile.
2011-06-22  shanehUpdate a test case for Windows that failed because...
2011-06-22  drhPrint a warning in oserror-1.1.1 that a valgrind warnin...
2011-06-22  shanehAdjust a test case in triggerC.test to handle non-defau...
2011-06-22  shanehAdd a flush of stdout so some test code reading from...
2011-06-22  danChange a test case in types3.test slightly so that...
2011-06-22  danModify the implementation of the test code in test_vfs...
2011-06-21  shanehFix typo in previous tester.tcl commit.
2011-06-21  shanehUpdate filepath_normalize for unix.
2011-06-21  shanehUpdate a few of the uri tests to work on Windows.
2011-06-21  shanehUpdates to nmake makefile to allow options to be passed...
2011-06-21  drhGive the osLocaltime() function file scope in date.c.
2011-06-21  danInitialize a variable introduced as part of the fix...
2011-06-21  danAdd a missing initializer for sqlite3GlobalConfig.bLoca...
2011-06-21  danFix main.mk so that the "amalgamation-testfixture"...
2011-06-21  drhRework the localtime logic yet again in order to make...
2011-06-21  drhSimplifications to the localtime() interface. Fix...
2011-06-21  danChange the error message returned when localtime_r...
2011-06-21  danFix an error made in the previous commit. The parameter...
2011-06-21  danReturn an error if localtime_r() fails within one of...
2011-06-21  drhAdd a new AWK script in the tool/ folder for converting...
2011-06-20  drhMore typo fixes in evidence marks. No code changes.
2011-06-20  drhFix typos in evidence marks on tests.
2011-06-20  drhFix more documentation typos.
2011-06-20  shanehAdd ability to pass linker specific options to nmake...
2011-06-20  shanehFix a couple of compiler issues on Windows due to warni...
2011-06-20  shanehAdd additional error check for disk full on Windows.
2011-06-20  drhFix documentation typos. No changes to code.
2011-06-20  drhRemove the SQLITE_OMIT_CONFLICT_CLAUSE preprocessor...
2011-06-20  drhMore compiler warning fixes.
2011-06-20  drhFix compiler warnings in lemon by removing some of...
2011-06-20  drhRework the autoconf script to better deal with utime...
2011-06-20  shanehUpdate a couple test scripts to account for more floati...
2011-06-20  drhFix various harmless compiler warnings in FTS3 and...
2011-06-20  drhEnable crnl to nl translation for the mksqlite3c.tcl...
2011-06-20  danUpdate some test cases in fts4aa.test.
2011-06-20  danFix a problem where FTS test code was not being include...
2011-06-20  danAdd tests for the "column:term" query syntax to fts3aut...
2011-06-19  drhDo not run test tkt-2d1a5c67d.test in the inmemory_jour...
2011-06-17  shanehFix a header dependency in nmake Makefile.
2011-06-17  danAvoid loading doclists for infrequent terms that are...
2011-06-17  danAdd a missing declaration to fts3Int.h.
2011-06-17  shanehFix a few more issues with the nmake makefile.
2011-06-17  shanehUpdate walro.test script for Windows.
2011-06-17  shanehForce almagamation gen scripts to use unix line endings...
2011-06-17  shanehMore updates to the nmake makefile.
2011-06-17  shanehAdd Microsoft nmake compatible makefile; update a few...
2011-06-16  danFix a problem with NEAR queries executed inside a trans...
2011-06-16  drhChanges to #ifdefs so that the build goes correctly...
2011-06-15  drhFix the multiplex.test module so that it works with...
2011-06-15  drhFurther tweaks to the wal7.test test case.
2011-06-15  danAdd a couple of pointer type casts to test file test_qu...
2011-06-15  drhFix the wal7.test script so that it works even if secur...
next