2020-10-27 |
shearer | Prettify btree.h headings. Close branch. btree-code-documentation |
commit | commitdiff | tree |
2020-10-27 |
shearer | Typo in btree.h (and unwanted merge; this branch for... |
commit | commitdiff | tree |
2020-10-27 |
shearer | Final commit in btree.h reorg. No more unknowns. |
commit | commitdiff | tree |
2020-10-26 |
drh | Always create a statement journal when using the OP_Par... |
commit | commitdiff | tree |
2020-10-26 |
dan | Ensure that the table argument passed to Tcl_GetIndexFr... |
commit | commitdiff | tree |
2020-10-26 |
dan | Prevent fts5 tokenizer unicode61 from considering ... |
commit | commitdiff | tree |
2020-10-22 |
drh | Minor tweaks to query planning weights so that when... |
commit | commitdiff | tree |
2020-10-22 |
drh | Test case updates. avoid-bad-indexes |
commit | commitdiff | tree |
2020-10-22 |
drh | Sometimes it makes sense to do a full table scan rather... |
commit | commitdiff | tree |
2020-10-20 |
drh | Fix the sqlite3_hard_heap_limit() so that it works... |
commit | commitdiff | tree |
2020-10-20 |
drh | Fix an assert() inside of debug-only code that can... |
commit | commitdiff | tree |
2020-10-19 |
drh | Fix an incorrect table ref-count in the new recursive... |
commit | commitdiff | tree |
2020-10-19 |
drh | Enhance recursive common table expressions to support... |
commit | commitdiff | tree |
2020-10-19 |
drh | New test cases for recursive CTEs with multiple recursi... cte-enhancement |
commit | commitdiff | tree |
2020-10-19 |
drh | Allow multiple recursive terms in the compound SELECT... |
commit | commitdiff | tree |
2020-10-18 |
mistachkin | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2020-10-17 |
drh | Fix the SQLITE_DESERIALIZE_FREEONCLOSE flag so that... |
commit | commitdiff | tree |
2020-10-17 |
drh | Fix an incorrect printf() in debugging logic in where.c. |
commit | commitdiff | tree |
2020-10-15 |
drh | Minor fixes to the cksumvfs documentation in the header... |
commit | commitdiff | tree |
2020-10-15 |
drh | The windows VFS accepts query parameter "exclusive... |
commit | commitdiff | tree |
2020-10-14 |
mistachkin | Enhancements to TclKit batch tool for MSVC. |
commit | commitdiff | tree |
2020-10-14 |
mistachkin | Fix typo in a documentation comment. |
commit | commitdiff | tree |
2020-10-14 |
drh | Enhanced documentation for sqlite3_vtab_nochange()... |
commit | commitdiff | tree |
2020-10-12 |
dan | Fix some fts5 problems with signed integer overflow... |
commit | commitdiff | tree |
2020-10-12 |
drh | Improved quoting of the table name argument for the... |
commit | commitdiff | tree |
2020-10-12 |
drh | Add options --data-only and --nosys to the ".dump"... |
commit | commitdiff | tree |
2020-10-12 |
dan | Fix ALTER TABLE so that it can run even if the schema... |
commit | commitdiff | tree |
2020-10-12 |
drh | Add the --nosys option to the .schema command in the... |
commit | commitdiff | tree |
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-06 |
shearer | More additions and improvements to btree.h documentation |
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-25 |
shearer | Clarify |
commit | commitdiff | tree |
2020-09-25 |
shearer | Distinguish between checkpoints (WAL-only, implementati... |
commit | commitdiff | tree |
2020-09-25 |
shearer | Reset to trunk's func. Still learning Fossil. |
commit | commitdiff | tree |
2020-09-25 |
shearer | More classification of functions. |
commit | commitdiff | tree |
2020-09-25 |
shearer | Merging with trunk |
commit | commitdiff | tree |
2020-09-25 |
shearer | Add reminder comment that, by definition, these functio... |
commit | commitdiff | tree |
2020-09-24 |
shearer | Added context to explain that the test coverage is... |
commit | commitdiff | tree |
2020-09-24 |
shearer | Group metadata definitions together |
commit | commitdiff | tree |
2020-09-23 |
shearer | Figured out where/how sqlite3BtreeRowCountEst() is... |
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 |
shearer | Order btree.h by logical function, add comments |
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 |
next |