2011-12-23 |
drh | Change the name ZERO_DAMAGE to the more descriptive... statvfs |
commit | commitdiff | tree |
2011-12-23 |
drh | Merge the latest trunk changes into the statvfs branch. |
commit | commitdiff | tree |
2011-12-23 |
drh | Add interfaces sqlite3_uri_boolean() and sqlite3_uri_in... |
commit | commitdiff | tree |
2011-12-22 |
drh | Fix minor issues with FTS and RTREE discovered by coverity. |
commit | commitdiff | tree |
2011-12-22 |
drh | Check the return code from sqlite3_initialize() called... |
commit | commitdiff | tree |
2011-12-22 |
dan | Fix a problem in fts3_write.c causing stack memory... |
commit | commitdiff | tree |
2011-12-22 |
drh | Merge recent trunk changes into the statvfs branch. |
commit | commitdiff | tree |
2011-12-22 |
drh | Remove a redundant assignment operator. |
commit | commitdiff | tree |
2011-12-21 |
dan | Fix other problems where 32-bit integer overflow may... |
commit | commitdiff | tree |
2011-12-21 |
dan | Avoid 32-bit overflow when calculating the byte offset... |
commit | commitdiff | tree |
2011-12-21 |
drh | Add the ability to enable or disable SQLITE_IOCAP_ZERO_... |
commit | commitdiff | tree |
2011-12-20 |
drh | Remove the code that tries to detect OOO header writes... |
commit | commitdiff | tree |
2011-12-20 |
drh | Refactor the sqlite3WalFrames() routine for clarity... |
commit | commitdiff | tree |
2011-12-20 |
drh | Assert that the isCommit parameter to sqlite3WalFrames... |
commit | commitdiff | tree |
2011-12-19 |
dan | Add test for WAL mode to unixexcl.test. |
commit | commitdiff | tree |
2011-12-19 |
dan | Merge [21b76af6ed] into statvfs branch. |
commit | commitdiff | tree |
2011-12-19 |
dan | Fix a couple of test cases to account for the master... |
commit | commitdiff | tree |
2011-12-19 |
dan | Modify test cases to account for the ZERO_DAMAGE change. |
commit | commitdiff | tree |
2011-12-19 |
drh | Some fixes to the test suite so that it works with... |
commit | commitdiff | tree |
2011-12-17 |
drh | For improved clarity of presentation, |
commit | commitdiff | tree |
2011-12-17 |
drh | Add SQLITE_IOCAP_ZERO_DAMAGE and enable it for both... |
commit | commitdiff | tree |
2011-12-17 |
drh | Fix a bad #endif with the previous check-in on this... |
commit | commitdiff | tree |
2011-12-17 |
drh | Add support for statvfs() in os_unix.c, for determining... |
commit | commitdiff | tree |
2011-12-17 |
drh | Merge in changes that cause the first sector of the... |
commit | commitdiff | tree |
2011-12-17 |
dan | Add tests to walcrash3.test. |
commit | commitdiff | tree |
2011-12-17 |
drh | Make sure the Salt-1 value in the WAL file is sequentia... |
commit | commitdiff | tree |
2011-12-16 |
drh | Enhance the WAL header sync so that it honors the vario... wal-header-sync |
commit | commitdiff | tree |
2011-12-16 |
drh | Proposed changes that ensure that the WAL header is... |
commit | commitdiff | tree |
2011-12-16 |
dan | Add code for a test that was failing before the persist... |
commit | commitdiff | tree |
2011-12-16 |
drh | Merge the fix for [a1fa75cbdd02] from the experimental... |
commit | commitdiff | tree |
2011-12-16 |
drh | Improved logging of master-journal name conflicts. |
commit | commitdiff | tree |
2011-12-16 |
drh | Merge the nx-devkit changes into trunk. |
commit | commitdiff | tree |
2011-12-16 |
dan | Experimental fix for [a1fa75cbdd]. |
commit | commitdiff | tree |
2011-12-16 |
drh | Tweaks to the way multiplexSubOpen() works, for backwar... |
commit | commitdiff | tree |
2011-12-16 |
drh | Fix a potential infinite loop (inserted by the previous... |
commit | commitdiff | tree |
2011-12-16 |
drh | The xTruncate method for the multiplexor now changes... |
commit | commitdiff | tree |
2011-12-16 |
drh | Call sqlite3_log() with an appropriate message if unabl... |
commit | commitdiff | tree |
2011-12-16 |
drh | A better solution to being unable to find a unique... |
commit | commitdiff | tree |
2011-12-16 |
drh | Make sure the antipenultimate character of master-journ... |
commit | commitdiff | tree |
2011-12-15 |
drh | Add stdio support to the quota VFS. |
commit | commitdiff | tree |
2011-12-15 |
drh | Use _commit() rather than FlushFileBuffers() as a subst... quota-stdio |
commit | commitdiff | tree |
2011-12-15 |
dan | When deleting a file with the multiplexor VFS, also... |
commit | commitdiff | tree |
2011-12-15 |
drh | Make sure the chunksize in test_multiplex does not... |
commit | commitdiff | tree |
2011-12-15 |
dan | Fix some problems with dropped error codes in multiplex... |
commit | commitdiff | tree |
2011-12-15 |
drh | In the multiplexor, do not try to delete overflow files... |
commit | commitdiff | tree |
2011-12-14 |
drh | Merge the nx-devkit changes into trunk. This includes... |
commit | commitdiff | tree |
2011-12-14 |
drh | Merge the VFSNAME file-control addition into the nx... |
commit | commitdiff | tree |
2011-12-14 |
drh | Add a file-control that will discover the name of the... vfsname-filectrl |
commit | commitdiff | tree |
2011-12-14 |
drh | Improvements to comments. No code changes. |
commit | commitdiff | tree |
2011-12-14 |
mistachkin | Treat a zero return value from the Win32 APIs MultiByte... |
commit | commitdiff | tree |
2011-12-14 |
drh | Harden the utf8-to-mbcs converter in the quota module... |
commit | commitdiff | tree |
2011-12-13 |
drh | Enhancements to test_quota.c: Remove the external... |
commit | commitdiff | tree |
2011-12-13 |
dan | Add a hard limit to the number of chunks a multiplexed... |
commit | commitdiff | tree |
2011-12-13 |
drh | Change the SQLITE_EXTRA_INIT routine to take a single... |
commit | commitdiff | tree |
2011-12-13 |
dan | Add extra tests for the multiplexor VFS. No changes... |
commit | commitdiff | tree |
2011-12-13 |
drh | Merge the nx-devkit changes into trunk. |
commit | commitdiff | tree |
2011-12-13 |
drh | Update the multiplex.test script to conform to that... |
commit | commitdiff | tree |
2011-12-13 |
drh | Move the multiplexor changes in the experimental branch |
commit | commitdiff | tree |
2011-12-13 |
drh | When an sqlite3_auto_extension() function fails, report... |
commit | commitdiff | tree |
2011-12-13 |
drh | When the multiplexor FileSize procedure fails to open... |
commit | commitdiff | tree |
2011-12-13 |
drh | Add a compile-time shutdown procedure to be called... |
commit | commitdiff | tree |
2011-12-12 |
drh | Backport a minimal set of changes needed to get 8+3... |
commit | commitdiff | tree |
2011-12-12 |
dan | Fix os_unix.c so that, unless 8.3 filenames are actuall... |
commit | commitdiff | tree |
2011-12-12 |
drh | Make sure the quota logic is usable as C++. |
commit | commitdiff | tree |
2011-12-12 |
dan | Change the multiplexor VFS so that xTruncate is a no... |
commit | commitdiff | tree |
2011-12-12 |
dan | Fix for the xFileSize method of test_multiplex.c when... |
commit | commitdiff | tree |
2011-12-12 |
drh | Add magic comments to shell.c to make it easier for... |
commit | commitdiff | tree |
2011-12-11 |
drh | In the multiplexor shim, when using 8+3 filenames,... |
commit | commitdiff | tree |
2011-12-11 |
drh | Update comments describing the flattening optimization... |
commit | commitdiff | tree |
2011-12-11 |
drh | Fix STAT3 so that it works with the new uninitialized... |
commit | commitdiff | tree |
2011-12-11 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2011-12-10 |
drh | Minor cleanups of the compound-subquery flattening... |
commit | commitdiff | tree |
2011-12-10 |
drh | Allow UNION ALL compounds to be promoted up to replace... |
commit | commitdiff | tree |
2011-12-10 |
drh | Import the experimental parse-tree explainer, with... |
commit | commitdiff | tree |
2011-12-10 |
drh | Merge the latest trunk changes into tree-explain branch. tree-explain |
commit | commitdiff | tree |
2011-12-10 |
drh | Always use _msize() to get memory allocation sizes... |
commit | commitdiff | tree |
2011-12-09 |
drh | Change the VDBE so that all registers are initialized... |
commit | commitdiff | tree |
2011-12-09 |
drh | Remove an unnecessary condition. uninit-vdbe-mem |
commit | commitdiff | tree |
2011-12-09 |
drh | Remove an unnecessary initialization of Vdbe.aOnceFlag. |
commit | commitdiff | tree |
2011-12-09 |
drh | Take out the OP_JumpOnce opcode. Revert compound SELEC... |
commit | commitdiff | tree |
2011-12-09 |
drh | Previous check-in broke auto-increment. This check... |
commit | commitdiff | tree |
2011-12-09 |
drh | Make no assumptions about the initial state of VDBE... |
commit | commitdiff | tree |
2011-12-09 |
dan | Modify the OP_Once opcode so that it works correctly... |
commit | commitdiff | tree |
2011-12-09 |
mistachkin | The Windows OS flavor #ifdefs must be performed after... |
commit | commitdiff | tree |
2011-12-08 |
drh | Hand merge the zone allocator for MacOS from the apple... |
commit | commitdiff | tree |
2011-12-08 |
drh | In persistent WAL mode, truncate the WAL file to the... |
commit | commitdiff | tree |
2011-12-08 |
mistachkin | Follow the previously established pattern for detecting... |
commit | commitdiff | tree |
2011-12-07 |
drh | Additional detail added to the tree-explain output... |
commit | commitdiff | tree |
2011-12-07 |
drh | More compact notation for the parse-tree view. |
commit | commitdiff | tree |
2011-12-07 |
drh | Cherrypick the [7e5b56b1c6] fix for the sqlite3SelectDu... |
commit | commitdiff | tree |
2011-12-07 |
drh | Bug fix in sqlite3SelectDup(). Make sure the pNext... |
commit | commitdiff | tree |
2011-12-07 |
drh | Improvements to the data-structure explain subsystem... |
commit | commitdiff | tree |
2011-12-06 |
drh | Begin adding the data-structure explaining subsystem... |
commit | commitdiff | tree |
2011-12-06 |
dan | Add file tkt-3a77c9714e.test, containing tests to verif... |
commit | commitdiff | tree |
2011-12-06 |
drh | Do not reuse temp registers originally allocated to... |
commit | commitdiff | tree |
2011-12-06 |
drh | Merge the winGetLastError fixes into trunk. |
commit | commitdiff | tree |
2011-12-03 |
drh | Add the sqlite3_quota_fflush() interface. Enhance... |
commit | commitdiff | tree |
2011-12-02 |
drh | One minor documentation enhancement. |
commit | commitdiff | tree |
2011-12-02 |
drh | Documentation improvements and additional test cases. |
commit | commitdiff | tree |
2011-12-01 |
drh | Run quota-stdio tests in binary mode so that they work... |
commit | commitdiff | tree |
next |