2019-10-09 |
drh | Use the "fuzztest" target in place of "fastfuzztest". makefile-cleanup |
commit | commitdiff | tree |
2019-10-09 |
drh | Remove the obsolete "fastfuzztest" target from the... |
commit | commitdiff | tree |
2019-10-09 |
drh | Save CPU cycles in sqlite3Prepare() by, among other... |
commit | commitdiff | tree |
2019-10-08 |
dan | Fix problems with using the fts5 'rebuild' command... |
commit | commitdiff | tree |
2019-10-07 |
dan | Disallow page-sizes smaller than 32 bytes in fts5.... |
commit | commitdiff | tree |
2019-10-07 |
drh | Omit a pointless memory allocation in vdbeSorterSort(). |
commit | commitdiff | tree |
2019-10-07 |
dan | Fix a problem with running ALTER TABLE ADD COLUMN state... |
commit | commitdiff | tree |
2019-10-07 |
dan | Add a test case for the assert() fix in the previous... |
commit | commitdiff | tree |
2019-10-07 |
drh | Fix a faulty assert() statement in the sqlite3VdbeMemEx... |
commit | commitdiff | tree |
2019-10-07 |
drh | Fix the OP_SeekRowid opcode so that it works correctly... |
commit | commitdiff | tree |
2019-10-05 |
drh | Omit the check for conflicting shared-cache locks in... |
commit | commitdiff | tree |
2019-10-05 |
drh | Optimization to sqlite3VtabUnlockList() for the common... |
commit | commitdiff | tree |
2019-10-05 |
drh | Call sqlite3Prepare() directly, rather than going throu... |
commit | commitdiff | tree |
2019-10-05 |
drh | Reorder two comparisons for a small performance gain... |
commit | commitdiff | tree |
2019-10-05 |
drh | Performance optimization to the lookaside-memory disabl... |
commit | commitdiff | tree |
2019-10-04 |
drh | Version 3.30.0 version-3.30.0 |
commit | commitdiff | tree |
2019-10-03 |
dan | Avoid running a couple of tests in affinity2.test as... |
commit | commitdiff | tree |
2019-10-03 |
drh | Increase the precision of floating point value display... |
commit | commitdiff | tree |
2019-10-03 |
dan | Fix some test script issues that come up with SQLITE_OM... |
commit | commitdiff | tree |
2019-10-03 |
dan | Fix issues with command line invocation of wapptest... |
commit | commitdiff | tree |
2019-10-02 |
drh | Update error detection logic in releasetest.tcl to... |
commit | commitdiff | tree |
2019-10-02 |
dan | Update corruptM.test to account for the fact that the... |
commit | commitdiff | tree |
2019-10-02 |
dan | Fix a long-standing problem in fts4 incrmental merge. |
commit | commitdiff | tree |
2019-10-02 |
drh | Disable sqlite3_drop_module() tests when virtual tables... |
commit | commitdiff | tree |
2019-10-01 |
drh | Remove references to test scripts analyzeA.test and... |
commit | commitdiff | tree |
2019-09-30 |
drh | The nodeReaderInit() function in FTS3 may not assume... |
commit | commitdiff | tree |
2019-09-28 |
drh | Add missing comment to constant definitions. |
commit | commitdiff | tree |
2019-09-28 |
drh | Improvements to a comment. No code changes. |
commit | commitdiff | tree |
2019-09-28 |
drh | In FTS3/4, the poslist end marker must be larger than... |
commit | commitdiff | tree |
2019-09-27 |
drh | Update requirement marks due to changes in documentatio... |
commit | commitdiff | tree |
2019-09-27 |
drh | Allow compile-time options -DHAVE_GETHOSTUUID=0 and... |
commit | commitdiff | tree |
2019-09-27 |
drh | Alternative implementation of the previous check-in... |
commit | commitdiff | tree |
2019-09-27 |
drh | Fix sqlite3ExprCompare() so that it ignores differences... |
commit | commitdiff | tree |
2019-09-26 |
dan | More minor test file fixes. |
commit | commitdiff | tree |
2019-09-26 |
drh | Allow DROP TABLE to work on tables name "sqlite_paramet... |
commit | commitdiff | tree |
2019-09-26 |
dan | Minor fix for test file indexexpr1.test. |
commit | commitdiff | tree |
2019-09-26 |
drh | New dbsqlfuzz cases added to test/fuzzdata8.db. |
commit | commitdiff | tree |
2019-09-26 |
drh | Test for an OOM condition in resolveAlias(). |
commit | commitdiff | tree |
2019-09-26 |
dan | Fix a window-functions problem that could occur if... |
commit | commitdiff | tree |
2019-09-25 |
drh | Add a missing VdbeCoverage() macro. |
commit | commitdiff | tree |
2019-09-25 |
drh | Remove an unused variable. |
commit | commitdiff | tree |
2019-09-25 |
dan | Further simplifications to window-function code. |
commit | commitdiff | tree |
2019-09-25 |
drh | In the previous check-in, the variable should be openMo... |
commit | commitdiff | tree |
2019-09-25 |
drh | In the unix VFS layer, do not attempt to chown() the... |
commit | commitdiff | tree |
2019-09-25 |
drh | Simplifications to the window-function code. |
commit | commitdiff | tree |
2019-09-24 |
dan | Bug fixes for window frames of the form (... RANGE... |
commit | commitdiff | tree |
2019-09-23 |
drh | Omit the sqlite3IntTokens array constant for a code... |
commit | commitdiff | tree |
2019-09-23 |
drh | When a scalar subquery has a pre-existing "LIMIT X... |
commit | commitdiff | tree |
2019-09-21 |
drh | Fix a harmless unused variable warning in the test... |
commit | commitdiff | tree |
2019-09-21 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2019-09-21 |
dan | Allow SQLite to omit redundant ORDER BY sorts in the... |
commit | commitdiff | tree |
2019-09-21 |
drh | Add --multithread, --serialized, and --singlethread... |
commit | commitdiff | tree |
2019-09-20 |
dan | Simplify the fix in the previous commit. |
commit | commitdiff | tree |
2019-09-20 |
dan | Fix a problem with queries containing a min() or max... |
commit | commitdiff | tree |
2019-09-19 |
dan | Fix an assert() in fts3 that could fail when accessing... |
commit | commitdiff | tree |
2019-09-18 |
drh | Always clear the temporary register cache after coding... |
commit | commitdiff | tree |
2019-09-18 |
dan | Add extra tests for the handling of corrupt records... |
commit | commitdiff | tree |
2019-09-18 |
drh | Fix another potential "jump depends on uninitialized... |
commit | commitdiff | tree |
2019-09-18 |
dan | Fix a "jump depends on unititialized value" valgrind... |
commit | commitdiff | tree |
2019-09-18 |
drh | Fix an OOB read in the INSTR() function introduced... |
commit | commitdiff | tree |
2019-09-17 |
drh | Do not change the OP_String8 opcode into OP_String... |
commit | commitdiff | tree |
2019-09-17 |
drh | Test cases for ticket [587791f92620090e] |
commit | commitdiff | tree |
2019-09-17 |
drh | Fix the instr() SQL function so that it makes a copy... |
commit | commitdiff | tree |
2019-09-16 |
drh | Improved type information display when tracing VDBE... |
commit | commitdiff | tree |
2019-09-16 |
drh | Do not attempt the LIKE optimization for non-text colum... |
commit | commitdiff | tree |
2019-09-16 |
drh | Add recent interesting cases from dbsqlfuzz. |
commit | commitdiff | tree |
2019-09-16 |
drh | Documentation updates for the SQLITE_DIRECTONLY flag. |
commit | commitdiff | tree |
2019-09-16 |
dan | Fix a problem with processing CTEs that use a WINDOW... |
commit | commitdiff | tree |
2019-09-14 |
dan | Add the --no-rowids option to the ".recover" command. |
commit | commitdiff | tree |
2019-09-14 |
drh | Extra comments on fields of the Window object. |
commit | commitdiff | tree |
2019-09-14 |
drh | Fix the windows inverse function on the JSON aggregates. |
commit | commitdiff | tree |
2019-09-13 |
dan | Fix a problem with using json1 window functions with... |
commit | commitdiff | tree |
2019-09-13 |
drh | Fix the windowB test module so that it works even if... |
commit | commitdiff | tree |
2019-09-13 |
dan | Add the SQLITE_SUBTYPE flag, which may be passed to... |
commit | commitdiff | tree |
2019-09-13 |
drh | Fix a typo in the carray extension header comment ... |
commit | commitdiff | tree |
2019-09-13 |
dan | Change the meaning of the SQLITE_SUBTYPE flag so that... window-functions-subtype-fix2 |
commit | commitdiff | tree |
2019-09-13 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree |
2019-09-13 |
drh | Ensure that the idxStr for FTS5 is always zero-terminated. |
commit | commitdiff | tree |
2019-09-13 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2019-09-12 |
dan | Allow fts5 to filter on multiple MATCH clauses in a... |
commit | commitdiff | tree |
2019-09-11 |
mistachkin | Fix typo for one instance of line number handling in... |
commit | commitdiff | tree |
2019-09-10 |
drh | Enhance treeview to show SOFT-COLLATE for TK_COLLATE... |
commit | commitdiff | tree |
2019-09-10 |
dan | Ensure the columns of views and sub-queries maintain... |
commit | commitdiff | tree |
2019-09-09 |
dan | Ensure the columns of views and sub-selects in the... |
commit | commitdiff | tree |
2019-09-09 |
dan | Ensure the columns of views and sub-selects in the... tkt-a7debbe0_ |
commit | commitdiff | tree |
2019-09-07 |
dan | Add the SQLITE_SUBTYPE flag, which can be passed to... |
commit | commitdiff | tree |
2019-09-04 |
dan | Fix handling of NULL, text and blob values in window... |
commit | commitdiff | tree |
2019-09-03 |
drh | Updates to the default settings in Makefile.linux-gcc. |
commit | commitdiff | tree |
2019-09-03 |
drh | When we play games with COLLATE in order to commute... |
commit | commitdiff | tree |
2019-09-02 |
drh | Fix a bug introduced earlier today by check-in [88833a9... |
commit | commitdiff | tree |
2019-09-02 |
dan | Fix a potential crash in fts5 caused by using an auxili... |
commit | commitdiff | tree |
2019-09-02 |
drh | When applying the IN_INDEX_NOOP optimization and the... |
commit | commitdiff | tree |
2019-09-02 |
drh | Fix an obsolete comment that defines the meaning of... |
commit | commitdiff | tree |
2019-09-02 |
drh | When computing an expression value for an index-on... |
commit | commitdiff | tree |
2019-09-01 |
drh | Remove an obsolete paragraph from the OP_Column documen... |
commit | commitdiff | tree |
2019-08-31 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2019-08-31 |
drh | Mark new VDBE branches never taken. |
commit | commitdiff | tree |
2019-08-31 |
drh | Improvements to the algorithm that determines which... |
commit | commitdiff | tree |
2019-08-31 |
dan | If a DELETE trigger fired by an UPDATE OR REPLACE state... |
commit | commitdiff | tree |
2019-08-31 |
drh | Remove some affinity tests that became unreachable... |
commit | commitdiff | tree |
next |