aboutsummaryrefslogtreecommitdiff
path: root/src/global.c
Commit message (Expand)AuthorAge
* Merge the latest enhancements from trunk.drh2020-01-02
|\
| * New test-only SQL functions: implies_nonnull_row(), expr_compare(), anddrh2020-01-01
* | Refactor names. Use "small" instead of "mini" to describe the smallerdrh2019-12-31
* | Change the default lookaside configuration to 40 slots of 1200-bytes each.drh2019-12-13
|/
* Omit the sqlite3IntTokens array constant for a code simplification.drh2019-09-23
* Add a TESTCTRL that disables the verification of type, name, and tbl_namedrh2019-08-12
* Add the SQLITE_TESTCTRL_PRNG_SEED test control.drh2019-08-02
* Deprecate the SQLITE_ALLOW_COVERING_INDEX_SCAN compile-time option when it isdrh2019-06-14
* Add the SQLITE_CONFIG_MEMDB_MAXSIZE configuration option for configuringdrh2019-01-31
* Do not allow direct access to internal-use SQL functions such asdrh2018-11-26
* Add SQLITE_CONFIG_SORTERREF_SIZE configuration option.dan2018-04-16
* When compiling with VDBE_PROFILE, add the sqlite3NProfileCnt global variabledrh2018-02-12
* Remove the rarely-used scratch memory allocator. This makes the code smaller,drh2017-08-28
* Always enable URI filenames when compiling with SQLITE_HAS_CODEC. Also allowdrh2017-05-03
* Provide the SQLITE_DEFAULT_LOOKASIDE compile-time option and make it's defaultdrh2017-01-02
* Change the default lookaside configuration from 500 slots of 128 bytes each t...drh2016-12-21
* Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.drh2016-12-07
* Clarification and typo-fixes in comments. No changes to code.drh2016-09-29
* Revise the implementation of OP_Once so that it is smaller, faster, and usesdrh2016-09-18
* Performance optimization to sqlite3Dequote() and its callers.drh2016-04-11
* Add the SQLITE_CONFIG_STMTJRNL_SPILL option for sqlite3_config().drh2016-03-07
* Improvements to the application-defined function mechanism so that it isdrh2016-02-15
* Changes to the way that the default BINARY collating sequence is recordeddrh2015-12-30
* Add a compile-time constant for configuring the default pagecache setup.drh2015-07-07
* Enhance separate pcache1 to allocate a block of pages from heap on startup,drh2015-07-06
* Fix errors in the EBCDIC upper-case to lower-case translation table.drh2015-02-19
* Add the SQLITE_CONFIG_PMASZ start-time option.drh2015-01-02
* Fix harmless typos in comments.drh2014-11-07
* Add various requirements evidence marks for sqlite3_config() options.drh2014-11-04
* Updates to documentation and requirements marks. No code changes.drh2014-10-04
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register adrh2014-05-16
* Add a new sqlite3_test_control() that indicates that database files aredrh2013-11-29
* Refactoring the mmap interface. The controlling pragma is now "mmap_size"drh2013-04-15
* Add the SQLITE_CONFIG_MMAP_LIMIT configuration option for overriding thedrh2013-04-01
* Add an option to register global hooks used for logging all SQL executed by a...dan2012-11-26
* Add the ability to disable the covering-index-scan optimization at compile-time,drh2012-09-17
* Fix harmless compiler warnings.drh2011-12-11
* Experimental change to the pcache interface to allow page buffers to be alloc...dan2011-11-08
* Increase the default lookaside cache line size from 100 to 128 bytes.drh2011-09-19
* Add a missing initializer for sqlite3GlobalConfig.bLocaltimeFault.dan2011-06-21
* Add the start of the "uri-filenames" feature.dan2011-04-22
* Make the result of an IN or NOT IN expression with an empty set on the drh2010-07-14
* Remove global variables when compiled with SQLITE_OMIT_WSDdrh2010-06-03
* Add a new, experimental logging interface designed to aid in debugging ofdrh2010-02-18
* Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the drh2009-11-16
* Optimizations to the main loop inside sqlite3VdbeExec() to help VDBE byte codedrh2009-11-14
* Add tests to check that sqlite recovers from an error in sqlite3_initialize()...dan2009-08-17
* Enhanced documentation and minor code tweaks in preparation for hardeningdrh2009-08-17
* Make the pending byte adjustable via sqlite3_test_control() on all builds,drh2009-02-05