2017-10-23 |
D. Richard Hipp | On the amalgamation package, enable the sqlite_dbpage...
|
commit | commitdiff | tree |
2017-10-23 |
D. Richard Hipp | Updates to test procedures so that they all work with...
|
commit | commitdiff | tree |
2017-10-21 |
D. Richard Hipp | Merge all the enhancements and bug fixes from trunk...
|
commit | commitdiff | tree |
2017-10-21 |
D. Richard Hipp | Catch and avoid a 16-bit integer overflow on the number...
|
commit | commitdiff | tree |
2017-10-21 |
D. Richard Hipp | Remove unnecessary "#if SQLITE_MAX_COLUMN". SQLITE_MAX_COLU...
|
commit | commitdiff | tree |
2017-10-17 |
D. Richard Hipp | Fix the ".check" command of the command-line shell...
|
commit | commitdiff | tree |
2017-10-16 |
D. Richard Hipp | Improved comments, including a typo fix, on the whereLoopChe...
|
commit | commitdiff | tree |
2017-10-15 |
D. Richard Hipp | In the query planner, do not consider index X to be...
|
commit | commitdiff | tree |
2017-10-13 |
D. Richard Hipp | Improved ability to generate stand-alone program using...
|
commit | commitdiff | tree |
2017-10-13 |
D. Richard Hipp | Add the tcl/mkccode.tcl script used to construct a...
|
commit | commitdiff | tree |
2017-10-13 |
D. Richard Hipp | Move a bunch of unrelated test code out of tclsqlite...
|
commit | commitdiff | tree |
2017-10-13 |
D. Richard Hipp | The db_use_legacy_prepare command no longer exists...
|
commit | commitdiff | tree |
2017-10-13 |
D. Richard Hipp | When compiling with SQLITE_TEST, extra options are...
|
commit | commitdiff | tree |
2017-10-13 |
D. Richard Hipp | Move some test logic out of tclsqlite.c and into auxiliary...
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Add the sqlite_dbpage virtual table (enabled using...
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Create the new ext/repair folder and move checkfreelist...
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Fix a harmless compiler warning about an unused parameter.
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Fix the "snapshot-tarball" makefile target, which was...
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Merge fixes from trunk. All changes are on makefiles...
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | The src/shell.c file is now generated from src/shell...
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Merge fixes from the 3.21 branch.
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Make sure the tableColumnList() routine of the command...
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Merge fixes from the 3.21 branch.
|
commit | commitdiff | tree |
2017-10-12 |
D. Richard Hipp | Fix a typo in a numeric constant in an assert() - a...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | Add the checkfreelist extension to the command-line...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | Convert the implementation of the ".dbstat" dot-command...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | Enable JSON by default in the Windows command-line...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | Enable sqlite_dbpage and dbstat virtual tables in the...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | Get writes working on the sqlite_dbpage virtual table...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | Initial implementation of the "sqlite_dbpage" virtual...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | In the speed-check.sh test script, allow an additional...
|
commit | commitdiff | tree |
2017-10-11 |
D. Richard Hipp | Create a branch for the 3.21.0 release. Development...
|
commit | commitdiff | tree |
2017-10-10 |
D. Richard Hipp | DROP TABLE now works for WITHOUT ROWID tables and the...
|
commit | commitdiff | tree |
2017-10-05 |
D. Richard Hipp | Fix compiler warnings that come up with SQLITE_OMIT_WAL.
|
commit | commitdiff | tree |
2017-10-05 |
D. Richard Hipp | Fix the command-line shell so that the ".schema --indent...
|
commit | commitdiff | tree |
2017-10-05 |
D. Richard Hipp | Disable the delta checksum verification in RBU by default...
|
commit | commitdiff | tree |
2017-10-04 |
D. Richard Hipp | Updates to requirements marks.
|
commit | commitdiff | tree |
2017-10-04 |
D. Richard Hipp | New test cases for ticket [b899b6042f97f5] derived...
|
commit | commitdiff | tree |
2017-10-04 |
D. Richard Hipp | Turn restriction 20 on the query flattener into an...
|
commit | commitdiff | tree |
2017-10-04 |
D. Richard Hipp | Remove a redundant restriction from the query flattener.
|
commit | commitdiff | tree |
2017-10-04 |
D. Richard Hipp | Fix a minor typo in the query flattener header comment...
|
commit | commitdiff | tree |
2017-10-03 |
D. Richard Hipp | Simplify the computation of types on columns of a view.
|
commit | commitdiff | tree |
2017-10-03 |
D. Richard Hipp | Do not enable SELECT tracing with -DSQLITE_DEBUG. ...
|
commit | commitdiff | tree |
2017-10-03 |
D. Richard Hipp | Add some OK_IF_ALWAYS_TRUE() marks on optimization...
|
commit | commitdiff | tree |
2017-10-03 |
D. Richard Hipp | Remove an unused variable from sqlite3Insert() and...
|
commit | commitdiff | tree |
2017-10-03 |
D. Richard Hipp | Fix the sqlite3_column_decltype() interface to return...
|
commit | commitdiff | tree |
2017-10-03 |
D. Richard Hipp | The simplification to sqlite3SelectExpand() in last...
|
commit | commitdiff | tree |
2017-10-03 |
D. Richard Hipp | Do not compute column and row size estimates for the...
|
commit | commitdiff | tree |
2017-10-02 |
D. Richard Hipp | Mark a single branch within sqlite3SelectExpand() as...
|
commit | commitdiff | tree |
2017-10-02 |
D. Richard Hipp | Simplification to sqlite3SelectPrep() for improved...
|
commit | commitdiff | tree |
2017-10-02 |
D. Richard Hipp | Add the OK_IF_ALWAYS_TRUE() and OK_IF_ALWAYS_FALSE...
|
commit | commitdiff | tree |
2017-10-02 |
D. Richard Hipp | Avoid using lookaside memory for persistent virtual...
|
commit | commitdiff | tree |
2017-10-02 |
D. Richard Hipp | The query planner now always prefers to implement a...
|
commit | commitdiff | tree |
2017-10-02 |
D. Richard Hipp | Improvements to a comment in lempar.c. No code changes.
|
commit | commitdiff | tree |
2017-09-30 |
D. Richard Hipp | More details in the header comment of pushDownWhereTerms...
|
commit | commitdiff | tree |
2017-09-30 |
D. Richard Hipp | Make sure the SQLITE_Stat34 optimization switch is...
|
commit | commitdiff | tree |
2017-09-30 |
D. Richard Hipp | Fix unreachable conditionals and revise a testcase...
|
commit | commitdiff | tree |
2017-09-29 |
D. Richard Hipp | Always render a subquery that is not part of a join...
|
commit | commitdiff | tree |
2017-09-29 |
D. Richard Hipp | Merge the query flattener comment improvements from...
|
commit | commitdiff | tree |
2017-09-29 |
D. Richard Hipp | Clean up the comments on the query flattener to more...
|
commit | commitdiff | tree |
2017-09-29 |
D. Richard Hipp | Merge changes from trunk.
|
commit | commitdiff | tree |
2017-09-29 |
D. Richard Hipp | Make sure the 6th parameter to the authorizer callback...
|
commit | commitdiff | tree |
2017-09-29 |
D. Richard Hipp | Better names for subqueries in EXPLAIN comments.
|
commit | commitdiff | tree |
2017-09-28 |
D. Richard Hipp | Do not flatten subqueries that contain an ORDER BY...
|
commit | commitdiff | tree |
2017-09-28 |
D. Richard Hipp | Remove the (undocumented) query-planner control that...
|
commit | commitdiff | tree |
2017-09-28 |
D. Richard Hipp | Fix over-length source code lines in select.c. No...
|
commit | commitdiff | tree |
2017-09-28 |
D. Richard Hipp | Fix an issue introduced by check-in [4cd2a9672c59]...
|
commit | commitdiff | tree |
2017-09-28 |
D. Richard Hipp | Add new routines to simplify dealing with collating...
|
commit | commitdiff | tree |
2017-09-28 |
D. Richard Hipp | Indexes on expressions with a COLLATE clause are able...
|
commit | commitdiff | tree |
2017-09-28 |
D. Richard Hipp | In two places, change the magic number -1 to its proper...
|
commit | commitdiff | tree |
2017-09-27 |
D. Richard Hipp | Disable tests for the LIKE optimization when ICU is...
|
commit | commitdiff | tree |
2017-09-22 |
D. Richard Hipp | Partial backout of check-in [e0af9a904076]. It turns...
|
commit | commitdiff | tree |
2017-09-22 |
D. Richard Hipp | Update the configure script so that it looks for tclsh8...
|
commit | commitdiff | tree |
2017-09-21 |
D. Richard Hipp | In the Windows VFS, when trying to open a database...
|
commit | commitdiff | tree |
2017-09-21 |
D. Richard Hipp | In the Windows VFS, do not emit an SQLITE_CANTOPEN...
|
commit | commitdiff | tree |
2017-09-21 |
D. Richard Hipp | Fix harmless UB in the ICU extension.
|
commit | commitdiff | tree |
2017-09-21 |
D. Richard Hipp | Fix a potential use of an uninitialized pointer in...
|
commit | commitdiff | tree |
2017-09-21 |
D. Richard Hipp | Fix a bug in tool/mksourceid.c:
|
commit | commitdiff | tree |
2017-09-21 |
D. Richard Hipp | Revert one performance improvement changes from check...
|
commit | commitdiff | tree |
2017-09-21 |
D. Richard Hipp | Fix the rendering of the P4_INTARRAY argument to the...
|
commit | commitdiff | tree |
2017-09-20 |
D. Richard Hipp | Size and performance optimization on sqlite3VdbeMemGrow().
|
commit | commitdiff | tree |
2017-09-20 |
D. Richard Hipp | The BLOB returned by sqlite3VdbeMemFromBtree() does...
|
commit | commitdiff | tree |
2017-09-20 |
D. Richard Hipp | Small size and performance optimization in the bytecode...
|
commit | commitdiff | tree |
2017-09-20 |
D. Richard Hipp | Improved resolution of large integer values in "CAST...
|
commit | commitdiff | tree |
2017-09-20 |
D. Richard Hipp | Updates to the "lemon.html" document received from...
|
commit | commitdiff | tree |
2017-09-18 |
D. Richard Hipp | Add the sqlite3_mmap_warm() function as an extension...
|
commit | commitdiff | tree |
2017-09-18 |
D. Richard Hipp | Fix a typo in the MSVC makefile.
|
commit | commitdiff | tree |
2017-09-18 |
D. Richard Hipp | Minor simplification of error message generation during...
|
commit | commitdiff | tree |
2017-09-18 |
D. Richard Hipp | The out-of-bounds read on recovery fix of check-in...
|
commit | commitdiff | tree |
2017-09-18 |
D. Richard Hipp | Fix the CSV virtual table extension so that it works...
|
commit | commitdiff | tree |
2017-09-17 |
D. Richard Hipp | Do not make the assumption (as check-in [4da49a95c0f07...
|
commit | commitdiff | tree |
2017-09-16 |
D. Richard Hipp | Simplify the sqlite3VdbeGet() routine. Smaller, faster...
|
commit | commitdiff | tree |
2017-09-15 |
D. Richard Hipp | Remove an unnecessary parameter from selectInnerLoop().
|
commit | commitdiff | tree |
2017-09-15 |
D. Richard Hipp | Improved the header-comment documentation on sqlite3ExprCode...
|
commit | commitdiff | tree |
2017-09-15 |
D. Richard Hipp | Optimization to the ExprList object to make it slightly...
|
commit | commitdiff | tree |
2017-09-15 |
D. Richard Hipp | Fix a harmless comment typo. No changes to code.
|
commit | commitdiff | tree |
2017-09-14 |
D. Richard Hipp | Avoid an out-of-bounds read on a recovery attempt using...
|
commit | commitdiff | tree |
2017-09-13 |
D. Richard Hipp | Test case update due to PRAGMA integrity_check enhancements...
|
commit | commitdiff | tree |
2017-09-13 |
D. Richard Hipp | Disable FTS3 matchinfo() tests that assume a littleEndian...
|
commit | commitdiff | tree |
2017-09-13 |
D. Richard Hipp | Improvements to PRAGMA integrity_check for better detection...
|
commit | commitdiff | tree |