aboutsummaryrefslogtreecommitdiff
path: root/src/global.c
Commit message (Expand)AuthorAge
* Rename debugging defines and variables from SELECTTRACE to TREETRACE (anddrh2022-04-06
* Fix compiler warnings.drh2022-03-08
* Enhance SQLITE_TESTCTRL_LOCALTIME_FAULT so that is able to install andrh2022-02-10
* Fix harmless compiler warnings. Improve the independence of some TCL tests.drh2021-10-22
* Enabled the testcase() macros under SQLITE_DEBUG.drh2021-10-20
* Back out the change that allows typeless columns in strict tables. Replacedrh2021-08-23
* Improved comments. Fewer opcodes for integrity_check on strict tables.drh2021-08-19
* Enhance PRAGMA integrity_check so that it verifies the datatype ofdrh2021-08-19
* Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", anddrh2021-07-30
* Enable the sqlite3_serialize() and sqlite3_deserialize() interfaces bydrh2021-05-08
* Alternative implementation of the comparison opcode speed-up ofdrh2021-03-28
* Alternative implementation of ".selecttrace" and ".wheretrace" that usesdrh2020-12-04
* Change the name of sqlite3SelectTrace to sqlite3_unsupported_selecttrace.dan2020-08-08
* Provide the ability to use the SELECTTRACE() debugging macro outside of thedrh2020-06-11
* Simplify the code by removing the unsupported and undocumented drh2020-02-07
* In the typeof() optimization in OP_Column, expand the size of the bogus bufferdrh2020-01-06
* 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