- aa62d2e The src/shell.c file is now generated from src/shell.c.in, so remove shell.c by drh ยท 8 years ago
- ff0a67a In the speed-check.sh test script, allow an additional test-name argument by drh ยท 8 years ago
- de6422a Improvements to a comment in lempar.c. No code changes. by drh ยท 8 years ago
- 19be1b6 Fix a bug in tool/mksourceid.c: by drh ยท 8 years ago
- 9c1cf32 Remove unnecessary "__declspec(dllexport)" qualifiers from generated file by dan ยท 8 years ago
- b3c4523 Backport changes to shell.c into shell.c.in. by drh ยท 8 years ago
- 0a02c72 Less dramatic changes to the source-id following an edit. Modify the way by drh ยท 8 years ago
- c9aed7f Trying again to get out-of-tree builds to work correctly. by drh ยท 8 years ago mksourceid
- a172254 Attempting to fix the source-id generator so that it works for out-of-tree by drh ยท 8 years ago
- f39e0ed Add the "mksourceid" program to the build process. That program changes by drh ยท 8 years ago
- dccf4f2 Update the speed-check.sh test script to append log output to the end of the by drh ยท 8 years ago
- f5f0e43 Update script tool/mksqlite3c.tcl to avoid duplicating the SQLITE_API by dan ยท 8 years ago sqlite3rbu.h-fix
- 57498ae Remove unused token codes. by drh ยท 8 years ago
- 13aa88d Rearrange some of the added token codes for a very slight size decrease and by drh ยท 8 years ago
- a028605 Show which opcodes are jumps in the comments when generating by drh ยท 8 years ago
- 59c435a Add the "%token" control to the lemon parser. Not currently used by SQLite. by drh ยท 8 years ago
- 334d163 Recognize 'AMD64' as 'x64' in the TclKit batch tool for MSVC. by mistachkin ยท 8 years ago
- 7751deb Update Tcl version used by the TclKit batch tool for MSVC. by mistachkin ยท 8 years ago
- a4e54e8 Enhance the showstat4 utility program to show the full precision of by drh ยท 8 years ago
- 0e6b830 Modify mkopcodeh.tcl so that it can handle "same as" opcodes with values by dan ยท 8 years ago
- 2ce15c3 Change the src/shell.c file so that it is generated from a new script at by drh ยท 8 years ago
- 2aa3133 Add the --icc, --gcc7, and --orm options to the speed-check.sh test script. by drh ยท 8 years ago
- 8ae11aa Add the "Pragma_list" pragma. Put all three pragmas created on this branch by drh ยท 8 years ago list-pragmas
- ab53bb6 Add new pragmas: "function_list" and "module_list" by drh ยท 8 years ago
- a0c3927 Change the (machine-generated) keywordhash.h file to increase the scope of the by drh ยท 8 years ago
- 92395c5 Fix a problem in the lempar.c Lemon template for YYSTACKDEPTH<=0 introduced by drh ยท 8 years ago
- c6603af Rename the "stmts" virtual table to just "stmt" without the final "s". by drh ยท 8 years ago
- f00f530 Build the "stmts" virtual table into the amalgamation. It is active only by drh ยท 8 years ago
- 8b471e7 Faster parser stack overflow detection. by drh ยท 8 years ago
- 6be9536 In the lemon-generated parser, store the number of symbols on the RHS of each by drh ยท 8 years ago
- bd8fcc1 In the lemon-generated parser, automatically promote SHIFTREDUCE actions on by drh ยท 8 years ago
- 169dd92 Add the SQLITE_DBCONFIG_ENABLE_QPSG option to activate the query planner by drh ยท 8 years ago
- c45fdb2 Enable pragma virtual tables for the integrity_check, quick_check, and by drh ยท 8 years ago
- 814aad6 Ensure that the value of the THREADSAFE symbol is always included when by dan ยท 8 years ago ctime-refactor
- da1f49b Rework the code in ctime.c a bit to report on more compile time options. And by dan ยท 8 years ago
- f217f3b Fix typo and improve the wording of the description of "Metadata" in the by drh ยท 8 years ago
- c74d962 Enhance the sqlite3_analyzer.exe utility so that it computes and shows the by drh ยท 9 years ago
- ce13b99 Remove the msvc.h header file from the autoconf tarball. by drh ยท 9 years ago
- 07d0f15 Fix incompatibilities between the "sqldiff --changeset" command and the by dan ยท 9 years ago
- 44ec1d6 Include the "msvc.h" header file in the amalgamation tarball. by drh ยท 9 years ago
- 9ea258d Update the tool/warnings.sh script to automatically use the right options on OpenBSD.. by dan ยท 9 years ago
- 96a27f4 Improvements to the omittest.tcl script. by drh ยท 9 years ago
- c8d3e83 Make sure the 'sqlite3changegroup_*' functions are included in the SQLITE_APICALL handling. by mistachkin ยท 9 years ago
- 69bfa55 Fix a subtle bug in Lemon discovered and reported on the mailing list by drh ยท 9 years ago
- bff6fe1 Improved optimizations of views as the right operand of a LEFT JOIN. by drh ยท 9 years ago
- b6d5a43 In the showwal command-line tool, for unix builds, if the by drh ยท 9 years ago
- 06f60d8 Remove end-of-line whitespace from lemon.c. by drh ยท 9 years ago
- 14d8855 Fix some left-over K&R-C constructs in lemon.c. No changes to the core. by drh ยท 9 years ago
- 31d6fd5 Add the TK_IF_NULL_ROW opcode to deal with non-NULL result columns in the by drh ยท 9 years ago left-join-view
- b1ed717 Make USE_FULLWARN=1 the default for MSVC and fix harmless compiler warnings. by mistachkin ยท 9 years ago
- 761f691 Force a schema load prior to "PRAGMA optimize". by drh ยท 9 years ago
- 970ea37 Fix a problem in the "showdb" utility that prevents it from correctly by drh ยท 9 years ago
- 1cfaf8e Add an optional bitmask of allowed optimizations on the "PRAGMA optimize" by drh ยท 9 years ago
- 8d990b3 Merge recent trunk enhancements. by drh ยท 9 years ago
- 6e5688d Make PATH handling more robust in the batch tools for MSVC. by mistachkin ยท 9 years ago
- 2ead47c Change the name of the analyze_as_needed pragma to "optimize". Enhance the by drh ยท 9 years ago
- 72052a7 Add the "PRAGMA analyze_as_needed" command. by drh ยท 9 years ago
- a3928dd Set the TF_StatsUsed flag on tables when the query planner outcome is by drh ยท 9 years ago
- 33bec3f Enhance the Index and Table objects so that they remember if their stats come by drh ยท 9 years ago
- 953fbd1 MSVC makefile enhancments for several command line tools and the session extensions. by mistachkin ยท 9 years ago
- 943aa77 Add the "max-limits" utility program to the tools/ subdirectory. by drh ยท 9 years ago
- 0caad09 Remove a C99-style comment. Fixes to the kvtest-speed.sh script. by drh ยท 9 years ago
- 9dc7ad1 Add the "stat" command to kvtest.c. Also add the --variance option to the by drh ยท 9 years ago
- d26cc54 In the amalgamation, allocate the parser engine object from stack rather than by drh ยท 9 years ago
- 27c8467 In the speed-check.sh script, automatically invoke "fossil test-diff --tk" on by drh ยท 9 years ago
- 5082867 Get the "--testset rtree" option working on speedtest1. Add the --rtree, by drh ยท 9 years ago
- e1ff3f5 Ensure that "PRAGMA case_sensitive_like" and "PRAGMA shrink_memory" set the by dan ยท 9 years ago
- 9e1ab1a Ensure that sqlite3_column_count() returns 0 for the "set" mode of "get/set" by dan ยท 9 years ago pragma-columncount-fix
- 96ada59 Fix harmless compiler warnings in the command-line shell and in Lemon. by drh ยท 9 years ago
- 6918e2f Enhance fuzzershell.c to read and execute SQL commands in the autoexec table by drh ยท 9 years ago
- 2fcc159 Code to automatically create eponymous virtual tables for read-only pragmas. by drh ยท 9 years ago
- c232aca Do more pragma processing from tables rather than in-line code. by drh ยท 9 years ago table-driven-pragma
- 26f4198 Add the --mmap option to the speedtest1 program and to the speed-check.sh by drh ยท 9 years ago
- 4c17742 Fix the showstat4 utility program so that is displays strings using by drh ยท 9 years ago
- 5f00b9b Fix a minor error in the cg_anno.tcl script causing the cycles-per-file counts by drh ยท 9 years ago
- 23ee9dc Update the tool/cg_anno.tcl script to give a summary of cycle counts by by drh ยท 9 years ago
- 6341331 In the LEMON parser-generator, fix the stack overflow processing so that it by drh ยท 9 years ago
- 55377b4 Fix the ossfuzz.c test module so that it does not segfault after a by drh ยท 9 years ago
- a622d90 Replace a couple more references to Tcl 8.5 in the Windows build tools. by mistachkin ยท 9 years ago
- f8a89ca Add the --repeat option to speedtest1.c and speed-check.sh. by drh ยท 9 years ago
- 4326974 Add to sqlite3_analyzer command-line options --version and --tclsh, and also by drh ยท 9 years ago
- e288992 Updates to the tool/warnings.sh script to make it easier to use on OpenBSD. by dan ยท 9 years ago
- 4eda15e Fix a problem with the lempar.c parser template. by drh ยท 9 years ago
- 1a7df58 Add SQLITE_USE_ALLOCA to the --lean configuration in speed-check.sh. by drh ยท 9 years ago
- 87f0e98 Add -DSQLITE_MAX_EXPR_DEPTH=0 to the --lean option on speed-check.sh. by drh ยท 9 years ago
- 5a0da94 Makefile changes to support building winsqlite3.dll using STDCALL rather than CDECL. by mistachkin ยท 9 years ago
- 98ef26b Fix speedtest1.c so that it works with SQLITE_OMIT_DEPRECATED. by drh ยท 9 years ago
- 598f7c5 Minor enhancement to the TclKit batch tool: it should download the TclKit EXE alone when the TCLKIT_NOENV environment variable is set. by mistachkin ยท 9 years ago
- 12c56aa Fix a bug in sqldiff causing it to confuse blobs zero bytes in size with NULL values. by dan ยท 9 years ago
- 0e4125a Remove an extra space before function names in the amalgamation. by mistachkin ยท 9 years ago callbackConv
- c55c8db Merge updates from trunk. by mistachkin ยท 9 years ago
- 8f9d1ad Merge the fuzzershell enhancement from trunk. by drh ยท 9 years ago
- 9f6dd02 Build the generate_series(START,END,STEP) table-valued function into by drh ยท 9 years ago
- 55a6f6d Merge recent changes from trunk. by drh ยท 9 years ago
- e5a0cfa Have "sqldiff --rbu" ignore rows with NULL values in primary key fields. RBU can't handle such rows and the documentation already says sqldiff ignores them. Because the code now uses "=" instead of "IS" to filter on primary key columns, diffs on virtual tables are faster now too. by dan ยท 9 years ago
- 4ef916e Modularize all use of the calling convention macros based on the USE_STDCALL nmake macro. by mistachkin ยท 9 years ago
- 2a1d1e4 Merge updates from trunk. by mistachkin ยท 9 years ago
- c8d0b0b Since the TK_VECTOR token is not actually used by the parser, make it an by drh ยท 9 years ago
- 5ea4944 Merge recent enhancements from trunk. by drh ยท 9 years ago
- 0f832dd Fix a bug in destructor processing of Lemon. That has no impact on the by drh ยท 9 years ago