]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-12-23  drhChange the name ZERO_DAMAGE to the more descriptive... statvfs
2011-12-23  drhMerge the latest trunk changes into the statvfs branch.
2011-12-23  drhAdd interfaces sqlite3_uri_boolean() and sqlite3_uri_in...
2011-12-22  drhFix minor issues with FTS and RTREE discovered by coverity.
2011-12-22  drhCheck the return code from sqlite3_initialize() called...
2011-12-22  danFix a problem in fts3_write.c causing stack memory...
2011-12-22  drhMerge recent trunk changes into the statvfs branch.
2011-12-22  drhRemove a redundant assignment operator.
2011-12-21  danFix other problems where 32-bit integer overflow may...
2011-12-21  danAvoid 32-bit overflow when calculating the byte offset...
2011-12-21  drhAdd the ability to enable or disable SQLITE_IOCAP_ZERO_...
2011-12-20  drhRemove the code that tries to detect OOO header writes...
2011-12-20  drhRefactor the sqlite3WalFrames() routine for clarity...
2011-12-20  drhAssert that the isCommit parameter to sqlite3WalFrames...
2011-12-19  danAdd test for WAL mode to unixexcl.test.
2011-12-19  danMerge [21b76af6ed] into statvfs branch.
2011-12-19  danFix a couple of test cases to account for the master...
2011-12-19  danModify test cases to account for the ZERO_DAMAGE change.
2011-12-19  drhSome fixes to the test suite so that it works with...
2011-12-17  drhFor improved clarity of presentation,
2011-12-17  drhAdd SQLITE_IOCAP_ZERO_DAMAGE and enable it for both...
2011-12-17  drhFix a bad #endif with the previous check-in on this...
2011-12-17  drhAdd support for statvfs() in os_unix.c, for determining...
2011-12-17  drhMerge in changes that cause the first sector of the...
2011-12-17  danAdd tests to walcrash3.test.
2011-12-17  drhMake sure the Salt-1 value in the WAL file is sequentia...
2011-12-16  drhEnhance the WAL header sync so that it honors the vario... wal-header-sync
2011-12-16  drhProposed changes that ensure that the WAL header is...
2011-12-16  danAdd code for a test that was failing before the persist...
2011-12-16  drhMerge the fix for [a1fa75cbdd02] from the experimental...
2011-12-16  drhImproved logging of master-journal name conflicts.
2011-12-16  drhMerge the nx-devkit changes into trunk.
2011-12-16  danExperimental fix for [a1fa75cbdd].
2011-12-16  drhTweaks to the way multiplexSubOpen() works, for backwar...
2011-12-16  drhFix a potential infinite loop (inserted by the previous...
2011-12-16  drhThe xTruncate method for the multiplexor now changes...
2011-12-16  drhCall sqlite3_log() with an appropriate message if unabl...
2011-12-16  drhA better solution to being unable to find a unique...
2011-12-16  drhMake sure the antipenultimate character of master-journ...
2011-12-15  drhAdd stdio support to the quota VFS.
2011-12-15  drhUse _commit() rather than FlushFileBuffers() as a subst... quota-stdio
2011-12-15  danWhen deleting a file with the multiplexor VFS, also...
2011-12-15  drhMake sure the chunksize in test_multiplex does not...
2011-12-15  danFix some problems with dropped error codes in multiplex...
2011-12-15  drhIn the multiplexor, do not try to delete overflow files...
2011-12-14  drhMerge the nx-devkit changes into trunk. This includes...
2011-12-14  drhMerge the VFSNAME file-control addition into the nx...
2011-12-14  drhAdd a file-control that will discover the name of the... vfsname-filectrl
2011-12-14  drhImprovements to comments. No code changes.
2011-12-14  mistachkinTreat a zero return value from the Win32 APIs MultiByte...
2011-12-14  drhHarden the utf8-to-mbcs converter in the quota module...
2011-12-13  drhEnhancements to test_quota.c: Remove the external...
2011-12-13  danAdd a hard limit to the number of chunks a multiplexed...
2011-12-13  drhChange the SQLITE_EXTRA_INIT routine to take a single...
2011-12-13  danAdd extra tests for the multiplexor VFS. No changes...
2011-12-13  drhMerge the nx-devkit changes into trunk.
2011-12-13  drhUpdate the multiplex.test script to conform to that...
2011-12-13  drhMove the multiplexor changes in the experimental branch
2011-12-13  drhWhen an sqlite3_auto_extension() function fails, report...
2011-12-13  drhWhen the multiplexor FileSize procedure fails to open...
2011-12-13  drhAdd a compile-time shutdown procedure to be called...
2011-12-12  drhBackport a minimal set of changes needed to get 8+3...
2011-12-12  danFix os_unix.c so that, unless 8.3 filenames are actuall...
2011-12-12  drhMake sure the quota logic is usable as C++.
2011-12-12  danChange the multiplexor VFS so that xTruncate is a no...
2011-12-12  danFix for the xFileSize method of test_multiplex.c when...
2011-12-12  drhAdd magic comments to shell.c to make it easier for...
2011-12-11  drhIn the multiplexor shim, when using 8+3 filenames,...
2011-12-11  drhUpdate comments describing the flattening optimization...
2011-12-11  drhFix STAT3 so that it works with the new uninitialized...
2011-12-11  drhFix harmless compiler warnings.
2011-12-10  drhMinor cleanups of the compound-subquery flattening...
2011-12-10  drhAllow UNION ALL compounds to be promoted up to replace...
2011-12-10  drhImport the experimental parse-tree explainer, with...
2011-12-10  drhMerge the latest trunk changes into tree-explain branch. tree-explain
2011-12-10  drhAlways use _msize() to get memory allocation sizes...
2011-12-09  drhChange the VDBE so that all registers are initialized...
2011-12-09  drhRemove an unnecessary condition. uninit-vdbe-mem
2011-12-09  drhRemove an unnecessary initialization of Vdbe.aOnceFlag.
2011-12-09  drhTake out the OP_JumpOnce opcode. Revert compound SELEC...
2011-12-09  drhPrevious check-in broke auto-increment. This check...
2011-12-09  drhMake no assumptions about the initial state of VDBE...
2011-12-09  danModify the OP_Once opcode so that it works correctly...
2011-12-09  mistachkinThe Windows OS flavor #ifdefs must be performed after...
2011-12-08  drhHand merge the zone allocator for MacOS from the apple...
2011-12-08  drhIn persistent WAL mode, truncate the WAL file to the...
2011-12-08  mistachkinFollow the previously established pattern for detecting...
2011-12-07  drhAdditional detail added to the tree-explain output...
2011-12-07  drhMore compact notation for the parse-tree view.
2011-12-07  drhCherrypick the [7e5b56b1c6] fix for the sqlite3SelectDu...
2011-12-07  drhBug fix in sqlite3SelectDup(). Make sure the pNext...
2011-12-07  drhImprovements to the data-structure explain subsystem...
2011-12-06  drhBegin adding the data-structure explaining subsystem...
2011-12-06  danAdd file tkt-3a77c9714e.test, containing tests to verif...
2011-12-06  drhDo not reuse temp registers originally allocated to...
2011-12-06  drhMerge the winGetLastError fixes into trunk.
2011-12-03  drhAdd the sqlite3_quota_fflush() interface. Enhance...
2011-12-02  drhOne minor documentation enhancement.
2011-12-02  drhDocumentation improvements and additional test cases.
2011-12-01  drhRun quota-stdio tests in binary mode so that they work...
next