2020-10-12 |
dan | Fix UPDATE FROM statements on virtual tables that are... |
commit | commitdiff | tree |
2020-10-12 |
drh | Fix BEGIN IMMEDIATE and BEGIN EXCLUSIVE so that they... |
commit | commitdiff | tree |
2020-10-07 |
drh | In the CSV extension, use SQLITE_TRANSIENT rather than... |
commit | commitdiff | tree |
2020-10-05 |
dan | Allow fts5 trigram tables created with detail=column... |
commit | commitdiff | tree |
2020-10-03 |
dan | Do not apply affinities when creating entries for autom... |
commit | commitdiff | tree |
2020-10-03 |
dan | Fix a segfault caused by running "column LIKE NULL... |
commit | commitdiff | tree |
2020-10-03 |
dan | FTS5 does not handle tokens that contain embedded nul... |
commit | commitdiff | tree |
2020-10-02 |
dan | Fix some test code so that testfixture can build with... |
commit | commitdiff | tree |
2020-10-02 |
drh | Additional corner-case fixes for the in-scan-vs-index... |
commit | commitdiff | tree |
2020-10-02 |
drh | Remove an incorrect assert() from the OP_SeekScan opcode. |
commit | commitdiff | tree |
2020-10-02 |
drh | Fix a faulty assert() statement. Add new test cases. |
commit | commitdiff | tree |
2020-10-02 |
drh | For the OP_SeekScan optimization, the OP_IdxGT does... |
commit | commitdiff | tree |
2020-10-02 |
drh | Disable the OP_SeekScan opcode of the in-scan-vs-index... |
commit | commitdiff | tree |
2020-10-01 |
dan | Add experimental "trigram" tokenizer to fts5. |
commit | commitdiff | tree |
2020-10-01 |
dan | Add the -trigram option to the fts5txt2db.tcl script. fts5-trigram |
commit | commitdiff | tree |
2020-10-01 |
dan | Add tests for the trigram tokenizer. Fix minor issues. |
commit | commitdiff | tree |
2020-10-01 |
drh | Fix the OP_SeekScan opcode so that its variable names... |
commit | commitdiff | tree |
2020-10-01 |
drh | Remove a debugging printf() accidentally left in the... |
commit | commitdiff | tree |
2020-10-01 |
drh | The IN-early-out optimization does not work for virtual... |
commit | commitdiff | tree |
2020-09-30 |
dan | Add experimental unicode-aware trigram tokenizer to... |
commit | commitdiff | tree |
2020-09-30 |
drh | Improved query optimization for multi-column indexes... |
commit | commitdiff | tree |
2020-09-30 |
drh | For the OP_SeekScan opcode, adjust the number of steps... in-scan-vs-index |
commit | commitdiff | tree |
2020-09-30 |
drh | Back out the incorrect optimization of check-in [e51eca... |
commit | commitdiff | tree |
2020-09-30 |
drh | In the query flattener when substituting expression... |
commit | commitdiff | tree |
2020-09-30 |
shearer | Better understanding of savepoint code |
commit | commitdiff | tree |
2020-09-30 |
drh | Add an sqlite3FaultSim() call to btreeNext() to make... |
commit | commitdiff | tree |
2020-09-30 |
drh | In the OP_SeekScan opcode, changes to pOp must occur... |
commit | commitdiff | tree |
2020-09-29 |
drh | The OP_SeekScan opcode is a no-op if the cursor is... |
commit | commitdiff | tree |
2020-09-29 |
drh | Coverage testing of the OP_SeekScan opcode. Fix a... |
commit | commitdiff | tree |
2020-09-29 |
drh | Improved comments on the new OP_SeekScan opcode. |
commit | commitdiff | tree |
2020-09-29 |
drh | Improved performance by manually in-lining the sqlite3V... |
commit | commitdiff | tree |
2020-09-29 |
drh | Typo fix to repair the early-out optimization. Also... |
commit | commitdiff | tree |
2020-09-29 |
drh | The OP_SeekScan opcode works, but using it requires... |
commit | commitdiff | tree |
2020-09-28 |
drh | Revisiting the IN-scan optimization to try to fix it... |
commit | commitdiff | tree |
2020-09-28 |
drh | Small performance improvement and size reduction by... |
commit | commitdiff | tree |
2020-09-28 |
drh | Avoid the possibility of integer overflow on the -... |
commit | commitdiff | tree |
2020-09-21 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree |
2020-09-21 |
dan | In fts5 integrity checks, do not compare the contents... |
commit | commitdiff | tree |
2020-09-20 |
drh | Remove a new assert() that the compiler finds is always... |
commit | commitdiff | tree |
2020-09-20 |
drh | Attempt to silence harmless static analyzer warnings... |
commit | commitdiff | tree |
2020-09-17 |
dan | Fix a typo in the documentation comment for sqlite3_pre... |
commit | commitdiff | tree |
2020-09-17 |
dan | Fix a problem in sqlite-expert causing it to ignore... |
commit | commitdiff | tree |
2020-09-17 |
dan | Fix a problem in fts5 causing the in-memory hash table... |
commit | commitdiff | tree |
2020-09-17 |
dan | Fix a "jump depends on unitialized value" valgrind... |
commit | commitdiff | tree |
2020-09-17 |
drh | Earlier detection of corruption in the rtreecheck(... |
commit | commitdiff | tree |
2020-09-17 |
drh | Prevent use-after-free of the u.vtab.idxStr string... |
commit | commitdiff | tree |
2020-09-17 |
drh | DISTINCT may not be ignored inside a UNION ALL common... |
commit | commitdiff | tree |
2020-09-16 |
drh | Fix a pair of assert()s in "PRAGMA foreign_key_check... |
commit | commitdiff | tree |
2020-09-16 |
drh | Fix harmless compiler warnings in Lemon. |
commit | commitdiff | tree |
2020-09-15 |
dan | Fix a buffer overread found by OSSFuzz that could occur... |
commit | commitdiff | tree |
2020-09-15 |
drh | Do not invoke usleep() for more than 999999 microseconds. |
commit | commitdiff | tree |
2020-09-11 |
dan | Catch fts5 index corruption caused by issuing 'delete... |
commit | commitdiff | tree |
2020-09-10 |
drh | Try again to fix the typo in the sqlite3_txn_state... |
commit | commitdiff | tree |
2020-09-10 |
drh | Fix typo in the documentation for the new sqlite3_txn_s... |
commit | commitdiff | tree |
2020-09-10 |
drh | If an amalgamation is created using SQLITE_ENABLE_UPDAT... |
commit | commitdiff | tree |
2020-09-07 |
dan | Fix another (harmless in practice) tsan error in shared... |
commit | commitdiff | tree |
2020-09-06 |
drh | Remove an artifical limitation on the length of columns... |
commit | commitdiff | tree |
2020-09-05 |
drh | Fix a bug in Fossil that might cause it to crash if... |
commit | commitdiff | tree |
2020-09-04 |
dan | Fix a tsan error that could occur when using shared... |
commit | commitdiff | tree |
2020-09-04 |
dan | Ensure that the busy-handler count is reset at the... |
commit | commitdiff | tree |
2020-09-01 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree |
2020-09-01 |
drh | In the Lemon output, add a prefix comment that explains... |
commit | commitdiff | tree |
2020-09-01 |
drh | Lemon updates: (1) include the #defines for all tokens... |
commit | commitdiff | tree |
2020-09-01 |
drh | Improvements to the IN-early-out optimization so that... |
commit | commitdiff | tree |
2020-09-01 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2020-08-31 |
drh | New test-control that returns the number of calls to |
commit | commitdiff | tree |
2020-08-31 |
drh | Fix the documentation for the OP_IdxGT family of opcode... |
commit | commitdiff | tree |
2020-08-29 |
dan | Fix a sanitizer warning in zipfile.c. |
commit | commitdiff | tree |
2020-08-29 |
dan | Improve performance of wal-mode locking on unix in... |
commit | commitdiff | tree |
2020-08-28 |
dan | Fix handling of an xShmLock(SHARED, UNLOCK) call when... unixshmlock-opt |
commit | commitdiff | tree |
2020-08-28 |
dan | Modify the unixShmLock() function to avoid iterating... |
commit | commitdiff | tree |
2020-08-28 |
mistachkin | Add the miscellaneous 'series' extension to the shell. |
commit | commitdiff | tree |
2020-08-28 |
drh | Update Lemon documentation. Patches from sgbeal. |
commit | commitdiff | tree |
2020-08-28 |
drh | Fix a couple of unreachable branches. |
commit | commitdiff | tree |
2020-08-28 |
dan | Add fts5 test to confirm that for a table with columns... |
commit | commitdiff | tree |
2020-08-27 |
drh | Remove a (harmless) redundant variable from the CLI... |
commit | commitdiff | tree |
2020-08-27 |
drh | Include the original text of the CHECK constraint in... |
commit | commitdiff | tree |
2020-08-27 |
drh | Apple the same fix for ticket [9eda2697f5cc1aba] to... |
commit | commitdiff | tree |
2020-08-27 |
dan | Do not attempt to run test script analyze3.test as... |
commit | commitdiff | tree |
2020-08-26 |
drh | Enhance the ".databases" command in the CLI so that... |
commit | commitdiff | tree |
2020-08-26 |
drh | If the argument to the ".read" command in the CLI begin... |
commit | commitdiff | tree |
2020-08-25 |
drh | Add support for the sqlite3_txn_state() interface. |
commit | commitdiff | tree |
2020-08-24 |
drh | Reduce the N in the logN term for the sorting cost... |
commit | commitdiff | tree |
2020-08-24 |
dan | Correctly handle expressions like "x IS (not) true... |
commit | commitdiff | tree |
2020-08-20 |
dan | Fix a crash that could occur in SQLITE_MAX_EXPR_DEPTH... |
commit | commitdiff | tree |
2020-08-20 |
dan | Avoid a buffer overrun in test code that could occur... |
commit | commitdiff | tree |
2020-08-19 |
drh | Try to make SQLite easier to compiler for Mac Catalyst... |
commit | commitdiff | tree |
2020-08-19 |
drh | Do not skip over TK_IF_NULL_ROW operators when bypassin... |
commit | commitdiff | tree |
2020-08-19 |
dan | Update releasetest_data.tcl so that the "Fast-One"... |
commit | commitdiff | tree |
2020-08-19 |
dan | Fix a problem in test file bigmmap.test. |
commit | commitdiff | tree |
2020-08-17 |
drh | Fix the -quote option on the CLI to set the correct... |
commit | commitdiff | tree |
2020-08-16 |
drh | Optimization to sqlite3BeginWriteOperation(). |
commit | commitdiff | tree |
2020-08-15 |
drh | Optimization of the sqlite3SrcListDelete() routine. |
commit | commitdiff | tree |
2020-08-15 |
drh | Remove more unnecessary sqlite3GetVdbe() calls, replaci... |
commit | commitdiff | tree |
2020-08-15 |
drh | Avoid unnecessary calls to the sqlite3GetVdbe() routine... |
commit | commitdiff | tree |
2020-08-15 |
drh | Omit the unnecessary not-NULL check on the upper bound... |
commit | commitdiff | tree |
2020-08-14 |
drh | When doing an UPDATE or DELETE using a multi-column... |
commit | commitdiff | tree |
2020-08-14 |
drh | Update the version number to 3.34.0 for the next develo... |
commit | commitdiff | tree |
2020-08-14 |
drh | Optimizations to the logic that converts main table... delete-bytecode-optimization |
commit | commitdiff | tree |
2020-08-14 |
drh | For UPDATE and DELETE, use OP_DeferredSeek always.... |
commit | commitdiff | tree |
next |