| Commit message (Expand) | Author | Age |
* | Omit the sqlite3IntTokens array constant for a code simplification. | drh | 2019-09-23 |
* | Add a TESTCTRL that disables the verification of type, name, and tbl_name | drh | 2019-08-12 |
* | Add the SQLITE_TESTCTRL_PRNG_SEED test control. | drh | 2019-08-02 |
* | Deprecate the SQLITE_ALLOW_COVERING_INDEX_SCAN compile-time option when it is | drh | 2019-06-14 |
* | Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuring | drh | 2019-01-31 |
* | Do not allow direct access to internal-use SQL functions such as | drh | 2018-11-26 |
* | Add SQLITE_CONFIG_SORTERREF_SIZE configuration option. | dan | 2018-04-16 |
* | When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt global variable | drh | 2018-02-12 |
* | Remove the rarely-used scratch memory allocator. This makes the code smaller, | drh | 2017-08-28 |
* | Always enable URI filenames when compiling with SQLITE_HAS_CODEC. Also allow | drh | 2017-05-03 |
* | Provide the SQLITE_DEFAULT_LOOKASIDE compile-time option and make it's default | drh | 2017-01-02 |
* | Change the default lookaside configuration from 500 slots of 128 bytes each t... | drh | 2016-12-21 |
* | Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. | drh | 2016-12-07 |
* | Clarification and typo-fixes in comments. No changes to code. | drh | 2016-09-29 |
* | Revise the implementation of OP_Once so that it is smaller, faster, and uses | drh | 2016-09-18 |
* | Performance optimization to sqlite3Dequote() and its callers. | drh | 2016-04-11 |
* | Add the SQLITE_CONFIG_STMTJRNL_SPILL option for sqlite3_config(). | drh | 2016-03-07 |
* | Improvements to the application-defined function mechanism so that it is | drh | 2016-02-15 |
* | Changes to the way that the default BINARY collating sequence is recorded | drh | 2015-12-30 |
* | Add a compile-time constant for configuring the default pagecache setup. | drh | 2015-07-07 |
* | Enhance separate pcache1 to allocate a block of pages from heap on startup, | drh | 2015-07-06 |
* | Fix errors in the EBCDIC upper-case to lower-case translation table. | drh | 2015-02-19 |
* | Add the SQLITE_CONFIG_PMASZ start-time option. | drh | 2015-01-02 |
* | Fix harmless typos in comments. | drh | 2014-11-07 |
* | Add various requirements evidence marks for sqlite3_config() options. | drh | 2014-11-04 |
* | Updates to documentation and requirements marks. No code changes. | drh | 2014-10-04 |
* | Fix typos in comments. No code changes. | peter.d.reid | 2014-09-06 |
* | Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a | drh | 2014-05-16 |
* | Add a new sqlite3_test_control() that indicates that database files are | drh | 2013-11-29 |
* | Refactoring the mmap interface. The controlling pragma is now "mmap_size" | drh | 2013-04-15 |
* | Add the SQLITE_CONFIG_MMAP_LIMIT configuration option for overriding the | drh | 2013-04-01 |
* | Add an option to register global hooks used for logging all SQL executed by a... | dan | 2012-11-26 |
* | Add the ability to disable the covering-index-scan optimization at compile-time, | drh | 2012-09-17 |
* | Fix harmless compiler warnings. | drh | 2011-12-11 |
* | Experimental change to the pcache interface to allow page buffers to be alloc... | dan | 2011-11-08 |
* | Increase the default lookaside cache line size from 100 to 128 bytes. | drh | 2011-09-19 |
* | Add a missing initializer for sqlite3GlobalConfig.bLocaltimeFault. | dan | 2011-06-21 |
* | Add the start of the "uri-filenames" feature. | dan | 2011-04-22 |
* | Make the result of an IN or NOT IN expression with an empty set on the | drh | 2010-07-14 |
* | Remove global variables when compiled with SQLITE_OMIT_WSD | drh | 2010-06-03 |
* | Add a new, experimental logging interface designed to aid in debugging of | drh | 2010-02-18 |
* | Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the | drh | 2009-11-16 |
* | Optimizations to the main loop inside sqlite3VdbeExec() to help VDBE byte code | drh | 2009-11-14 |
* | Add tests to check that sqlite recovers from an error in sqlite3_initialize()... | dan | 2009-08-17 |
* | Enhanced documentation and minor code tweaks in preparation for hardening | drh | 2009-08-17 |
* | Make the pending byte adjustable via sqlite3_test_control() on all builds, | drh | 2009-02-05 |
* | Fix some minor compiler warnings. Added sqlite3Isalpha() for use in | drh | 2009-01-24 |
* | When not compiling for an EBCDIC system, use built-in alternatives to the tolowe | danielk1977 | 2009-01-20 |
* | The amalgamation now compiles cleanly on GCC with options | drh | 2008-12-08 |
* | Add support for the SQLITE_THREADSAFE=2 and SQLITE_DEFAULT_MEMSTATUS compilat... | danielk1977 | 2008-09-04 |