2023-04-12 |
dan | Add the 'secure-delete' option to fts5. Used to configu... |
commit | commitdiff | tree |
2023-04-11 |
drh | New #ifdef to enable building with -DSQLITE_OMIT_WINDOW... |
commit | commitdiff | tree |
2023-04-11 |
drh | Remove an ALWAYS() that can sometimes be false. Add... |
commit | commitdiff | tree |
2023-04-11 |
drh | Better handling of OOM errors in the cursor-hint logic. |
commit | commitdiff | tree |
2023-04-10 |
larrybr | For sha3 extension, mention NIST standard implemented. |
commit | commitdiff | tree |
2023-04-10 |
drh | New assert() statements to validate the parameters to |
commit | commitdiff | tree |
2023-04-10 |
drh | Sync the vt02.c test virtual table with TH3, in order... |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix an assertion fault that can occur when compiling... |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix a faulty assert() in whereRangeScanEst() that shoul... |
commit | commitdiff | tree |
2023-04-08 |
mistachkin | Fix a couple harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2023-04-08 |
drh | Fix a typo in [83e84531b46814ae] that changed the value of |
commit | commitdiff | tree |
2023-04-08 |
drh | Faster implementation of keywordCode() - the routine... |
commit | commitdiff | tree |
2023-04-08 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-04-08 |
drh | Optimizations to btree.c save about 4.5 million CPU... |
commit | commitdiff | tree |
2023-04-07 |
drh | Guard against oversized cells in the newly enhanced... btree-freespace-opt |
commit | commitdiff | tree |
2023-04-07 |
drh | Add NEVER on an unreachable branch. |
commit | commitdiff | tree |
2023-04-07 |
drh | Fix an assert(). |
commit | commitdiff | tree |
2023-04-07 |
drh | Tweaks to the new insertCellFast(). |
commit | commitdiff | tree |
2023-04-07 |
drh | Clone insertCell() into insertCellFast() for use by... |
commit | commitdiff | tree |
2023-04-07 |
dan | Fix a problem causing the rbu_exclusive_checkpoint... |
commit | commitdiff | tree |
2023-04-07 |
drh | Small performance improvement in freeSpace(). |
commit | commitdiff | tree |
2023-04-07 |
dan | Add further tests for the rbu_exclusive_lock=1 URI... |
commit | commitdiff | tree |
2023-04-06 |
drh | Increase the size of the cache of free blocks inside... |
commit | commitdiff | tree |
2023-04-06 |
drh | Work around a harmless assertion fault associated with |
commit | commitdiff | tree |
2023-04-06 |
drh | A prepared statement that aborts due to SQLITE_SCHEMA... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the CLI, during error processing while looking for... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the zipfile extension, defend against corrupt ZIP... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the new .scanstatus command in the CLI, make sure... |
commit | commitdiff | tree |
2023-04-05 |
drh | Add a test case for the ALWAYS() macro removed by the... |
commit | commitdiff | tree |
2023-04-05 |
drh | Remove an ALWAYS() that might now be false due to the... |
commit | commitdiff | tree |
2023-04-05 |
drh | Fix the function that determines the collating function... |
commit | commitdiff | tree |
2023-04-04 |
larrybr | Shell to use SQLITE_SHELL_HAVE_RECOVER consistently... |
commit | commitdiff | tree |
2023-04-04 |
drh | Fix an incorrect entry in the array that maps sqlite3_v... |
commit | commitdiff | tree |
2023-04-04 |
drh | Remove an assert() statement that is no longer valid... |
commit | commitdiff | tree |
2023-04-04 |
stephan | Expose the new SQLITE_VTAB_USES_ALL_SCHEMAS to JS. |
commit | commitdiff | tree |
2023-04-04 |
larrybr | Omit shell call to sqlite3_dbdata_init() when it is... |
commit | commitdiff | tree |
2023-04-03 |
drh | When translating arguments of aggregate functions into... |
commit | commitdiff | tree |
2023-04-03 |
drh | Improved diagnostic output from PRAGMA vdbe_addoptrace. |
commit | commitdiff | tree |
2023-04-03 |
drh | When changing a COLLATE expression node into TK_AGG_COL... |
commit | commitdiff | tree |
2023-04-03 |
drh | Add the SQLITE_VTAB_USES_ALL_SCHEMAS option to sqlite3_... |
commit | commitdiff | tree |
2023-04-03 |
drh | Make the sqlite_dbdata and sqlite3_dbptr virtual tables... |
commit | commitdiff | tree |
2023-04-03 |
drh | Stronger constraint checking in allocateSpace(). |
commit | commitdiff | tree |
2023-04-02 |
drh | With the -DSQLITE_ENABLE_JSON_NAN_INF compile-time... |
commit | commitdiff | tree |
2023-04-02 |
drh | More off-by-one errors in the new JSON parsing. json-nan-inf |
commit | commitdiff | tree |
2023-04-02 |
drh | Fix an off-by-one error in the recognition of -Infinity. |
commit | commitdiff | tree |
2023-04-02 |
drh | Earlier detection of corruption in sqlite3BtreeDelete(). |
commit | commitdiff | tree |
2023-04-02 |
larrybr | Clear executable bit on base64.c |
commit | commitdiff | tree |
2023-04-01 |
drh | Allow special floating-point value names in JSON: ... |
commit | commitdiff | tree |
2023-04-01 |
larrybr | Swat grammar nit on README.md |
commit | commitdiff | tree |
2023-04-01 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2023-04-01 |
drh | Improved error messages from PRAGMA integrity_check... |
commit | commitdiff | tree |
2023-04-01 |
drh | In the b-tree module use %u instead of %d to print... |
commit | commitdiff | tree |
2023-03-31 |
drh | Omit the the count-of-view optimization if there is... |
commit | commitdiff | tree |
2023-03-30 |
drh | Earlier error detection for index expression usage... |
commit | commitdiff | tree |
2023-03-30 |
drh | Omit a branch that is no longer needed following [c9c4f... |
commit | commitdiff | tree |
2023-03-30 |
dan | Fix an error in new test script test/aggfault.test. |
commit | commitdiff | tree |
2023-03-30 |
dan | Fix a crash that could follow an OOM error while proces... |
commit | commitdiff | tree |
2023-03-29 |
dan | Avoid having OP_SeekScan jump over an OP_IdxGT or OP_Id... |
commit | commitdiff | tree |
2023-03-29 |
dan | Fix a problem with sqlite3_stmt_scanstatus() from withi... |
commit | commitdiff | tree |
2023-03-29 |
drh | Another #ifdef to omit code that is only used by STAT4. |
commit | commitdiff | tree |
2023-03-29 |
drh | New #ifdefs to omit code that is unused except under... |
commit | commitdiff | tree |
2023-03-29 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix a weird corner case in aggregate function processin... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix multiple problems with RETURNING on a DML statement... |
commit | commitdiff | tree |
2023-03-27 |
stephan | Remove a meaningless JS test. Add a timer to the OPFS... |
commit | commitdiff | tree |
2023-03-27 |
drh | Do not allow constant factoring during PRAGMA integrity... |
commit | commitdiff | tree |
2023-03-26 |
drh | Improvements to register allocation, especially in... |
commit | commitdiff | tree |
2023-03-26 |
drh | Disable factoring of constant values during ANALYZE... |
commit | commitdiff | tree |
2023-03-25 |
drh | When the left table of a RIGHT JOIN is used inside... |
commit | commitdiff | tree |
2023-03-25 |
drh | Add usage detection to the NULL value generator for... rightjoin-agg-idxexpr |
commit | commitdiff | tree |
2023-03-25 |
drh | When reading sqlite_stat4 data during query planning... |
commit | commitdiff | tree |
2023-03-25 |
drh | When the left table of a RIGHT JOIN is used inside... |
commit | commitdiff | tree |
2023-03-25 |
drh | In the byte-code, when the result of an expression... |
commit | commitdiff | tree |
2023-03-25 |
drh | Add the tag-20230325-1 comment that was omitted from... |
commit | commitdiff | tree |
2023-03-25 |
drh | The fix at [2bf5413dc2c19d5f] was incomplete in that... |
commit | commitdiff | tree |
2023-03-25 |
drh | Even tighter bounds on the maximum length of the filena... |
commit | commitdiff | tree |
2023-03-25 |
drh | Tighter constraints on the maximum length of the filena... |
commit | commitdiff | tree |
2023-03-25 |
drh | New test case to further validate the fix at [221fdcec9... |
commit | commitdiff | tree |
2023-03-25 |
larrybr | Fix CLI non-handling of OOM reported at [forum:/forumpo... |
commit | commitdiff | tree |
2023-03-24 |
drh | Remove undocumented, vestigial SQL functions in the... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix possible integer overflow in bounds checking for... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix an error in the OP_SeekScan opcode added by check... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix the handling of indexed expressions in an outer... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix a problem in cursor-hints for WITHOUT ROWID tables... |
commit | commitdiff | tree |
2023-03-24 |
stephan | Add a JS test which checks for the issue described... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix byte-code register allocation in ANALYZE for STAT4... |
commit | commitdiff | tree |
2023-03-23 |
drh | The attempt to bring STAT4 up to 100% MC/DC at [55a26c6... |
commit | commitdiff | tree |
2023-03-22 |
stephan | Internal cleanups in JS code. No functional changes. |
commit | commitdiff | tree |
2023-03-22 |
drh | The floating-point-to-text conversion with the zero... |
commit | commitdiff | tree |
2023-03-22 |
drh | For consistency, the ".mode json" output from the CLI... |
commit | commitdiff | tree |
2023-03-22 |
drh | The double-to-text conversion renders infinity as 9e999... |
commit | commitdiff | tree |
2023-03-22 |
drh | In the CLI, the magic parameter :inf and :nan bind... |
commit | commitdiff | tree |
2023-03-22 |
drh | Update the version number for the TEA tarball to 3... |
commit | commitdiff | tree |
2023-03-21 |
drh | Add ALWAYS() on a branch this is always true now due... |
commit | commitdiff | tree |
2023-03-21 |
drh | Add the fuzzcheck-asan.exe target to the MSVC makefile. |
commit | commitdiff | tree |
2023-03-21 |
drh | Add the fuzzcheck-asan target to the main posix makefile. |
commit | commitdiff | tree |
2023-03-21 |
dan | Fix a valgrind error and potential buffer overread... |
commit | commitdiff | tree |
2023-03-20 |
drh | Minor change to btreeNext() to facilitate coverage... |
commit | commitdiff | tree |
2023-03-20 |
dan | Fix a problem causing a cursor to retain an out-of... |
commit | commitdiff | tree |
2023-03-20 |
drh | Back out the extra margin added to the input buffer... |
commit | commitdiff | tree |
next |