]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-08-26  mistachkinIn the MSVC makefile, allow symbols to be enabled witho... winNativeHeap
2011-08-26  mistachkinDisable checking the winMemData structure signature...
2011-08-26  mistachkinAllow the Win32 native heap flags to be overridden...
2011-08-25  mistachkinAdd comments for the various debug levels. When debugg...
2011-08-25  mistachkinIn the MSVC makefile, support several levels of debuggi...
2011-08-25  mistachkinMake sure that SQLITE_FCNTL_SIZE_HINT on Windows does...
2011-08-24  mistachkinAdd error logging to native Win32 heap support.
2011-08-24  mistachkinExperimental work to allow SQLite to use the native...
2011-08-24  drhUpdates to the sqlite3_mem_methods documentation.
2011-08-24  drhFix some harmless compiler warnings.
2011-08-24  drhChanges to test_quota.c to make quota groups persistent...
2011-08-23  drhSimplifications to the SQLITE_PAGECACHE_BLOCKALLOC...
2011-08-23  drhIf the application-defined openDirectory() function...
2011-08-23  danChange the way the "crash" VFS (test6.c) handles SQLITE...
2011-08-23  danHave the "crash" VFS used by the tcl tests (test6.c...
2011-08-23  drhIfdef out routines in pcache1.c that are used only
2011-08-23  drhMerge the PAGECACHE_BLOCKALLOC changes into trunk.
2011-08-23  danWhen copying a rollback mode database over a WAL databa...
2011-08-23  danChange to test instrumentation of os_unix.c: Regard... pager-blockalloc
2011-08-23  drhRemove a branch that is always true.
2011-08-22  drhRemove an unreachable branch in the FK code.
2011-08-22  danModify test cases so that veryquick.test passes with...
2011-08-22  danFix for [b1d3a2e531].
2011-08-19  danExperimental change: If SQLITE_PAGECACHE_BLOCKALLOC...
2011-08-19  drhWhen retrying a write() after an EINTR error on unix...
2011-08-18  danEnsure that the Tcl "db onecolumn" command returns...
2011-08-17  mistachkinProperly process x64 DLL exports, which do not contain...
2011-08-17  mistachkinAdd vdbesort.c to the MSVC makefile.
2011-08-17  drhUse OP_Sort rather than OP_Rewind in order to sort...
2011-08-15  drhUpdated comments on the multiplexor extension. No...
2011-08-15  drhFix an assert() in the merge-sort logic to account...
2011-08-15  drhNew makefile target "sqlite3-debug.c" builds an amalgam...
2011-08-15  danWhen opening a temporary file to use in a merge-sort...
2011-08-13  drhFix the header comment on the implementation of the
2011-08-12  danMerge the experimental changes to use a merge-sort...
2011-08-12  danUpdate Makefile.in and configure to account for new...
2011-08-12  danMerge latest trunk changes into experimental branch.
2011-08-12  danRemove an unused parameter from a function in vdbesort...
2011-08-12  danAdd the SQLITE_OMIT_MERGE_SORT pre-processor directive...
2011-08-12  danAdd tests to improve coverage of vdbesort.c.
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-08  danRemove redundant parameter from vdbeSorterInitMerge...
2011-08-08  danAdd fault-injection and other tests (and fixes) to...
2011-08-07  drhRemove relevant elements from the sqlite_stat2 table...
2011-08-06  danFix a problem with building large indexes introduced...
2011-08-06  danIn temp files used for merge sorting, store the size...
2011-08-05  danMinor internal changes to vdbesort.c. Also, default...
2011-08-04  danFix a comment in vdbesort.c.
2011-08-04  danChange to using packed-memory-arrays instead of b-trees...
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  danMinor fixes to vdbesort.c code in preparation for a...
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  danExperimental support for speeding up CREATE INDEX comma...
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...
next