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 |
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-11-29 |
drh | Remove unused fields from the Parse object. Documentat... |
commit | commitdiff | tree |
2011-11-29 |
drh | Remove unused boolean fields from the UnpackedRecord... |
commit | commitdiff | tree |
2011-11-29 |
drh | Removed the unused "type" field from the CollSeq (colla... |
commit | commitdiff | tree |
2011-11-25 |
drh | Update the version number to 3.7.10. |
commit | commitdiff | tree |
2011-11-25 |
drh | Fix a typo in the documentation for sqlite3_stmt_busy(). |
commit | commitdiff | tree |
2011-11-25 |
drh | Add the sqlite3_stmt_busy() interface. |
commit | commitdiff | tree |
2011-11-21 |
mistachkin | Cleanup the semantics surrounding use of the GetLastErr... winGetLastError |
commit | commitdiff | tree |
2011-11-18 |
drh | Change the multiplexor to use a 3-digit suffix. |
commit | commitdiff | tree |
2011-11-17 |
drh | Improvements to the documentation of the sqlite3_db_fil... |
commit | commitdiff | tree |
2011-11-17 |
drh | Restore the test for sqlite3OsFullPathname() failure... |
commit | commitdiff | tree |
2011-11-17 |
drh | Add the sqlite3_db_filename() interface. |
commit | commitdiff | tree |
2011-11-16 |
drh | Back out the [ceee03c79a] change. |
commit | commitdiff | tree |
2011-11-16 |
drh | Add the sqlite3_db_release_memory() interface and the... |
commit | commitdiff | tree |
2011-11-16 |
drh | Merge the PCACHE2 changes into trunk. |
commit | commitdiff | tree |
2011-11-16 |
drh | Change the multiplexor suffix from 2 to 3 digits. 3-digit-multiplex-suffix |
commit | commitdiff | tree |
2011-11-16 |
drh | Remove code made obsolete by the changes to index proce... |
commit | commitdiff | tree |
2011-11-16 |
dan | Fix an invalid assert() statement added by [3b58f5f066]. |
commit | commitdiff | tree |
2011-11-16 |
dan | Where possible, take advantage of the rowid at the... |
commit | commitdiff | tree |
2011-11-16 |
dan | Update memsubsys1.test to account for the recently... |
commit | commitdiff | tree |
2011-11-14 |
drh | Forward port the 8-byte alignment fix from branch-3... |
commit | commitdiff | tree |
2011-11-14 |
drh | Fix a 8-byte alignment problem that causes a SIGBUS... |
commit | commitdiff | tree |
2011-11-13 |
drh | Add a version number to the sqlite3_pcache_methods2... experimental-pcache |
commit | commitdiff | tree |
2011-11-12 |
drh | Attempt to modify btree.c so that it assumes that calls... |
commit | commitdiff | tree |
2011-11-12 |
drh | Remove a couple of incorrect assert statements so that... |
commit | commitdiff | tree |
2011-11-12 |
drh | Merge the windows xSyscall enhancements into trunk. |
commit | commitdiff | tree |
2011-11-12 |
mistachkin | Make sure to flag benign malloc failures in the Windows... winSyscall |
commit | commitdiff | tree |
2011-11-11 |
drh | Catch and report errors from sqlite3OsFullPathname(). |
commit | commitdiff | tree |
2011-11-11 |
mistachkin | Remove use of malloc and free from the Windows VFS... |
commit | commitdiff | tree |
2011-11-11 |
mistachkin | Work in progress to implement the 'syscall' functionali... |
commit | commitdiff | tree |
2011-11-11 |
drh | Pull over all the latest changes from trunk. |
commit | commitdiff | tree |
2011-11-11 |
drh | Make sure a corrupt index does not cause a buffer overr... |
commit | commitdiff | tree |
2011-11-10 |
mistachkin | Expand passing of a last error argument to the getLastE... |
commit | commitdiff | tree |
2011-11-10 |
mistachkin | In winAccess, save the Win32 last error value prior... |
commit | commitdiff | tree |
2011-11-10 |
drh | Follow-on to the previous check-in to prevent a divisio... |
commit | commitdiff | tree |
2011-11-10 |
drh | Use sqlite3MallocSize() to get the actual size of the... |
commit | commitdiff | tree |
2011-11-09 |
drh | Omit an unnecessary Sleep() call in windows pending... |
commit | commitdiff | tree |
2011-11-09 |
mistachkin | When compiling with MSVC, use the _msize function. |
commit | commitdiff | tree |
2011-11-09 |
drh | Minor changes needed to restore full branch test coverage. |
commit | commitdiff | tree |
2011-11-09 |
drh | A negative value N for the cache_size pragma adjusts... |
commit | commitdiff | tree |
2011-11-09 |
drh | For the mem1.c system malloc implementation, use the... |
commit | commitdiff | tree |
2011-11-09 |
drh | Update the API documentation for the new pcache2 interf... |
commit | commitdiff | tree |
2011-11-08 |
dan | Experimental change to the pcache interface to allow... |
commit | commitdiff | tree |
2011-11-07 |
drh | Make the unix VFS tolerant of read() calls that return... |
commit | commitdiff | tree |
2011-11-07 |
drh | Amplify the restriction on commit-hooks that they canno... |
commit | commitdiff | tree |
2011-11-07 |
drh | Add a makefile target for tclsqlite3.c to Makefile.in. |
commit | commitdiff | tree |
2011-11-07 |
drh | Change the default file format from 1 to 4. This means... |
commit | commitdiff | tree |
2011-11-06 |
dan | Move function sqlite3PagerClearCache() out of the ... |
commit | commitdiff | tree |
2011-11-04 |
drh | Update the xfer optimization code so that the xfer... |
commit | commitdiff | tree |
2011-11-04 |
dan | Change a memcpy() in sqlite3FileSuffix() to memmove... |
commit | commitdiff | tree |
2011-11-04 |
dan | Add a missing va_end() macro to fts3.c. |
commit | commitdiff | tree |
2011-11-04 |
drh | Use mkdir() and rmdir() rather than open() and unlink... |
commit | commitdiff | tree |
2011-11-04 |
drh | Enhance the shell so that the ".schema" command works... |
commit | commitdiff | tree |
2011-11-04 |
drh | Make sure the INSERT INTO ... SELECT statement works... |
commit | commitdiff | tree |
2011-11-01 |
drh | Version 3.7.9 version-3.7.9 |
commit | commitdiff | tree |
2011-10-31 |
drh | Fix a typo in a comment. No code changes. |
commit | commitdiff | tree |
2011-10-31 |
dan | Add new file ext/fts3/README.content, describing the... |
commit | commitdiff | tree |
2011-10-31 |
dan | Update fts3fault.test to account for the sqlite3_errmsg... |
commit | commitdiff | tree |
2011-10-29 |
dan | Update fkey_malloc.test to account for the sqlite3_errm... |
commit | commitdiff | tree |
2011-10-29 |
dan | Add a test for [48f29963] that does not depend on FTS. |
commit | commitdiff | tree |
2011-10-29 |
drh | Fix some code formatting in sqlite3Ext.h to avoid lines... |
commit | commitdiff | tree |
next |