]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2011-12-01  drhProgress toward getting things to work better on windows.
2011-12-01  drhAdd test logic and some test cases.
2011-12-01  drhAdd stdio-like I/O interfaces to the test_quota VFS...
2011-11-29  drhRemove unused fields from the Parse object. Documentat...
2011-11-29  drhRemove unused boolean fields from the UnpackedRecord...
2011-11-29  drhRemoved the unused "type" field from the CollSeq (colla...
2011-11-25  drhUpdate the version number to 3.7.10.
2011-11-25  drhFix a typo in the documentation for sqlite3_stmt_busy().
2011-11-25  drhAdd the sqlite3_stmt_busy() interface.
2011-11-21  mistachkinCleanup the semantics surrounding use of the GetLastErr... winGetLastError
2011-11-18  drhChange the multiplexor to use a 3-digit suffix.
2011-11-17  drhImprovements to the documentation of the sqlite3_db_fil...
2011-11-17  drhRestore the test for sqlite3OsFullPathname() failure...
2011-11-17  drhAdd the sqlite3_db_filename() interface.
2011-11-16  drhBack out the [ceee03c79a] change.
2011-11-16  drhAdd the sqlite3_db_release_memory() interface and the...
2011-11-16  drhMerge the PCACHE2 changes into trunk.
2011-11-16  drhChange the multiplexor suffix from 2 to 3 digits. 3-digit-multiplex-suffix
2011-11-16  drhRemove code made obsolete by the changes to index proce...
2011-11-16  danFix an invalid assert() statement added by [3b58f5f066].
2011-11-16  danWhere possible, take advantage of the rowid at the...
2011-11-16  danUpdate memsubsys1.test to account for the recently...
2011-11-14  drhForward port the 8-byte alignment fix from branch-3...
2011-11-14  drhFix a 8-byte alignment problem that causes a SIGBUS...
2011-11-13  drhAdd a version number to the sqlite3_pcache_methods2... experimental-pcache
2011-11-12  drhAttempt to modify btree.c so that it assumes that calls...
2011-11-12  drhRemove a couple of incorrect assert statements so that...
next