]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-08-18  drhFix the stat3 analysis loader to be compatible with... stat3-enhancement
2011-08-18  drhFix a bug in the cleanup of stat tables on a DROP TABLE...
2011-08-18  drhFix an error with OOM processing in the ANALYZE logic.
2011-08-16  drhFix a few harmless compiler warnings. Add SQLITE_ENABL...
2011-08-16  drhAllow the sqlite3VdbeJumpHere() routine to accept a...
2011-08-16  drhAdd the analyze8.test test module for sqlite_stat3.
2011-08-15  drhUpdate some test cases to work with sqlite_stat3 instea...
2011-08-15  danFix a couple of typos in comments in analyze.c.
2011-08-13  drhFurther testing and bug fixing for sqlite_stat3. Added...
2011-08-13  drhAdd the sqlite_stat3.nDLT field. Use an linear congrue...
2011-08-13  drhThe ANALYZE command picks for 15 samples for sqlite_sta...
2011-08-12  drhBegin a branch that experimentally replaces sqlite_stat...
2011-08-10  drhMake the openDirectory routine in os_unix.c overrideabl...
2011-08-09  drhAdd command-line utilities "offsets.c" and "extract...
2011-08-08  drhIn os_unix.c, do not open the directory containing...
2011-08-08  drhAllow the unlink() system call to be overridden in...
2011-08-07  drhRemove relevant elements from the sqlite_stat2 table...
2011-08-03  drhMerge the winopen-retry-logic branch into trunk. The...
2011-08-03  drhUpdate the OP_Move opcode to shift the pScopyFrom point...
2011-08-02  mistachkinAdd explanatory comment to the win32lock-2.2 test case. winopen-retry-logic
2011-08-02  mistachkinCorrect subtle timing issues in the win32lock test...
2011-08-02  mistachkinFix missing info exists check for win32lock-2.2 (the...
2011-08-02  drhExclude the 8_3_names.test script from the inmemory_jou...
2011-08-02  mistachkinReplace the missed 'file copy' in malloc_common.tcl...
2011-08-02  drhMerge in the permutation changes from trunk.
2011-08-02  drhAlso exclude backcompat.test from inmemory_journal...
2011-08-02  drhMerge the latest trunk changes into the winopen-retry...
2011-08-02  drhOmit backcompat.test from the journaltest permutation...
2011-08-02  drhMake sure IS NOT NULL constraints work on virtual tables.
2011-08-02  mistachkinAdd retry logic for AV defense to winOpen. Also, refac...
2011-07-30  drhFix a (humorous) typo in the lemon documentation.
2011-07-28  mistachkinMerge changes for the new sqlite3_file_control() that...
2011-07-28  mistachkinRemove redundant sub-expression from retry loop invaria...
2011-07-28  mistachkinFix conditional for retry logic in winAccess and add...
2011-07-28  drhUse osStat() instead of stat() consistently in os_unix.c
2011-07-26  drhTest cases added. Fix the query mode. persistent-wal-patch
2011-07-26  drhPrototype change for a new sqlite3_file_control() that...
2011-07-25  drhEnable the SQLITE_FCNTL_SIZE_HINT on unix even if SQLIT...
2011-07-23  drhMerge the winAccess retry logic from the anti-antivirus...
2011-07-23  drhIn the multiplexor, close auxiliary files before deleti...
2011-07-22  drhAdd retry logic for AV defense to winAccess(). Also... av-defense
2011-07-22  drhAlso add the sqlite3-all.c target to the MSVC makefile.
2011-07-22  drhAdd makefile targets sqlite3-all.c.
2011-07-22  drhAdjust the maximum number of open database connections...
2011-07-22  drhUse $(TCLSH_CMD) instead of tclsh in the autoconf makefile.
2011-07-21  drhCompile with the SQLITE_ENABLE_8_3_NAME macro set to...
2011-07-21  drhAll multiplexor chunk sizes up to 4GiB. Disable the...
2011-07-20  drhFor an existing multiplexed database, try to set the...
2011-07-20  drhAll the SQLITE_OPEN_URI flag to propagate down into...
2011-07-20  drhWhen the multiplexor opens an auxiliary file, it now...
2011-07-19  drhFormatting changes on the multiplexor code - make sure...
2011-07-19  drhIncrease the version number to 3.7.8.
2011-07-15  danIn os_unix.c, check if the ESTALE macro is defined...
2011-07-13  drhDo not try to use STAT2 to refine the row estimate...
2011-07-13  drhAdded the SQLITE_FCNTL_WIN32_AV_RETRY file control...
2011-07-12  drhMerge the improved anti-virus defenses into the trunk.
2011-07-12  mistachkinRevise logic in winDelete to check the file prior to...
2011-07-12  drhImprovements to the logging that occurs on an antivirus...
2011-07-12  drhUpdate the anti-virus retry logic for DeleteFile()...
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....
next